Your line additions/changes to my config file worked! I don't know what the difference was, but I think it was the AUTH_OPTIONS A part. Who knows. My server seems to be working fine now, with LOGIN. Now to see if I can get TLS or CRAM-MD5 working.
Thanks to all those that helped me. I really appreciate it. Eric F Crist President AdTech Integrated Systems, Inc (612) 998-3588 > -----Original Message----- > From: Chris Sechiatano [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 30, 2004 11:20 AM > To: Eric Crist > Subject: Re: SASL and Sendmail > > > Here's what I added to my .mc file to get AUTH to finally > work. I had to do this to send mail to this list through my > SBC DSL SMTP server. > > sendmail.mc file: > -------------------------------------------------------------- > --------- > FEATURE(`authinfo')dnl > FEATURE(`authinfo',`hash -o /etc/mail/authinfo') > define(`confAUTH_OPTIONS', `A') define(`confAUTH_MECHANISMS', > `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN') > TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN') > > authinfo file: > -------------------------------------------------------------- > --------- > AuthInfo:smtp.domain.com "U:smtp_username" > "P:smtp_password" "M:PLAIN" > > Your mileage may vary... > > > > On Tue, Jun 29, 2004 at 07:53:54PM -0500, Eric Crist > <[EMAIL PROTECTED]> wrote: > > How, more specifically, do I enable TLS/SSL in sendmail, and where > > does the 'p' go? > > > > Thanks for your help. > > > > Eric F Crist > > President > > AdTech Integrated Systems, Inc > > (612) 998-3588 > > > > > > > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
