summaryrefslogtreecommitdiff
path: root/mail/postfix/MESSAGE.tls
blob: b41a9cad7944f19501c8ee798738b8423e7efdc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
===========================================================================
$NetBSD: MESSAGE.tls,v 1.6 2005/03/08 18:33:39 bad Exp $

To enable TLS, you might need to reconfigure the following files:

	${PKG_SYSCONFDIR}/main.cf
	${PKG_SYSCONFDIR}/master.cf

The following lines are appropriate for accepting TLS connections by
the SMTP server.

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

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