Re: [exim] Seeking advice how to deal with spam faked to app…

Góra strony
Delete this message
Reply to this message
Autor: Exim User
Data:  
Dla: Exim User's Mailing List
Temat: Re: [exim] Seeking advice how to deal with spam faked to appear as coming from my domain
In my rcpt acl I already use:

drop    message        = Recipient unknown
          !verify        = recipient
          delay          = ${eval: ($rcpt_fail_count + 1) * 1}m


And later on:

accept  local_parts    = postmaster
domains        = +local_domains


Do you think the above one causes the trouble I have?

Thanks
Sebastian


Am 14.11.2005 12:33 Uhr schrieb "Nigel Metheringham" unter
<nigel.metheringham@???>:

> You need:-
>       * Recipient verification within your rcpt ACL
>       * local address routing that does not include any catch-all
>         routers