Stijn van der Ree:
> Thanks for answering. The timeouts happened because postfix was waiting for
> opendkim. Changing the socket from tcp to unix domainsockets solved this,
> almost: at busy moments postfix now logs:
>
> telemann postfix-13/smtpd[28087]: warning: connect to Milter service
> unix:/
Thanks for answering. The timeouts happened because postfix was waiting for
opendkim. Changing the socket from tcp to unix domainsockets solved this,
almost: at busy moments postfix now logs:
telemann postfix-13/smtpd[28087]: warning: connect to Milter service
unix:/var/run/opendkim/opendkim.sock:
svdr:
> What can I do to find the reason for the timeouts?
You need to find out where in the SMTP protocol the timeout happens.
- TCP connection setup.
- SMTP Server '220' initial response.
- EHLO, MAIL FROM, RCPT TO, DATA, end-of-data.
Ideally, the PHP client would provide that information.
View this message in context:
http://postfix.1071664.n5.nabble.com/Timeouts-when-submitting-mail-tp91116.html
Sent from the Postfix Users mailing list archive at Nabble.com.