summaryrefslogtreecommitdiff
path: root/mail/postfix-current/MESSAGE.tls
blob: 8602a9a1ec97e5079b4d6a9af5495e447f201656 (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.2 2004/07/31 05:53:44 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

===========================================================================