summaryrefslogtreecommitdiff
path: root/mail/postfix-current/MESSAGE.tls
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current/MESSAGE.tls')
-rw-r--r--mail/postfix-current/MESSAGE.tls19
1 files changed, 13 insertions, 6 deletions
diff --git a/mail/postfix-current/MESSAGE.tls b/mail/postfix-current/MESSAGE.tls
index b78d36ab02a..8602a9a1ec9 100644
--- a/mail/postfix-current/MESSAGE.tls
+++ b/mail/postfix-current/MESSAGE.tls
@@ -1,13 +1,20 @@
===========================================================================
-$NetBSD: MESSAGE.tls,v 1.1.1.1 2004/03/06 15:04:11 grant Exp $
+$NetBSD: MESSAGE.tls,v 1.2 2004/07/31 05:53:44 jlam Exp $
-To enable TLS, you might need to reconfigure /etc/postfix/main.cf and
-${PKG_SYSCONFDIR}/master.cf (See ${SHAREDIR}/sample-tls.cf.)
+To enable TLS, you might need to reconfigure the following files:
+
+ ${PKG_SYSCONFDIR}/main.cf
+ ${PKG_SYSCONFDIR}/master.cf
master.cf:
----------
- tlsmgr fifo - - y 300 1 tlsmgr
- smtps inet n - y - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
- submission inet n - y - - smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
+# ==========================================================================
+# service type private unpriv chroot wakeup maxproc command + args
+# ==========================================================================
+tlsmgr fifo - - y 300 1 tlsmgr
+smtps inet n - y - - smtpd
+ -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
+submission inet n - y - - smtpd
+ -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
===========================================================================