diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 18:01:27 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 18:01:27 +0000 |
commit | b520b150e5bc5f9f940e5ea3b0954c70177598a2 (patch) | |
tree | 4bc5c5b31a1f1b1c46a17016424e0b6e84290cd2 /mail | |
parent | 1671c22aeacedea8c26f6f38abba39435cd3f917 (diff) | |
download | ports-b520b150e5bc5f9f940e5ea3b0954c70177598a2.tar.gz ports-b520b150e5bc5f9f940e5ea3b0954c70177598a2.zip |
Notes
Diffstat (limited to 'mail')
44 files changed, 220 insertions, 99 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix/pkg-install b/mail/postfix/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix/pkg-install +++ b/mail/postfix/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 diff --git a/mail/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix index 77961d3eeb8f..8064d0e5dba0 100644 --- a/mail/postfix/scripts/configure.postfix +++ b/mail/postfix/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix1/distinfo b/mail/postfix1/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix1/distinfo +++ b/mail/postfix1/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix1/pkg-install b/mail/postfix1/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix1/pkg-install +++ b/mail/postfix1/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 diff --git a/mail/postfix1/scripts/configure.postfix b/mail/postfix1/scripts/configure.postfix index 4ce76a2fbb10..838998c66d67 100644 --- a/mail/postfix1/scripts/configure.postfix +++ b/mail/postfix1/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix20/distinfo b/mail/postfix20/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix20/distinfo +++ b/mail/postfix20/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix20/pkg-install b/mail/postfix20/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix20/pkg-install +++ b/mail/postfix20/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 diff --git a/mail/postfix20/scripts/configure.postfix b/mail/postfix20/scripts/configure.postfix index b279053921bf..4704833ffe44 100644 --- a/mail/postfix20/scripts/configure.postfix +++ b/mail/postfix20/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix20/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix20/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix21/distinfo b/mail/postfix21/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix21/distinfo +++ b/mail/postfix21/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix21/pkg-install b/mail/postfix21/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix21/pkg-install +++ b/mail/postfix21/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 diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index 73bb35a84e76..00e3765d1e63 100644 --- a/mail/postfix21/scripts/configure.postfix +++ b/mail/postfix21/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix22/distinfo b/mail/postfix22/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix22/distinfo +++ b/mail/postfix22/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix22/pkg-install b/mail/postfix22/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix22/pkg-install +++ b/mail/postfix22/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 diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix index d1ce8b49bf92..f9ede7c1e6a7 100644 --- a/mail/postfix22/scripts/configure.postfix +++ b/mail/postfix22/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix23/distinfo b/mail/postfix23/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix23/distinfo +++ b/mail/postfix23/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix23/pkg-install b/mail/postfix23/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix23/pkg-install +++ b/mail/postfix23/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 diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix index dfec0614bc93..7f6aaa10d870 100644 --- a/mail/postfix23/scripts/configure.postfix +++ b/mail/postfix23/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix24/distinfo b/mail/postfix24/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix24/distinfo +++ b/mail/postfix24/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix24/pkg-install b/mail/postfix24/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix24/pkg-install +++ b/mail/postfix24/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 diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix index d69d5b89b1e9..d34447eb54bf 100644 --- a/mail/postfix24/scripts/configure.postfix +++ b/mail/postfix24/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix25/distinfo +++ b/mail/postfix25/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix25/pkg-install b/mail/postfix25/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix25/pkg-install +++ b/mail/postfix25/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 diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix index eebdc4557beb..94f80e18df89 100644 --- a/mail/postfix25/scripts/configure.postfix +++ b/mail/postfix25/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix26/distinfo b/mail/postfix26/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix26/distinfo +++ b/mail/postfix26/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix26/pkg-install b/mail/postfix26/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix26/pkg-install +++ b/mail/postfix26/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 diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix index 2d0970a48e6e..ec8b4cb11bee 100644 --- a/mail/postfix26/scripts/configure.postfix +++ b/mail/postfix26/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix27/distinfo b/mail/postfix27/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix27/distinfo +++ b/mail/postfix27/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 diff --git a/mail/postfix27/pkg-install b/mail/postfix27/pkg-install index 29becd5cc0a1..3ef249b885b1 100644 --- a/mail/postfix27/pkg-install +++ b/mail/postfix27/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 diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix index e71187fec528..8591538a954f 100644 --- a/mail/postfix27/scripts/configure.postfix +++ b/mail/postfix27/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo index 57ef71d45b9c..30bce4748ba1 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf -MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd +MD5 (postfix/postfix-1.1.7.tar.gz) = 320ea040f13c084a5e8bea680b422e06 +MD5 (postfix/pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz) = 578ade33d4d5475c55c31041857cc6f1 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 diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix index 7564414eb91b..80c0bc903b04 100644 --- a/mail/postfix28/scripts/configure.postfix +++ b/mail/postfix28/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; |