I made a mistake while typing my server_prompt (forgot the second semicolon)
so that Outloop Express didn't recognized the prompt, then wasn't sending
login and password.
I corrected it, but now, it seems that exim doesnt recognize login/password
...
Any Idea ?
Here is the log (look at output debug, expanded string = no, at the bottom
of this message):
SMTP: 16:06:24 [tx] EHLO dell1
SMTP: 16:06:24 [rx] 250-lebac.net Hello dell1 [195.101.94.7]
SMTP: 16:06:24 [rx] 250-SIZE
SMTP: 16:06:24 [rx] 250-PIPELINING
SMTP: 16:06:24 [rx] 250-AUTH LOGIN
SMTP: 16:06:24 [rx] 250 HELP
SMTP: 16:06:24 [tx] AUTH LOGIN
SMTP: 16:06:24 [rx] 334 VXNlcm5hbWU6
SMTP: 16:06:24 [tx] cGgtMTA=
SMTP: 16:06:24 [rx] 334 UGFzc3dvcmQ6
SMTP: 16:06:24 [tx] c2UtY3JlYXQ=
SMTP: 16:06:24 [rx] 535 Incorrect authentication data
My exim configure :
######################################################################
# AUTHS CONFIGURATION #
######################################################################
fixed_login:
driver = plaintext
public_name = LOGIN
server_condition = "${if and {{eq{$2}{ph10}}{eq{$3}{secret}}}{yes}{no}}"
server_set_id = $2
server_prompts = "Username:: : Password::"
Here is exim output debug :
250-lebac.net Hello dell1 [195.101.94.7]
250-SIZE
250-PIPELINING
250-AUTH LOGIN
250 HELP
SMTP<< AUTH LOGIN
334 VXNlcm5hbWU6
334 UGFzc3dvcmQ6
fixed_login authenticator:
$1 = ph10
$2 = secret
expanded string: no
535 Incorrect authentication data