Hello Richard.Hall,
Friday, June 25, 2004, 12:12:15 PM, you wrote:
RH> Graham,
RH> On Fri, 25 Jun 2004, Graham Dodd wrote:
>> Hello exim-users,
>>
>> my mail server is being flooded by a SPAM (if your in Germany then you have
>> probably seen this already)
<snip>
>> At the end
>> all this mail get's rejected and sent back to the "non-existent" sender.
RH> Hmmm ... that implies that you are not using verify=recipient anywhere? If
RH> you were, you could reject it (for invalid recipients) before it even gets
RH> as far as SA.
Well I checked in the config
# Accept if the address is in a local domain, but only if the recipient can
# be verified. Otherwise deny. The "endpass" line is the border between
# passing on to the next ACL statement (if tests above it fail) or denying
# access (if tests below it fail).
accept domains = +local_domains : +relay_domains
sender_domains = !+local_domains_sender : !+relay_domains
endpass
verify = sender
message = unknown sender
accept domains = +local_domains
endpass
message = Unknown user
verify = recipient
Shouldn't this reject if the user is not known ?
--
Best regards,
Graham mailto:g.dodd@falk-ross.de