aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix21/pkg-install
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-03-18 21:23:12 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-03-18 21:23:12 +0000
commitcb43f23b047562e41b882836745a0d9c2be00b8d (patch)
tree73a37033d5b20974b400fb01819e496866d767d2 /mail/postfix21/pkg-install
parentf3249b265a15830a216466571ecd0387c898c3f0 (diff)
downloadports-cb43f23b047562e41b882836745a0d9c2be00b8d.tar.gz
ports-cb43f23b047562e41b882836745a0d9c2be00b8d.zip
Update to 1.1.5
PR: 36058 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=56312
Diffstat (limited to 'mail/postfix21/pkg-install')
-rw-r--r--mail/postfix21/pkg-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix21/pkg-install b/mail/postfix21/pkg-install
index 24bdf1d98728..29becd5cc0a1 100644
--- a/mail/postfix21/pkg-install
+++ b/mail/postfix21/pkg-install
@@ -142,6 +142,8 @@ if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then
echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf
echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf
echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf
+ echo "Be sure to set sendmail_flags=\"-bd\" in /etc/rc.conf to start"
+ echo "postfix on next reboot."
echo "Done."
fi
else