blob: 905f9d1cf450a51dd8e3fbb0b17302f29149b3c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
===========================================================================
$NetBSD: MESSAGE.tls,v 1.5 2004/07/19 02:48:42 jlam Exp $
To enable TLS, you might need to reconfigure the following files:
${PKG_SYSCONFDIR}/main.cf
${PKG_SYSCONFDIR}/master.cf
master.cf:
----------
# ==========================================================================
# 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
===========================================================================
|