On Sat, 2008-10-18 at 20:14 +0200, Anja Gawlik wrote:
> I'm afraid I need some help with this, google and the docs couldn't
> help me here. I try to get rid of spam as early as possible in
> smtp-time. I therefore drop all mails with foreign domains right away,
> they are spam anyway:
> (this is debian config)
> 
> acl_check_rcpt:
> 
>   accept
>     hosts = :
>
>   drop
>      message     = relay not permitted
>      !domains    = +local_domains : +relay_to_domains
> 
> But instead of dropping the connection and deleting the remains, exim
> stores all those spammails as "frozen"

don't use drop.  it drops the connection, which is very unfriendly.
-- 
regards,
Kjetil T.


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to