Update to 20011121 and TLS to go with it

PR:		32068
Submitted by:	matthias.andree@web.de
This commit is contained in:
David W. Chapman Jr. 2001-11-24 19:17:59 +00:00
parent 4c5e26eb61
commit dc6cb35028
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50494
10 changed files with 49 additions and 49 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
PORTVERSION= 20011104
PORTVERSION= 20011121
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \

View File

@ -1,2 +1,2 @@
MD5 (postfix/snapshot-20011104.tar.gz) = b33235d9f2f3be74f0c992f56241a5d2
MD5 (postfix/pfixtls-0.7.12-snap20011104-0.9.6b.tar.gz) = e8b1e0392a73a2fbbb935233a3c7c852
MD5 (postfix/snapshot-20011121.tar.gz) = 3c79dd6ce991eb6188332b7d79d856ca
MD5 (postfix/pfixtls-0.7.13a-snap20011121-0.9.6b.tar.gz) = 9803b8055d045b4d2515c3ef022f5372

View File

@ -50,8 +50,8 @@
***************
*** 209,211 ****
#
! # mail_spool_directory = /var/mail
# mail_spool_directory = /var/spool/mail
! #mail_spool_directory = /var/mail
#mail_spool_directory = /var/spool/mail
--- 209,211 ----
#
! mail_spool_directory = /var/mail

View File

@ -12,33 +12,33 @@
***************
*** 19,24 ****
#
! # canonical_maps = dbm:/etc/postfix/canonical
! # canonical_maps = hash:/etc/postfix/canonical
! # canonical_maps = hash:/etc/postfix/canonical, nis:canonical
! # canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical
! #canonical_maps = dbm:/etc/postfix/canonical
! #canonical_maps = hash:/etc/postfix/canonical
! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical
! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical
canonical_maps =
--- 19,24 ----
#
! # canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical
! # canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical
! # canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical
! # canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical
! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical
! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical
! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical
! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical
canonical_maps =
***************
*** 32,34 ****
#
! # recipient_canonical_maps = hash:/etc/postfix/recipient_canonical
! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical
recipient_canonical_maps =
--- 32,34 ----
#
! # recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical
! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical
recipient_canonical_maps =
***************
*** 46,48 ****
#
! # sender_canonical_maps = hash:/etc/postfix/sender_canonical
! #sender_canonical_maps = hash:/etc/postfix/sender_canonical
sender_canonical_maps =
--- 46,48 ----
#
! # sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical
! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical
sender_canonical_maps =

View File

@ -14,11 +14,11 @@
# Specify the types and names of databases to use. After change,
! # run "postmap /etc/postfix/relocated", then "postfix reload".
#
! # relocated_maps = hash:/etc/postfix/relocated
! #relocated_maps = hash:/etc/postfix/relocated
relocated_maps =
--- 263,267 ----
# Specify the types and names of databases to use. After change,
! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload".
#
! # relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated
! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated
relocated_maps =

View File

@ -12,15 +12,15 @@
***************
*** 16,21 ****
#
! # relocated_maps = dbm:/etc/postfix/relocated
! # relocated_maps = hash:/etc/postfix/relocated
! # relocated_maps = hash:/etc/postfix/relocated, nis:virtual
! # relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated
! #relocated_maps = dbm:/etc/postfix/relocated
! #relocated_maps = hash:/etc/postfix/relocated
! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual
! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated
relocated_maps =
--- 16,21 ----
#
! # relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated
! # relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated
! # relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual
! # relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated
! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated
! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated
! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual
! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated
relocated_maps =

View File

@ -2,10 +2,10 @@
--- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000
***************
*** 183,185 ****
# smtpd_sender_restrictions = reject_unknown_sender_domain
! # smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access
#smtpd_sender_restrictions = reject_unknown_sender_domain
! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access
smtpd_sender_restrictions =
--- 183,185 ----
# smtpd_sender_restrictions = reject_unknown_sender_domain
! # smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access
#smtpd_sender_restrictions = reject_unknown_sender_domain
! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access
smtpd_sender_restrictions =

View File

@ -6,18 +6,18 @@
! # to use. If you use this feature, run "postmap /etc/postfix/transport"
# after change, then "postfix reload".
#
! # transport_maps = dbm:/etc/postfix/transport
! # transport_maps = hash:/etc/postfix/transport
! # transport_maps = hash:/etc/postfix/transport, nis:transport
! # transport_maps = hash:/etc/postfix/transport, netinfo:/transport
! #transport_maps = dbm:/etc/postfix/transport
! #transport_maps = hash:/etc/postfix/transport
! #transport_maps = hash:/etc/postfix/transport, nis:transport
! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport
transport_maps =
--- 10,18 ----
# By default, this feature is disabled. Specify the types of databases
! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport"
# after change, then "postfix reload".
#
! # transport_maps = dbm:!!PREFIX!!/etc/postfix/transport
! # transport_maps = hash:!!PREFIX!!/etc/postfix/transport
! # transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport
! # transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport
! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport
! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport
! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport
! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport
transport_maps =

View File

@ -12,15 +12,15 @@
***************
*** 18,23 ****
#
! # virtual_maps = dbm:/etc/postfix/virtual
! # virtual_maps = hash:/etc/postfix/virtual
! # virtual_maps = hash:/etc/postfix/virtual, nis:virtual
! # virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual
! #virtual_maps = dbm:/etc/postfix/virtual
! #virtual_maps = hash:/etc/postfix/virtual
! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual
! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual
virtual_maps =
--- 18,23 ----
#
! # virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual
! # virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual
! # virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual
! # virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual
! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual
! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual
! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual
! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual
virtual_maps =

View File

@ -87,8 +87,8 @@ while [ "$1" ]; do
echo "BIN1+= tlsmgr"
echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl"
echo "POSTFIX_AUXLIBS+= -lssl -lcrypto"
echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.12-snap20011104-0.9.6b.tar.gz"
echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.12-snap20011104-0.9.6b/pfixtls.diff"
echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.13a-snap20011121-0.9.6b.tar.gz"
echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.13a-snap20011121-0.9.6b/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;