X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/blobdiff_plain/c1709c7f1a3c8dbc55ea5e2501e4433b5fea05a6..60c96a7cf779c92c393d0d666a8b530ae69dbd6d:/exchange.m4 diff --git a/exchange.m4 b/exchange.m4 index 3e771c6..e7d5fa4 100644 --- a/exchange.m4 +++ b/exchange.m4 @@ -47,12 +47,6 @@ SECTION(acl, mail-hooks)m4_dnl ## Check that a submitted message's sender address is allowable. require acl = mail_client_addr - ## Insist that a local client connect through TLS. - deny message = Hosts within CONF_master_domain must use TLS - !condition = ${if eq{$acl_c_mode}{submission}} - hosts = +allnets - !encrypted = * - SECTION(acl, misc)m4_dnl mail_client_addr: @@ -74,7 +68,7 @@ mail_client_addr: RCLNTLSNDR \ Apparently local sender, but received from remote \ server.\n\t\ - sender=$sender_address, \ + sender=$sender_address \ host=$sender_host_address ## OK.