When using postfix instead of /usr/sbin/sendmail, and editing my /etc/rc.conf according to /usr/ports/mail/postfix/pkg-message, Postfix doesn't stop by executing `/etc/rc.d/sendmail stop`. Fix: In /etc/rc.conf: sendmail_enable="YES" sendmail_flags="-bd" sendmail_pidfile="/var/spool/postfix/pid/master.pid" sendmail_procname="/usr/local/libexec/postfix/master" sendmail_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO" How-To-Repeat: In /etc/rc.conf: sendmail_enable="YES" sendmail_flags="-bd" sendmail_pidfile="/var/spool/postfix/pid/master.pid" sendmail_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO"
Responsible Changed From-To: freebsd-ports-bugs->barner Track.
Thanks for the tip! Attached is a patch to fix the postfix port as per your (and some other) suggestions I got about the message file. Committer, please apply this patch. I don't think PORTREVISION needs incrementing since it is just a change in some notes presented after install, and all existing installs don't need to be changed.
State Changed From-To: open->closed Committed, thanks.