On 04/15/17 06:49, Mik J wrote:
Hello,
My logs constantly fill up with this kind of message
Apr 15 13:42:08 mysmtpserv smtpd[10151]: smtp-out: Connecting to
smtp+tls://y.z.x.z:25 (sub.domain.com) on session 078291f96b72c115...
Apr 15 13:42:09 mysmtpserv smtpd[10151]: smtp-out: Error on session
078291f96b72c115: IO Error: Connection refused
Apr 15 13:42:09 mysmtpserv smtpd[10151]: smtp-out: Disabling route []
<-> y.z.x.z (sub.domain.com) for 15s
Apr 15 13:42:10 mysmtpserv smtpd[10151]: smtp-out: Connecting to
smtp+tls://y.21.x.162:25 (y.21.x.162) on session 078291fa4b78a09e...
Apr 15 13:42:10 mysmtpserv smtpd[10151]: smtp-out: Enabling route []
<-> y.21.x.z (y.21.x.z)
Apr 15 13:42:10 mysmtpserv smtpd[10151]: smtp-out: Error on session
078291fa4b78a09e: IO Error: Connection refused
Apr 15 13:42:10 mysmtpserv smtpd[10151]: smtp-out: Disabling route []
<-> y.21.x.162 (y.21.x.162) for 15s
Apr 15 13:42:12 mysmtpserv smtpd[10151]: smtp-out: Enabling route []
<-> y.21.x.183 (y.21.x.183)
Apr 15 13:42:12 mysmtpserv smtpd[10151]: smtp-out: Connecting to
smtp+tls://y.21.x.z:25 (y.21.x.z) on session 078291fb858d1008...
Apr 15 13:42:12 mysmtpserv smtpd[10151]: smtp-out: Error on session
078291fb858d1008: IO Error: Connection refused
Apr 15 13:42:12 mysmtpserv smtpd[10151]: smtp-out: Disabling route []
<-> y.21.x.z (y.21.x.z) for 15s
Apr 15 13:42:14 mysmtpserv smtpd[10151]: smtp-out: Enabling route []
<-> y.21.x.x (y.21.x.x)
Even if my queue is empty
# smtpctl show queue
Does anyone know what can I do ?
The ip address you are sending to is refusing the connection. Maybe
make sure they have port 25 open and make sure there isn't a typo in the
address. Thats my best guess.