exim: Fix domainlist references by prepending a +.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 14 Apr 2009 10:05:44 +0000 (12:05 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 14 Apr 2009 10:05:44 +0000 (12:05 +0200)
All mail delivery was broken, since the local_domains domainlist was not
properly set.

etc/exim4/conf.d/main/main_config

index 9d05b0ed5d976e5f09bd1e845ab7d7d00de26893..73db871efd15f5e6565eb99937d127bee287f26d 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.