Bug 81245 - postfix doesn't stop by executing `/etc/rc.d/sendmail stop`
Summary: postfix doesn't stop by executing `/etc/rc.d/sendmail stop`
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 07:30 UTC by shige
Modified: 2005-05-20 12:45 UTC (History)
0 users

See Also:


Attachments
pf.patch (1.21 KB, patch)
2005-05-19 21:42 UTC, Vick Khera
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.