Having problems with SMTP authentication

2007-12-29 Thread Andrew Falanga
HI, I've followed the instructions @ http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html, but am still having problems with the authentication process. If I set my client to use either CRAM-MD5 or DIGEST-MD5, I get an error return of authentication failure, most likely

Re: Having problems with SMTP authentication

2007-12-29 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew Falanga wrote: dnl set SASL options TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl But when I ask my e-mail client to check what the server supports, the

Re: Having problems with SMTP authentication

2007-12-29 Thread Andrew Falanga
On Saturday 29 December 2007 13:51:06 Matthew Seaman wrote: Andrew Falanga wrote: dnl set SASL options TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl But when I ask my e-mail client to check what the server

Re: Having problems with SMTP authentication

2007-12-29 Thread Gerard
On Sat, 29 Dec 2007 15:24:42 -0700 Andrew Falanga [EMAIL PROTECTED] wrote: [snip] this seems to imply you want me to create a file named hostname.mc. The instructions I followed in the handbook also mentioned that, Many administrators choose to use the output from hostname(1) as the .mc

Re: Having problems with SMTP authentication

2007-12-29 Thread Yuri Pankov
On Sat, Dec 29, 2007 at 03:24:42PM -0700, Andrew Falanga wrote: On Saturday 29 December 2007 13:51:06 Matthew Seaman wrote: Andrew Falanga wrote: dnl set SASL options TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5