Re: [exim] 15s delay after SMTP authentication

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Slavko
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] 15s delay after SMTP authentication
Ahoj,

Dňa Thu, 23 Dec 2021 14:26:38 +0300 Evgeniy Berdnikov via Exim-users
<exim-users@???> napísal:

> On Thu, Dec 23, 2021 at 11:38:58AM +0100, Leon Fellows via Exim-users
> wrote:
> > I have started the daemon from commandline like this:
> > exim -bd -q15m -d
> >
> > Now I get A LOT of debug messages. But I can still not really find
> > an error. Should I just post them here?


You can try emulate remote connection with -bh.

Prepare SMTP commands file (to not write it manually):

    EHLO thunderleon
    MAIL FROM: <sender@???>
    RCPT TO: <recipient@???>
    QUIT


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.

regards

--
Slavko
https://www.slavino.sk