exim: Set the spamassassin profile to "spamd".
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / main / main_config
index 73db871efd15f5e6565eb99937d127bee287f26d..b4dcb3af2296abd29eb5bbe09a487750f57611bc 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 = 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
@@ -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: