aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix28/pkg-install
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-03-19 05:23:12 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-03-19 05:23:12 +0800
commitb8ebfddbd11aa9139d01f3a4ac4c5135b2d8e6cc (patch)
tree6c713420867c5e521a9056bd1e7e56d2df46c2a0 /mail/postfix28/pkg-install
parenteb68710a7e3c0ce8c3d8ae6e468a96455a78210d (diff)
downloadfreebsd-ports-gnome-b8ebfddbd11aa9139d01f3a4ac4c5135b2d8e6cc.tar.gz
freebsd-ports-gnome-b8ebfddbd11aa9139d01f3a4ac4c5135b2d8e6cc.tar.zst
freebsd-ports-gnome-b8ebfddbd11aa9139d01f3a4ac4c5135b2d8e6cc.zip
Update to 1.1.5
PR: 36058 Submitted by: maintainer
Diffstat (limited to 'mail/postfix28/pkg-install')
-rw-r--r--mail/postfix28/pkg-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix28/pkg-install b/mail/postfix28/pkg-install
index 24bdf1d98728..29becd5cc0a1 100644
--- a/mail/postfix28/pkg-install
+++ b/mail/postfix28/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