Jump to content
Froxlor Forum
  • 0

Catchall address for mail domain


jrell

Question

Hi everyone, 

as my domain's catchall mail address is getting about 200 spam mails per day to three mail addresses, I want somehow to block them. 

How can I achieve that? 

What I tried:

nano /etc/postfix/recipient_access

	mail2@x.x REJECT

nano /etc/postfix/main.cf

	smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/recipient_access,
        permit_mynetworks,
        permit_sasl_authenticated,
        reject_unauth_destination,
        reject_unauth_pipelining,
        reject_non_fqdn_recipient

postmap /etc/postfix/recipient_access

service postfix reload

this is NOT working. 

What do I miss? Is there some froxlor specific config I need to check as well? 

 

Thanks!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 1

Nothing Froxlor specific there, you can adjust and add filters and scanners as much as you like. There are a million and one ways to fight spam. Just follow any tutorial found on the web. Try spamassassin for example.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...