Re: [exim] Sending mail: restricted characters in address

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Graeme Fowler
Fecha:  
A: Space Ship Traveller
Cc: Exim-users
Asunto: Re: [exim] Sending mail: restricted characters in address
On Thu, 2009-05-14 at 20:09 +1200, Space Ship Traveller wrote:
> restricted characters in address


There's your clue :)

grep -A5 -B5 "restricted characters in address" /path/to/config/file

That should show you exactly where in the config file it sits, along
with the option doing the check.

Graeme