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.
----- Original Message -----
From: "Henry Amrhein" <hamrhein@???>
To: "exim-users" <exim-users@???>
Sent: Wednesday, December 07, 2005 2:12 PM
Subject: Re: [exim] Special character in exim.conf
> On 12/6/05, Latrell <is85022@???> wrote:
>
> > I'm using LOGIN smtp authentication. When I use client_send to send
username and passwd,
> > I found special characters such as $ and ^ will cause authentication
fail.
> > I've tried to use backslash to escape special character, but it seems
not worked.
> > What are the all special characters recognized by exim.conf? How can I
escape them?
>
> You can use \\ to escape special characters.
>
> --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/
>