aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix-current/pkg-install
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-04-02 02:08:08 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-04-02 02:08:08 +0800
commita5c12a8c9080aba50cd2ffa645e011bea0f37438 (patch)
tree4015dcdcc7e49841ff55f4638068dfa6620a7bba /mail/postfix-current/pkg-install
parentd4e546433a8dbc8d72029fa8ed735748c72392ff (diff)
downloadfreebsd-ports-gnome-a5c12a8c9080aba50cd2ffa645e011bea0f37438.tar.gz
freebsd-ports-gnome-a5c12a8c9080aba50cd2ffa645e011bea0f37438.tar.zst
freebsd-ports-gnome-a5c12a8c9080aba50cd2ffa645e011bea0f37438.zip
Update to latest snapshot
Add IS_INTERACTIVE PR: 36623 Submitted by: maintainer
Diffstat (limited to 'mail/postfix-current/pkg-install')
-rw-r--r--mail/postfix-current/pkg-install14
1 files changed, 13 insertions, 1 deletions
diff --git a/mail/postfix-current/pkg-install b/mail/postfix-current/pkg-install
index 24bdf1d98728..3ef249b885b1 100644
--- a/mail/postfix-current/pkg-install
+++ b/mail/postfix-current/pkg-install
@@ -142,7 +142,19 @@ 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 "Done."
+ cat <<'EOM'
+To enable postfix to start at boot time, please set these variables in
+your /etc/rc.conf file:
+
+sendmail_enable="YES"
+sendmail_flags="-bd"
+sendmail_outbound_enable="NO"
+sendmail_submit_enable="NO"
+sendmail_msp_queue_enable="NO"
+
+This will disable Sendmail completely.
+
+EOM
fi
else
if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then