Hi everyone,
I have da_exim-4.43-1 on Fedora Core 2 and really big problem with sending emails. In mainlog it occures as
"plain authenticator failed for (here client id) 535 Incorrect authentication data"
exim.pl works ok, I checked it many time using log_str sub included in it.
in exim.conf I have
begin authenticators
plain:
driver = plaintext
public_name = PLAIN
server_condition = "${perl{smtpauth}}"
server_set_id = $2
login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${perl{smtpauth}}"
server_set_id = $1
Thanks
Mtes
I have da_exim-4.43-1 on Fedora Core 2 and really big problem with sending emails. In mainlog it occures as
"plain authenticator failed for (here client id) 535 Incorrect authentication data"
exim.pl works ok, I checked it many time using log_str sub included in it.
in exim.conf I have
begin authenticators
plain:
driver = plaintext
public_name = PLAIN
server_condition = "${perl{smtpauth}}"
server_set_id = $2
login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${perl{smtpauth}}"
server_set_id = $1
Thanks
Mtes