exim: Set the spamassassin profile to "spamd".
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / main / main_config
index 9d05b0ed5d976e5f09bd1e845ab7d7d00de26893..b4dcb3af2296abd29eb5bbe09a487750f57611bc 100644 (file)
@@ -8,11 +8,11 @@ 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 = stdout.nl : blues-brothers.eu
+domainlist virtual_domains = stdin.nl : stderr.nl : stdout.nl : blues-brothers.eu : foresightsecurity.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
-domainlist local_domains = virtual_domains : real_domains
+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.
@@ -59,3 +59,5 @@ spool_directory = /var/spool/exim4
 
 # Log subjects, for easy tracing of messages and peer dn on TLS connections.
 log_selector = +subject +tls_peerdn +tls_certificate_verified
+
+# vim: set sts=2 expandtab sw=2 ai: