Re: [exim] Experimenting with SMTP auth...

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users
Sujet: Re: [exim] Experimenting with SMTP auth...
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