Running "${PREFIX}/etc/rc.d/postfix.sh restart" may produce an error postfix/postfix-script: fatal: the Postfix mail system is already running if "postfix stop" takes some time. It is because the postfix(8) command just sends a signal to the master(8) daemon and does not wait the process to be stopped. The PID file should be checked to restart the daemon reliably.
State Changed From-To: open->feedback Awaiting maintainers feedback
I approve, with one minor change. the postfix_procname variable default should use %%PREFIX%% rather than /usr/local directly. On Jan 12, 2006, at 2:44 PM, Edwin Groothuis wrote: > Maintainer of mail/postfix, > > Please note that PR ports/91721 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/91721 > > -- > Edwin Groothuis > edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->mnag I'll take it.
State Changed From-To: feedback->closed Committed. Thanks!