On Sun, 30 Aug 2020, Noel Jones wrote:
On 8/30/2020 2:57 PM, Doug Denault wrote:
I am upgrading from postfix-2.8.7,1 and cyrus-imapd-2.3.18 to
postfix-3.5.6,1 and cyrus-imapd30-3.0.14. The old system uses sasldb
authentication, the new one MySQL. This is on FreeBSD.
I have compared the conf files on two addition postfix systems and can see
no differences of consequence. I am not sure which files or parts thereof
to show. I am kind of surprised postfix can be encouraged not to listen on
these ports. I am quite lost and can supply whatever information that will
help anyone with a idea on how I messed this up.
_____
Douglas Denault
http://www.safeport.com
d...@safeport.com
Voice: 301-217-9220
Fax: 301-217-9277
Likely is postfix is failing to start, with clues in the logfile.
http://www.postfix.org/DEBUG_README.html#logging
If you need to ask for further help:
http://www.postfix.org/DEBUG_README.html#mail
Thank you for your thought, but not exactly. Postfix sort starts, cyrus is
all there:
working system:
lighthouse:~> sockstat | egrep "postfix|master" | egrep ":[2\5]+"
postfix smtpd 98709 6 tcp4 *:25 *:*
postfix smtpd 98656 6 tcp4 *:25 *:*
postfix smtpd 98656 19 tcp4 127.0.0.1:53654
127.0.0.1:10023
postfix smtpd 98612 6 tcp4 *:25 *:*
root master 52014 12 tcp4 *:25 *:*
root master 52014 16 tcp4 *:587 *:*
The one in question
freeport:~> sockstat | egrep "postfix|master" | egrep ":[2\5]+"
root master 3938 13 tcp4 *:25 *:*
root master 3938 17 tcp4 *:587 *:*
Any thought much appreciated. The only difference between two of the
other postfix/cyrus systems: one use sasldb, the other kerberos. The Not
working one uses mysql. There are some cyrus gliches not relevant to
this list. On the post fix front, the system can receive email, that's
what master does, it can not send email. Apparently what postfix does.
Honestly as for RTFM, been there, done that. Did little for mysql all
help there came from /var/log/messages and sql errors.
_____
Douglas Denault
http://www.safeport.com
d...@safeport.com
Voice: 301-217-9220
Fax: 301-217-9277