[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] SMTP AUTH SASL
- Subject: [ale] SMTP AUTH SASL
- From: bradley at linuxcentral.com (Bradley Glonka)
- Date: 21 May 2002 08:03:25 -0400
Red Hat has made it pretty easy to setup sendmail for SMTP AUTH.
>From the sendmail.mc file:
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
This works just fine and authenticates a user against a system account.
Can anyone confirm this is sent via plain text? I'm pretty sure it is.
Assuming it is how can SASL support some kind of encryption? Or how can I make it
authenticate against /etc/sasldb
--
Brad
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.