eximlists@??? (Giuliano Gavazzi) writes:
> I did that a go but it did not work (yes, I sighupped exim). Still
> esmtp and no asmtp. I notice a difference in our SSL though, you have
> TLSv1:RC4-MD5:128 while I have TLSv1:DES-CBC3-SHA:168, I wonder if
> pine gets stressed out by mine and thinks better than authenticating..
Nope. RC4-MD5:128 = you are likely using OE or Mozilla?
Anyway, just for kicks, try smtp_server = your.mail.server/User=foo (without
the /Novalidate-cert).
Here's what I use (auth'ing using pwcheck) -
plainns:
driver = plaintext
public_name = PLAIN
server_condition = "${if pwcheck{$2:$3}{1}{0}}"
server_set_id = $2
login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if pwcheck{$1:$2}{1}{0}}"
server_set_id = $1