I recently upgraded ftp/curl to 8.3.0. A number of other packages including, I believe mail/postfix, were reinstalled at the same time. (Is there a way to get the history of upgrades with pkg so we can see what was installed together? I can't see anything in its man page.) I ran
Yesterday I had to shut the machine down to enable an electrician to work on my house, and after restarting the machine Postfix will no longer accept mail. I have switched to my backup machine upgraded at the same time, but that won't work either.
The log shows:
(addresses munged)
I presume the restart reset something which was still running from an older copy in memory and something changed in the upgrade which has only just come to light as both systems are affected.
The question is, what has changed to stop Postfix delivering mail?
postfix reload
afterwards.Yesterday I had to shut the machine down to enable an electrician to work on my house, and after restarting the machine Postfix will no longer accept mail. I have switched to my backup machine upgraded at the same time, but that won't work either.
The log shows:
Code:
Sep 23 13:32:28 mailin postfix/smtpd[1627]: connect from avasout-ptp-003.plus.
net[84.93.230.244]
Sep 23 13:32:30 mailin postfix/smtpd[1627]: warning: connect to TCP map mailin
:10002: Connection refused
Sep 23 13:32:39 mailin syslogd: last message repeated 9 times
Sep 23 13:32:39 mailin postfix/smtpd[1627]: warning: tcp:mailin:10002 lookup e
rror for "xxxx@yyyy.co.uk"
Sep 23 13:32:39 mailin postfix/smtpd[1627]: NOQUEUE: reject: RCPT from avasout-ptp-003.plus.net[84.93.230.244]: 451 4.3.0 <xxxx@yyyy.co.uk>: Temporary lookup failure; from=<xxxx@yyyy.co.uk> to=<xxxx@yyyy.co.uk> proto=ESMTP helo=<avasout-ptp-003.plus.net>
Sep 23 13:33:04 mailin postfix/smtpd[1699]: connect from xxxx.plus.com[84.92.47.176]
Sep 23 13:33:04 mailin postfix/smtpd[1699]: warning: connect to TCP map mailin:10002: Connection refused
Sep 23 13:33:14 mailin syslogd: last message repeated 9 times
Sep 23 13:33:14 mailin postfix/smtpd[1699]: warning: tcp:mailin:10002 lookup error for "xxxx@yyyy.co.uk"
Sep 23 13:33:14 mailin postfix/smtpd[1699]: NOQUEUE: reject: RCPT from xxxx.plus.com[84.92.47.176]: 451 4.3.0 <xxxx@yyyy.co.uk>: Temporary lookup failure; from=<root@zzzz.org> to=<xxxx@yyyy.co.uk> proto=ESMTP helo=<evenas.org>
Sep 23 13:33:14 mailin postfix/smtpd[1699]: disconnect from xxxx.plus.com[84.92.47.176] ehlo=1 mail=1 rcpt=0/1 data=0/1 rset=1 quit=1 commands=4/6
Sep 23 13:33:39 mailin postfix/smtpd[1627]: disconnect from avasout-ptp-003.plus.net[84.93.230.244] ehlo=1 mail=1 rcpt=0/1 rset=1 quit=1 commands=4/5
I presume the restart reset something which was still running from an older copy in memory and something changed in the upgrade which has only just come to light as both systems are affected.
The question is, what has changed to stop Postfix delivering mail?