Hi, Henry: I just tried dropping spaces, but not worked. The error message is : expansion of "1234\" failed in fixed_login authenticator: \ at end of string If use client_send = ":user1:1234\:" (one backslash) The error message is : 454 5.7.3 Client was not authenticated.
Are there other tries? Thanks, Latrell ----- Original Message ----- From: "Henry Amrhein" <[EMAIL PROTECTED]> To: "exim-users" <[email protected]> Sent: Wednesday, December 07, 2005 3:20 PM Subject: Re: [exim] Special character in exim.conf > oops...sorry for the direct reply. I meant to send this to the list. > My keyboard/chair interface is flapping tonight. > > comments below: > > On 12/6/05, Latrell <[EMAIL PROTECTED]> wrote: > > Thanks for your reply. > > Let me use an example to illustrate what I met. > > my username and passwd are user1 and 1234: > > I've tried the following configurations > > fixed_login: > > driver = plaintext > > public_name = LOGIN > > ============================ > > client_send =: user1 : 1234\: > > client_send =: user1 : 1234\\: > > client_send =: user1 : 1234\\\\: > > client_send =": user1 : 1234\:" > > client_send =": user1 : 1234\\:" > > client_send =": user1 : 1234\\\:" > > client_send =": user1 : 1234\\\\:" > > client_send =: user1 : "1234\:" > > client_send =: user1 : "1234\\:" > > client_send =: user1 : "1234\\\:" > > client_send =: user1 : "1234\\\\:" > > all failed when authenticating. > > Please give me some advice. Thanks again. > > Latrell. > > Try dropping the spaces. ie: make it look like this: > > client_send = ":user1:1234\\:" > > --Henry > > -- > ## 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/ > -- ## 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/
