summaryrefslogtreecommitdiff
path: root/mail/postfix-current/MESSAGE.tls
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-03-06 15:04:11 +0000
committergrant <grant@pkgsrc.org>2004-03-06 15:04:11 +0000
commit4ae826e6a0b21ff2c45b126a5eca52ad23d1d33c (patch)
treeebe61f3e46086a4ed7b4050274568e446f4aea65 /mail/postfix-current/MESSAGE.tls
parent6d89d6f4106926acd6543fd9988c1f9bacf5858e (diff)
downloadpkgsrc-4ae826e6a0b21ff2c45b126a5eca52ad23d1d33c.tar.gz
Initial import of postfix-current into The NetBSD Packages Collection.
This package is the snapshot from 20040209. Postfix aims to be an alternative to the widely-used sendmail program. Sendmail is responsible for 70% of all e-mail delivered on the Internet. With an estimated 100 million users, that's an estimated 10 billion (10^10) messages daily. A stunning number. Although IBM supported the Postfix development, it abstains from control over its evolution. The goal is to have Postfix installed on as many systems as possible. To this end, the software is given away with no strings attached to it, so that it can evolve with input from and under control by its users.
Diffstat (limited to 'mail/postfix-current/MESSAGE.tls')
-rw-r--r--mail/postfix-current/MESSAGE.tls13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/postfix-current/MESSAGE.tls b/mail/postfix-current/MESSAGE.tls
new file mode 100644
index 00000000000..b78d36ab02a
--- /dev/null
+++ b/mail/postfix-current/MESSAGE.tls
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE.tls,v 1.1.1.1 2004/03/06 15:04:11 grant 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
+
+===========================================================================