LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Sendmail Authentication (https://www.linuxquestions.org/questions/mandriva-30/sendmail-authentication-217379/)

KnightKrawlur 08-13-2004 11:49 PM

Sendmail Authentication
 
I fooled around with Mandrake 8.2 for the longest, and never did get Sendmail Authentication to work, ever.

Recently I installed a fresh copy of MDK 10 and I'm still having no luck at all. I've searched the web and tried every single guide I can find, all say the same thing, make sure the MC has the proper settings, run it through m4 and restart and you're ready to go. I still get nothing.


Version 8.12.11
Compiled with: DNSMAP LDAPMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8
MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS
PIPELINING SASLv2 SCANF STARTTLS TCPWRAPPERS USERDB
USE_LDAP_INIT



This copy of Sendmail has support for SASLv2, and I have Saslv2 installed.



dnl SASL Configuration
dnl extract from (url removed because of forums)
dnl
dnl Next two lines are for SMTP Authentication
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
dnl
dnl Next line stops sendmail from allowing auth without encryption
define(`confAUTH_OPTIONS', `A p y')dnl
dnl
dnl STARTTLS configuration
dnl extract from (url removed because of forums)
dnl
define(`CERT_DIR', `/etc/ssl/sendmail')dnl
define(`confCACERT_PATH', `CERT_DIR')dnl
define(`confCACERT', `CERT_DIR/CAcert.pem')dnl
define(`confSERVER_CERT', `CERT_DIR/MYcert.pem')dnl
define(`confSERVER_KEY', `CERT_DIR/MYkey.pem')dnl
define(`confCLIENT_CERT', `CERT_DIR/MYcert.pem')dnl
define(`confCLIENT_KEY', `CERT_DIR/MYkey.pem')dnl



The options are all enabled from what I can tell, the key files are there, yet my checking shows no support for authentication.



EHLO localhost
250-isis.***.*** Hello seti.***.*** [192.168.0.2], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-STARTTLS
250-DELIVERBY
250 HELP

Is there something with the SASL configuration I'm missing maybe?

Any suggestions would be helpful.


All times are GMT -5. The time now is 02:41 PM.