exim4: Don't send delay warnings.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / main / main_config
index b4dcb3af2296abd29eb5bbe09a487750f57611bc..fb15a3249642f79e238f91d07b04113e1692cc6c 100644 (file)
@@ -16,7 +16,7 @@ domainlist local_domains = +virtual_domains : +real_domains
 
 # List of recipient domains to relay _to_. Use this list if you're -
 # for example - fallback MX or mail gateway for domains.
-domainlist relay_to_domains =
+domainlist relay_to_domains = fizzgig.eu : fizzgig.nl
 
 # Relay messages for all other vservers and the host. We would specify
 # +real_domains here, but mixing domainlists and hostlist doesn't seem to work
@@ -27,6 +27,9 @@ hostlist relay_from_hosts = *.drsnuggles.stderr.nl : drsnuggles.stderr.nl
 # can come from any vserver, just use our main hostname.
 qualify_domain = drsnuggles.stderr.nl
 
+# Let exim know how the rest of the world will try to reach us.
+hosts_treat_as_local = drsnuggles.stderr.nl
+
 # The gecos field in /etc/passwd holds not only the name. see passwd(5).
 gecos_pattern = ^([^,:]*)
 gecos_name = $1
@@ -56,6 +59,8 @@ timeout_frozen_after = 7d
 freeze_tell = postmaster
 # Define spool directory
 spool_directory = /var/spool/exim4
+# Don't send out delivery delay warnings (by default once every 24h).
+delay_warning =
 
 # Log subjects, for easy tracing of messages and peer dn on TLS connections.
 log_selector = +subject +tls_peerdn +tls_certificate_verified