diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-07 03:59:29 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-07 03:59:29 +0800 |
commit | 89ee78e3fb4f619911ee8712c0d2cc958b73437c (patch) | |
tree | 80afbc859b5c4698dc0dc83133a6196161100401 /mail/postfix28/pkg-install | |
parent | 9b45a8fbc4f47b2360c80272d3367f6d3d1a6de2 (diff) | |
download | freebsd-ports-gnome-89ee78e3fb4f619911ee8712c0d2cc958b73437c.tar.gz freebsd-ports-gnome-89ee78e3fb4f619911ee8712c0d2cc958b73437c.tar.zst freebsd-ports-gnome-89ee78e3fb4f619911ee8712c0d2cc958b73437c.zip |
Update to 1.1.8
Re-enable IPv6 with non official patch
PR: 37798
Submitted by: maintainer
Diffstat (limited to 'mail/postfix28/pkg-install')
-rw-r--r-- | mail/postfix28/pkg-install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/postfix28/pkg-install b/mail/postfix28/pkg-install index 8ecea1626d2b..5acdbac8d974 100644 --- a/mail/postfix28/pkg-install +++ b/mail/postfix28/pkg-install @@ -143,19 +143,6 @@ 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 - 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 |