aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-05-06 12:32:14 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-05-06 12:32:14 +0000
commit69ba81477e3532bbc44b65272f3ee5995b73fc3e (patch)
treeddfa296bd087b17b27cab3fdc2cd82302c5b5f87 /security/cyrus-sasl
parentc9c37baaaa77ca9bd84e5843e74781d9cf913116 (diff)
downloadports-69ba81477e3532bbc44b65272f3ee5995b73fc3e.tar.gz
ports-69ba81477e3532bbc44b65272f3ee5995b73fc3e.zip
Notes
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/files/Sendmail.README11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/cyrus-sasl/files/Sendmail.README b/security/cyrus-sasl/files/Sendmail.README
index 9cfc823ff7dd..dedf27d77550 100644
--- a/security/cyrus-sasl/files/Sendmail.README
+++ b/security/cyrus-sasl/files/Sendmail.README
@@ -41,6 +41,17 @@ How to enable SMTP AUTH with FreeBSD default Sendmail
dnl Use the following for Sendmail 8.10 - 8.11
define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLFile')dnl
+5) Add the following before FEATURE(msp) in your sendmail 8.12 submit.mc file:
+
+ DAEMON_OPTIONS(`Name=NoMTA, Addr=127.0.0.1, M=EA')dnl
+
+ This disables SMTP AUTH on the loopback interface. Otherwise you may get
+ the following error in the log:
+
+ error: safesasl(/usr/local/etc/sasldb) failed: Group readable file
+
+ when sending mail locally (seen when using pine locally on same server).
+
----
Additional AUTH Mechanisms are LOGIN, PLAIN, GSSAPI, and KERBEROS_V4.