pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Make the messages for using both SASL and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69a58c63dc56
branches:  trunk
changeset: 478174:69a58c63dc56
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jul 19 02:48:42 2004 +0000

description:
Make the messages for using both SASL and TLS more helpful.

diffstat:

 mail/postfix/MESSAGE.sasl |  21 +++++++++++++++++----
 mail/postfix/MESSAGE.tls  |  19 +++++++++++++------
 2 files changed, 30 insertions(+), 10 deletions(-)

diffs (58 lines):

diff -r 9e704ba07fba -r 69a58c63dc56 mail/postfix/MESSAGE.sasl
--- a/mail/postfix/MESSAGE.sasl Mon Jul 19 02:46:30 2004 +0000
+++ b/mail/postfix/MESSAGE.sasl Mon Jul 19 02:48:42 2004 +0000
@@ -1,7 +1,20 @@
 ===========================================================================
-$NetBSD: MESSAGE.sasl,v 1.4 2004/07/19 02:46:30 jlam Exp $
+$NetBSD: MESSAGE.sasl,v 1.5 2004/07/19 02:48:42 jlam Exp $
+
+To enable SASL authentication, you may want to edit
+
+       ${SASLLIBDIR}/smtpd.conf
+
+and change the method used to check plaintext passwords.  To use
+security/cyrus-saslauthd, you should change the contents of smtpd.conf to:
 
-To enable SASL authentication, you might need to change permission
-of ${PKG_SYSCONFDIR}/sasldb.db so that smtpd can read it, and configure
-${PKG_SYSCONFDIR}/main.cf.
+       pwcheck_method: saslauthd
+
+Please consult:
+
+       ${EXAMPLEDIR}/sample-auth.cf
+
+and the SASL documentation for more information on setting up SASL
+authentication.
+
 ===========================================================================
diff -r 9e704ba07fba -r 69a58c63dc56 mail/postfix/MESSAGE.tls
--- a/mail/postfix/MESSAGE.tls  Mon Jul 19 02:46:30 2004 +0000
+++ b/mail/postfix/MESSAGE.tls  Mon Jul 19 02:48:42 2004 +0000
@@ -1,13 +1,20 @@
 ===========================================================================
-$NetBSD: MESSAGE.tls,v 1.4 2004/07/19 02:46:30 jlam Exp $
+$NetBSD: MESSAGE.tls,v 1.5 2004/07/19 02:48:42 jlam Exp $
 
-To enable TLS, you might need to reconfigure /etc/postfix/main.cf and
-${PKG_SYSCONFDIR}/master.cf.
+To enable TLS, you might need to reconfigure the following files:
+
+       ${PKG_SYSCONFDIR}/main.cf
+       ${PKG_SYSCONFDIR}/master.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
+# ==========================================================================
+# 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
 
 ===========================================================================



Home | Main Index | Thread Index | Old Index