4afdc0d176
in /etc/mk.conf. To verify the TLS support, type # /usr/pkg/sbin/postconf | grep tls Submitted by Dawid Szymanski in pkg/17570.
13 lines
679 B
Text
13 lines
679 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.tls,v 1.1 2002/07/22 10:39:26 martti Exp $
|
|
|
|
To enable TLS, you might need to reconfigure /etc/postfix/main.cf and
|
|
/etc/postfix/master.cf (See ${PREFIX}/share/postfix/sample-tls.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
|
|
|
|
===========================================================================
|