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

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: Space Ship Traveller
CC: Exim-users
Subject: 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