pkgsrc/mail/postfix/MESSAGE.tls
jmmv 83877c7a60 - Move all "share" files to share/examples/postfix; all of them are used
as samples, either by the user or by bsd.pkg.install.mk.
- Correctly handle configuration files, that is, avoid touching the conf
  directory directly.
- Use OWN_DIRS to handle the spool directory.
- Run post-install through an INSTALL script.
- Sort PLIST after all these changes.
- Bump PKGREVISION to 1.
2003-05-01 14:07:56 +00:00

13 lines
670 B
Text

===========================================================================
$NetBSD: MESSAGE.tls,v 1.2 2003/05/01 14:07:57 jmmv Exp $
To enable TLS, you might need to reconfigure /etc/postfix/main.cf and
${PKG_SYSCONFDIR}/master.cf (See ${SHAREDIR}/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
===========================================================================