X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fexim4%2Fconf.d%2Fmain%2Fmain_config;h=b4dcb3af2296abd29eb5bbe09a487750f57611bc;hb=de37e3b33f40d42cd8e4a59aa70f24e480f89907;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..b4dcb3a 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 @@ -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: