Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 16:01:04 +0100 (CET)
From:      "Gernot A. Weber" <gernot.weber@quantumnet.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: sendmail auth problems
Message-ID:  <20030224155553.J40270@homer.quantumnet.de>
In-Reply-To: <20030223165421.B33435@homer.quantumnet.de>
References:  <20030223165421.B33435@homer.quantumnet.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

ok it's working now. Just in case someone wants to know, where the problem
was:

> dnl set SASL options
> TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
> define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
> define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl

I changed the last line to:

FEATURE(authinfo, `hash -o /etc/mail/authinfo')dnl

> to my .mc-file and created /etc/mail/auth-info containing:

This file is not needed anymore. authinfo looks like:

AuthInfo:relayhost "U:username" "P:password" "M:PLAIN"

> Starting sendmail gave me:
>
> Feb 23 14:54:03 homer sm-mta[32122]: error: safesasl(/usr/local/etc/sa
> sldb) failed: Group readable file
> Feb 23 14:54:03 homer sm-mta[32123]: starting daemon (8.12.6): SMTP+qu
> eueing@00:30:00
> Feb 23 14:54:03 homer sm-msp-queue[32129]: starting daemon (8.12.6): q
> ueueing@00:30:00

I chmod'ed sasldb to 600 and chown'ed it to root:wheel

Bye,

   Gernot Weber

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030224155553.J40270>