Difference between revisions of "I don't get mails any longer"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 14: | Line 14: | ||
I cannot send mail via roundcube, it says | I cannot send mail via roundcube, it says | ||
SMTP Error (-1): Connection to server failed. | SMTP Error (-1): Connection to server failed. | ||
+ | |||
+ | Trying to send mails via thunderbird I get | ||
+ | Sending of message failed. | ||
+ | The message could not be sent because the connection to SMTP server smtp.staerk.de timed out. Try again or contact your network administrator. | ||
+ | |||
+ | telnet smtp.staerk.de 587 is possible however. |
Revision as of 21:02, 8 February 2014
On 2014-02-08 I started not getting mails any longer. I have stopped a server before that I thought did not do any mailing functionality.
Symptoms
cat /var/log/mail.err
delivers
[...] Feb 8 10:58:00 euve31070 postfix/smtpd[4110]: fatal: no SASL authentication mechanisms Feb 8 10:58:00 euve31070 postfix/smtpd[4108]: fatal: no SASL authentication mechanisms Feb 8 10:58:35 euve31070 postfix/smtpd[4119]: fatal: no SASL authentication mechanisms Feb 8 10:59:36 euve31070 postfix/smtpd[4120]: fatal: no SASL authentication mechanisms Feb 8 11:00:49 euve31070 postfix/smtpd[4123]: fatal: no SASL authentication mechanisms
I suspect for every incoming mail there is a line.
I cannot send mail via roundcube, it says
SMTP Error (-1): Connection to server failed.
Trying to send mails via thunderbird I get
Sending of message failed. The message could not be sent because the connection to SMTP server smtp.staerk.de timed out. Try again or contact your network administrator.
telnet smtp.staerk.de 587 is possible however.