On 02/01/14 10:29, Marco Gaiarin wrote:
There's some way to insert, very early, an ACL that simply reject email if
unauthenticated, and only for port 465 (port 25 used only for internal
traffic)?
Sure - in your mail acl put a reject that happens when those items are
true.
Something like:
deny !authenticated = *
condition = ${if eq {$received_port}{465}}
Docs: http://exim.org/exim-html-current/doc/html/spec_html/index.html
--
Cheers,
Jeremy
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/