On 17 Jan 2005 at 12:04, Paul Gaynor wrote about
"RE: [exim] exim debian, incoming ma":
|...
| I have since enabled a verify user rule in the rcpt acl:
|
| drop message = user does not exist in this organization
| !verify = recipient/callout=5s
|...
| Now a problem I see with this rule is: If an email comes in
| with a good address and a bad address the entire email is blocked.
Don't use drop, use deny.
- Fred