Re: [exim] Broken client... HELO and AUTH...

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Broken client... HELO and AUTH...
On 24/08/2020 11:46, Marco Gaiarin via Exim-users wrote:
>     8 5.098632781   10.5.1.160 ??? 10.5.1.3     SMTP 82 C: HELO Localhost
>    [...]
>    14 5.101334018   10.5.1.160 ??? 10.5.1.3     SMTP 78 C: AUTH LOGIN
>    15 5.101506616     10.5.1.3 ??? 10.5.1.160   SMTP 109 S: 503 AUTH command used when not advertised


>     acl_smtp_connect:

>
> a new ACL:
>
>   accept
>     hosts = 10.5.1.160
>     control = allow_auth_unadvertised


Did you set a "acl_smtp_connect" *option* to the name of your new ACL?
Did you restart the daemon with the new config?

If so, you'll need to run the daemon with debug enabled, to see the
flow. I suggest -d-all+acl as a starting point.
--
Cheers,
Jeremy