Discussion:
[Pkg-exim4-users] authenticator failure
Nick Guerette
2015-10-07 22:08:41 UTC
Permalink
Because DNS load balancing is used on the name smtp.comcast.net, you
will not actually connect to an individual server that has that name, so
you need to use a wildcard in passwd.client, and at least in our case
the username is a full email address, though I don't know if that's
Hi,
well I finally got my mail to be accepted, but it’s going unauthenticated since my authenticator fails. not sure why, can anyone look at my authenticator code and tell me?
—————————————
begin authenticators
driver = plaintext
public_name = LOGIN
.ifndef AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS
# Return empty string if not non-TLS AND looking up $host in passwd-file
# yields a non-empty string; fail otherwise.
client_send = "<; ${if and{\
{!eq{$tls_out_cipher}{}}\
{!eq{PASSWDLINE}{}}\
}\
{}fail}\
; ${extract{1}{::}{PASSWDLINE}}\
; ${sg{PASSWDLINE}{\\N([^:]+:)(.*)\\N}{\\$2}}"
.else
# Return empty string if looking up $host in passwd-file yields a
# non-empty string; fail otherwise.
client_send = "<; ${if !eq{PASSWDLINE}{}\
{}fail}\
; ${extract{1}{::}{PASSWDLINE}}\
; ${sg{PASSWDLINE}{\\N([^:]+:)(.*)\\N}{\\$2}}"
.endif
—————————————————
and my passwd.client is of the form smtp.comcast.net:username:password, and both of those creds check out with swak on smtp.comcast.net
any advice MUCH appreciated!
DB
_______________________________________________
Pkg-exim4-users mailing list
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exim4-users
--
Nick Guerette
Embedded Systems Engineer
Mosaic Industries, Inc.
510-790-8222
http://mosaic-industries.com/embedded-systems
dan biles
2015-10-08 04:19:27 UTC
Permalink
well I totally believe you but…..how do you know that?

best, DB
Loading...