Hi,
thanks for the debugging tips!
I have found the cause of my problem:
in my backup spamassassin-server I have had a wrong entry for the
DNS-Server. So Evgeniy was correct with pointing to resolving problems.
I do not know, why it has worked for the past 5 years... but nevermind :)
Thank you all!
Leon
On 2021-12-23 11:59, Slavko wrote:
>
> You can try emulate remote connection with -bh.
>
> Prepare SMTP commands file (to not write it manually):
>
>
> And then use authenticated emulation:
>
> exim -oMaa PLAIN -oMai somelogin -oMi IP.AD.RE.SS.587 -bh 5.45.110.153 < that.file
>
> Replace IP.AD.RE.SS with your receiving IP...
>
> It will show your ACL's processing only, but you can use -d debug
> options too. 15 s is enough to see, where it stuck. If you need to
> check the DATA ACL, simply add DATA command to that.file.
>