was ->KMail updates in KDE 3.0

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
Subject: was ->KMail updates in KDE 3.0
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