reintroduce tls flavour for snapshot
This commit is contained in:
parent
2e02b6e69f
commit
0e2188ada7
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.71 2003/11/04 15:28:13 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.72 2003/11/24 18:50:08 jakob Exp $
|
||||
|
||||
VERSION= 2.0.16-20031022
|
||||
|
||||
@ -9,4 +9,9 @@ MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
|
||||
|
||||
TLSVERSION= 0.8.16
|
||||
TLSPFIXVERSION= 2.0.16-20031022
|
||||
TLSSSLVERSION= 0.9.7c
|
||||
TLSDISTNAME= pfixtls-${TLSVERSION}-${TLSPFIXVERSION}-${TLSSSLVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,6 @@
|
||||
MD5 (postfix/pfixtls-0.8.16-2.0.16-20031022-0.9.7c.tar.gz) = 741215e2bbbc7845eec266862d6721a8
|
||||
MD5 (postfix/postfix-2.0.16-20031022.tar.gz) = 0e0718b36657ef0fe62b807afbda3420
|
||||
RMD160 (postfix/pfixtls-0.8.16-2.0.16-20031022-0.9.7c.tar.gz) = 657af0624e88f1d6c02b837ecf00c39c7fd87869
|
||||
RMD160 (postfix/postfix-2.0.16-20031022.tar.gz) = 520effe0c649cc9dec8fbf987bc46529194abe01
|
||||
SHA1 (postfix/pfixtls-0.8.16-2.0.16-20031022-0.9.7c.tar.gz) = b61e8cf9e21e4e2979926837464131a4dc33e5aa
|
||||
SHA1 (postfix/postfix-2.0.16-20031022.tar.gz) = 3143bf62dd7d45ee9c7783ae6f07c0e9065852bf
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- conf/master.cf.orig Thu Oct 25 22:22:08 2001
|
||||
+++ conf/master.cf Thu Oct 25 22:24:18 2001
|
||||
@@ -69,6 +69,8 @@
|
||||
# (yes) (yes) (yes) (never) (50)
|
||||
--- conf/master.cf.orig Tue Jan 28 17:28:45 2003
|
||||
+++ conf/master.cf Tue Jan 28 17:30:06 2003
|
||||
@@ -70,6 +70,8 @@
|
||||
# (yes) (yes) (yes) (never) (100)
|
||||
# ==========================================================================
|
||||
smtp inet n - - - - smtpd
|
||||
smtp inet n - - - - smtpd
|
||||
+#smtps inet n - - - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
|
||||
+#submission inet n - - - - smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
|
||||
#628 inet n - - - - qmqpd
|
||||
pickup fifo n n - 60 1 pickup
|
||||
cleanup unix - - - - 0 cleanup
|
||||
#628 inet n - - - - qmqpd
|
||||
pickup fifo n - - 60 1 pickup
|
||||
cleanup unix n - - - 0 cleanup
|
||||
|
20
mail/postfix/snapshot/pkg/PFRAG.tls
Normal file
20
mail/postfix/snapshot/pkg/PFRAG.tls
Normal file
@ -0,0 +1,20 @@
|
||||
@comment $OpenBSD: PFRAG.tls,v 1.7 2003/11/24 18:50:08 jakob Exp $
|
||||
libexec/postfix/tlsmgr
|
||||
man/man8/tlsmgr.8
|
||||
share/doc/postfix/tls/conf.html
|
||||
share/doc/postfix/tls/index.html
|
||||
share/doc/postfix/tls/install.html
|
||||
share/doc/postfix/tls/intro.html
|
||||
share/doc/postfix/tls/loadCAcert.pl
|
||||
share/doc/postfix/tls/myownca.html
|
||||
share/doc/postfix/tls/prng.html
|
||||
share/doc/postfix/tls/references.html
|
||||
share/doc/postfix/tls/relaycert.html
|
||||
share/doc/postfix/tls/rfc2246.txt
|
||||
share/doc/postfix/tls/rfc2487.txt
|
||||
share/doc/postfix/tls/rfc3207.txt
|
||||
share/doc/postfix/tls/security.html
|
||||
share/doc/postfix/tls/setup.html
|
||||
share/doc/postfix/tls/test.html
|
||||
share/examples/postfix/sample-tls.cf
|
||||
@dirrm share/doc/postfix/tls
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.18 2003/11/04 15:28:13 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.19 2003/11/24 18:50:08 jakob Exp $
|
||||
@pkgcfl postfix-*
|
||||
%%tls%%
|
||||
libexec/postfix/bounce
|
||||
libexec/postfix/cleanup
|
||||
libexec/postfix/error
|
||||
|
Loading…
Reference in New Issue
Block a user