Rom <
romp...@gmail.com> wrote:
> I hope I corrected any thing you cited from above where a ` or ' was
> left out? it seems to use the backtick ` to preceede paramaters and
> the apostrophe after them '
Yeah, the copy/paste I did screwed that up, you have it right.
> I also tried just what you specified:
> define(`ConfAUTH_OPTIONS',`A')
> TRUST_AUTH_MECH(`LOGIN PLAIN')dnl
> define(`ConfAUTH_MECHANISMS',` LOGIN PLAIN')dnl
> And I still get auth error
> then tried this:
> # telnet localhost 587
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> 220 x ESMTP Sendmail 8.14.5/8.14.5; Sat, 16 Jun 2012 11:56:23 -0500
> (CDT)
> ehlo localhost
> 250-x Hello localhost [127.0.0.1], pleased to meet you
> 250-ENHANCEDSTATUSCODES
> 250-PIPELINING
> 250-8BITMIME
> 250-SIZE
> 250-DSN
> 250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
> 250-DELIVERBY
> 250 HELP
Well, it's not clear to me with the "then tried this", but if you put in
define(`ConfAUTH_MECHANISMS', LOGIN PLAIN')dnl
You wouldn't get...
250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
With the telnet localhost test, only LOGIN PLAIN should show up, so either
you are editing the wrong file, the make isn't regenerating the
sendmail.cf
from it or sendmail is looking at some other cf file when it starts.
It's been a while since I used freebsd but in /etc/mail doesn't the mc file
need to be copied from the default (
freebsd.mc) to like
hostname.mc and that
file edited/ran make on and so forth?
-bruce
b...@ripco.com