Re: [exim] Special character in exim.conf

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Henry Amrhein
Data:  
Para: exim-users
Asunto: 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