summaryrefslogtreecommitdiffstats
path: root/mail/postfix23/pkg-install
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-05-06 19:59:29 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-05-06 19:59:29 +0000
commit89ee78e3fb4f619911ee8712c0d2cc958b73437c (patch)
tree80afbc859b5c4698dc0dc83133a6196161100401 /mail/postfix23/pkg-install
parent9b45a8fbc4f47b2360c80272d3367f6d3d1a6de2 (diff)
downloadFreeBSD-ports-89ee78e3fb4f619911ee8712c0d2cc958b73437c.zip
FreeBSD-ports-89ee78e3fb4f619911ee8712c0d2cc958b73437c.tar.gz
Update to 1.1.8
Re-enable IPv6 with non official patch PR: 37798 Submitted by: maintainer
Diffstat (limited to 'mail/postfix23/pkg-install')
-rw-r--r--mail/postfix23/pkg-install13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/postfix23/pkg-install b/mail/postfix23/pkg-install
index 8ecea16..5acdbac 100644
--- a/mail/postfix23/pkg-install
+++ b/mail/postfix23/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
OpenPOWER on IntegriCloud