was ->KMail updates in KDE 3.0
Craig White
plug-discuss@lists.plug.phoenix.az.us
24 Jan 2002 21:44:32 -0700
On Thu, 2002-01-24 at 14:42, Mike wrote:
> Speaking of SMTP authentication: How would one set
> up the SMTP server (i.e QMail) to handle that.
>
---
Quite easy with sendmail...
add the following to /etc/mail/sendmail.mc
define(`confAUTH_OPTIONS', `A')dnl
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
use m4 to generate new sendmail.cf file
restart sendmail
Craig