Bug 81245

Summary: postfix doesn't stop by executing `/etc/rc.d/sendmail stop`
Product: Ports & Packages Reporter: shige <shige>
Component: Individual Port(s)Assignee: Simon Barner <barner>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pf.patch none

Description shige freebsd_committer freebsd_triage 2005-05-19 07:30:02 UTC
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"
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-05-19 13:07:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Track.
Comment 2 Vick Khera 2005-05-19 21:42:03 UTC
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.
Comment 3 Simon Barner freebsd_committer freebsd_triage 2005-05-20 12:44:23 UTC
State Changed
From-To: open->closed

Committed, thanks.