On 2004-05-19 Jerry VB <jerryvb@???> wrote:
> Hello,
> Sorry for the long post, I needed to include a lot of details.
> I am having a heck of a time trying to get client side smtp auth working
> with my dial in isp. I am using exim 4.33. I built the binary with both
> cram_md5 and plaintext authenticators. Then, I added these authenticators
> into the configure file:
> cram_md5:
> driver = cram_md5
> public_name = CRAM-MD5
> client_name = jerryvb
> client_secret = xxxxxx
> login:
> driver = plaintext
> public_name = LOGIN
> client_send = ": jerryvb@??? : xxxxxxx"
[...]
You have to set hosts_try_auth on the respective transport.
cu andreas