ports/81245: postfix doesn't stop by executing `/etc/rc.d/sendmail stop`

Shigeyuki Fukushima shige at FreeBSD.org
Thu May 19 06:30:05 UTC 2005


>Number:         81245
>Category:       ports
>Synopsis:       postfix doesn't stop by executing `/etc/rc.d/sendmail stop`
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 19 06:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Shigeyuki Fukushima
>Release:        5.3-RELEASE
>Organization:
FreeBSD Committer
>Environment:
i386
>Description:
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`.

>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"

>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"

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list