exim: Add vim modelines to all config files.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / main / main_config
index 9d05b0ed5d976e5f09bd1e845ab7d7d00de26893..9496d4daa113ca79ec69a67fce9a712a5c0b3cc1 100644 (file)
@@ -12,7 +12,7 @@ domainlist virtual_domains = stdout.nl : blues-brothers.eu
 # 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: