diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-04-02 02:01:27 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-04-02 02:01:27 +0800 |
commit | d4e546433a8dbc8d72029fa8ed735748c72392ff (patch) | |
tree | 157e0e74ad94e9192c0663516a846b0f229e3f68 /mail/postfix28/pkg-install | |
parent | 61ba0dda708238936957813ec786cae341f23ff8 (diff) | |
download | freebsd-ports-gnome-d4e546433a8dbc8d72029fa8ed735748c72392ff.tar.gz freebsd-ports-gnome-d4e546433a8dbc8d72029fa8ed735748c72392ff.tar.zst freebsd-ports-gnome-d4e546433a8dbc8d72029fa8ed735748c72392ff.zip |
Update postfix to 1.1.7
PR: 36621
Submitted by: maintainer
Diffstat (limited to 'mail/postfix28/pkg-install')
-rw-r--r-- | mail/postfix28/pkg-install | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/mail/postfix28/pkg-install b/mail/postfix28/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix28/pkg-install +++ b/mail/postfix28/pkg-install @@ -142,9 +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 "Be sure to set sendmail_flags=\"-bd\" in /etc/rc.conf to start" - echo "postfix on next reboot." - 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 |