exim: Add mkit.nl domain.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / main / main_config
index 60a850081b4120b25bf8effa9c61f0bb021dfa4c..0c6e98adf92501b45223e5344b019bce7812307f 100644 (file)
@@ -8,7 +8,7 @@ LDAPBASE=dc=drsnuggles,dc=stderr,dc=nl
 
 # List of virtual domains for which we deliver to any address that happens to
 # be configured in the LDAP directory.
-domainlist virtual_domains = stdin.nl : stderr.nl : stdout.nl : blues-brothers.eu : foresightsecurity.nl
+domainlist virtual_domains = stdin.nl : stderr.nl : stdout.nl : blues-brothers.eu : foresightsecurity.nl : hekjelarp.nl : mkit.nl
 # List of real hosts for which we deliver mail to real users.
 domainlist real_domains = *.drsnuggles.stderr.nl : drsnuggles.stderr.nl
 # The list of domains for which we handle mail ourselves
@@ -16,19 +16,25 @@ 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
 # at first glance.
 hostlist relay_from_hosts = *.drsnuggles.stderr.nl : drsnuggles.stderr.nl 
 
+# Don't reject spam from these hosts, since they are known dumb, but trusted
+# relays. They will only send rejects to the wrong people.
+hostlist dont_reject_spam_hosts = katherina.student.utwente.nl : kat.student.utwente.nl : *.utsp.utwente.nl
+
 # Use this domain on any unqualified addresses that get submitted. Since this
 # 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
+# Let exim know how the rest of the world will try to reach us. The
+# stmp transport also uses this macro for its helo command.
+EXTERNAL_HOSTNAME = drsnuggles.stderr.nl
+hosts_treat_as_local = EXTERNAL_HOSTNAME
 
 # The gecos field in /etc/passwd holds not only the name. see passwd(5).
 gecos_pattern = ^([^,:]*)
@@ -59,8 +65,11 @@ 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
+# Don't log complete headers on rejects, that clutters the log.
+log_selector = +subject +tls_peerdn +tls_certificate_verified -rejected_header
 
 # vim: set sts=2 expandtab sw=2 ai: