X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/blobdiff_plain/ccf76d8427e338b92e89971454ebf4ea57ad750f..6aae076feb9b8fc05099dc68fc00100472004701:/exchange.m4 diff --git a/exchange.m4 b/exchange.m4 index e7d5fa4..b0dab45 100644 --- a/exchange.m4 +++ b/exchange.m4 @@ -27,18 +27,6 @@ SECTION(global, daemon)m4_dnl daemon_smtp_ports = CONF_smtp_port : CONF_submission_port -SECTION(global, tls)m4_dnl -tls_certificate = CONF_sysconf_dir/server.cert -tls_privatekey = CONF_sysconf_dir/server.key -tls_advertise_hosts = * -tls_dhparam = CONF_ca_dir/dh-param-2048.pem -tls_require_ciphers = ${if or {{={$received_port}{CONF_submission_port}} \ - {match_ip {$sender_host_address}{+trusted}}} \ - {CONF_good_ciphers} \ - {CONF_acceptable_ciphers}} -tls_verify_certificates = CONF_ca_dir/ca.cert -tls_verify_hosts = ${if eq{$acl_c_mode}{submission} {} {+allnets}} - DIVERT(null) ###-------------------------------------------------------------------------- ### Check source addresses for apparently local senders.