Auteur: Graeme Fowler
Date:
À: Space Ship Traveller
CC: Exim-users
Sujet: 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