This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Redirecting incoming mail to blackhole

Is it possible to redirect incoming eMail with a specific destination adress, which normally is forwarded to an Exchange server in our network, to a blackhole? This adress is no longer used here, but by spammers...  


This thread was automatically locked due to age.
Parents
  • hm,
    i have the incoming mail being processed by asl,
    given to a mailserver with sendmail.
    there i have an alias-file /etc/mail/aliases
    and in this i defined:
    legal_user_a: legal_user_a@localhost
    legal_user_b: legal_user_b@127.0.0.1
    ...
    spam_user_a: /dev/null
    spam_user_b: /dev/null

    think exim (used in asl)  should have some configuration-file also?

    but would be a nice field in the webinterface [;)]

    kind regards, christian
        
  • Hi Chris,

    I just found something in the exim-users-list [Exim] \dev\null. The problem now is, that I am not completely sure, what to do. Perhaps I can get a little help? 

    Thx.  
Reply Children
  • You could always turn on recipient verification which would recognize that user is no longer there on the mailserver and then take action based on that however this generates a bounce with "user unknown" not a blackhole.

    not sure if that helps or not.