PDA

View Full Version : [ubuntu] Postfix



Hungry Snail
April 24th, 2008, 01:45 AM
Hi Guys,

Accounts on our Postfix/Dovecot email server are getting lots of delivery failure notice emails coming in.

These are coming from external servers which suggests that spammers are spoofing the return address on spam mails.

Is there anyway I can get posfix to reject delivery failure emails from emails that didnt originate from our server?

Cheers

zazuge
April 24th, 2008, 08:44 PM
I'm not sure.
you can restrict the what subnet you're relaying from
mynetworks_style = subnet
mynetworks = 192.168.1.0/24 192.168.0.0/24
or use this
relay_domains =
(never relay mail from strangers)
and I'm not sure about the second answer yet
hope that helps

MJN
April 25th, 2008, 02:08 PM
There's not much you can do about so-called 'backscatter'. Have a read of this (http://www.postfix.org/BACKSCATTER_README.html) for some ideas.

You will like find it comes in waves, with riding it out being the best solution until they move onto the next domain to spoof.

Mathew