am 2006-01-30 14:55 schrieb Felix Brack:

> 14659 SMTP>> 334 VXNlciBOYW1l
                   ^^^^^^^^^^^^
base64-encoded = "Username" - trailing colon missing!

> 14659 SMTP>> 334 UGFzc3dvcmQ=
                   ^^^^^^^^^^^^
base64-encoded = "Password" - trailing colon missing!

But the colon is needed after "Username" and "Password" and you have to
specify it here:

>   server_prompts = User Name : Password
                     ^^^^^^^^^
I don't believe you have "User Name" here (see above) ;-)

server_prompts = Username:: : Password::
                         ^^           ^^
This doubled colons are needed!

HTH
Peter

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to