> I have troubles with authed relaying, with the CRAM-MD5 driver which
> looks like
> (debian exim 3.35)
If you can, you should consider upgrading. 4.20 is out and 3.x is over a
year old
> cram:
> driver = cram_md5
> public_name = CRAM-MD5
> server_secret = ${if
> eq{$2}{${lookup{$1}lsearch{/etc/exim/auth.pass}{$value}fail}}{yes}{no}}
> server_set_id = $1
since auth is basically the same, server_secret needs to be the password.
so this should work for you:
server_secret = ${lookup{$1}lsearch{/etc/exim/auth.pass}{$value}fail}
You can't extract the password from what is sent to the server.
If you have windows/outlook clients, 4.20 (and 4.14) both have SPA (or NTLM)
authentication. This only works correctly if their network login/pass
agrees with your server.
--
Lab tests show that use of micro$oft causes cancer in lab animals