X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fexim4%2Fconf.d%2Fmain%2Fmain_config;h=bc4e7b1ae3a5537e4a87ce2c9268630c1fa9a06c;hb=b17c59cdaba252243080d79ec3e800a840e3e2f2;hp=73db871efd15f5e6565eb99937d127bee287f26d;hpb=8544a84840c0ebe7ced62b5a034ab4b4282ff354;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/exim4/conf.d/main/main_config b/etc/exim4/conf.d/main/main_config index 73db871..bc4e7b1 100644 --- a/etc/exim4/conf.d/main/main_config +++ b/etc/exim4/conf.d/main/main_config @@ -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 @@ -16,7 +16,7 @@ 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 @@ -27,6 +27,9 @@ hostlist relay_from_hosts = *.drsnuggles.stderr.nl : drsnuggles.stderr.nl # 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 + # The gecos field in /etc/passwd holds not only the name. see passwd(5). gecos_pattern = ^([^,:]*) gecos_name = $1 @@ -59,3 +62,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: