On 12 Oct 2005 at 12:32, Marco Gaiarin wrote about
"Re: [exim] Trouble/misunderstanding":
|...
| trinity:/etc/exim4# exim_checkaccess 10.5.1.18 provina "-d+all"
| Rejected:
| 550 unknown local user
You needed to provide a real email address ("provina@???",
not "provina"). By default, unqualified addresses are only accepted
via local submission, not SMTP. From the description of the
qualify_domain option in chapter 14:
"Messages from external sources must always contain fully qualified
addresses, unless the sending host matches sender_unqualified_hosts
or recipient_unqualified_hosts (as appropriate), in which case
incoming addresses are qualified with qualify_domain or
qualify_recipient as necessary."
- Fred