On Thu, Sep 25, 2003 at 11:17:04AM +0200, Caspar von Seckendorff wrote:
> unfortunately I get thousends of virus mails lately - different senders,
> different Ips... This starts to get quite expensive as far as traffic is
> concerned, so I'm afraid I'll have to change my e-mail address.
>
> How can I setup a specific rejection message for a specific recipient. Sth.
> like: "This account is closed due to excessive virus mails. Please use mail
> adress xxx_at_yyy instead!". The goal is to reject the mail right after the
> RCPT line, so I don't have to pay for the traffic downloading the message
> (so procmail, sieve, ... what i usually use is no an option).
>
> I'm using Exim 3.3 on Linux.
Use
receiver_verify = true
in exim.conf and in /etc/aliases set
specific_recipient: :fail: This account is closed due to ...
cu andreas