For some unknown(yet) reason
I got smtpd -vv in /usr/local/etc/postfix/master.cf but my /var/log/maillog isn't that verbose.
/var/log/maillog
/var/log/messages
It's even more interesting I get the same delay (which may be less than 90 seconds, it varies) when postfix(1) service is already stopped prior
FreeBSD 10.2-RELEASE-p7, Postfix 3.0.3.
Any ideas?
shutdown -r now stops on
Code:
postfix/postfix-script: stopping the Postfix mail system
Code:
smtp inet n - n - - smtpd -vv
Code:
Dec 19 17:32:59 beast postfix/postfix-script[1451]: stopping the Postfix mail system
Dec 19 17:32:59 beast postfix/master[1290]: terminating on signal 15
Code:
Dec 19 17:34:29 beast rc.shutdown: 90 second watchdog timeout expired. Shutdown terminated.
Dec 19 17:34:29 beast init: /bin/sh on /etc/rc.shutdown terminated abnormally, going to single user mode
Dec 19 17:34:29 beast syslogd: exiting on signal 15
service postfix restart works instantly
Code:
postfix/postfix-script: stopping the Postfix mail system
postfix/postfix-script: starting the Postfix mail system
shutdown -r now with a "not running" warning. There is no delay at startup. All other services (say 10) work just fine. This machine does not serve mail. What's bad about this if uptime isn't such a problem is that other services which are supposed to be stopped after the Postfix service are not.FreeBSD 10.2-RELEASE-p7, Postfix 3.0.3.
Any ideas?