diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-06 19:59:29 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-06 19:59:29 +0000 |
commit | 60532c8c60c73ebda29a7cf5445772530c5c6f12 (patch) | |
tree | 89378504c9023e591189346cd0dbbb211a0cf726 /mail/postfix21/pkg-install | |
parent | d25dd089f145579333e0db6581d45748d7cfb67b (diff) | |
download | ports-60532c8c60c73ebda29a7cf5445772530c5c6f12.tar.gz ports-60532c8c60c73ebda29a7cf5445772530c5c6f12.zip |
Notes
Diffstat (limited to 'mail/postfix21/pkg-install')
-rw-r--r-- | mail/postfix21/pkg-install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/postfix21/pkg-install b/mail/postfix21/pkg-install index 8ecea1626d2b..5acdbac8d974 100644 --- a/mail/postfix21/pkg-install +++ b/mail/postfix21/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 |