![]() |
Preventing Backscatter with Postfix
I have Googled and searched dozens of forums and mailing list archives for a couple days now, and I haven't found a straightforward answer to what is REALLY required in a Postfix main.cf file to stop backscatter.
A couple of our servers are stil being flagged as sending backscatter. Is it possible to send a bounce message these days without it being considered backscatter? I keep adding suggested "fixes" to my main.cf file, but Backscatterer.org still says we're doing it. Here's my postconf -n output: Code:
alias_database = hash:/etc/aliasesEDIT: Backscatterer.org gave me a timestamp for the last time my server reportedly offended, and this is the matching entry in my maillog: Code:
Aug 4 12:06:35 zork postfix/smtp[1966]: 4EE011080EA: to=<tod7shigeo@acanthuscaput.com>, relay=mail.acanthuscaput.com[69.30.193.210]Code:
Aug 4 07:15:17 zork dkimproxy.in[24014]: DKIM verify - none; message-id=<e53801cb33de$1b1a2359$bc68ffa7@acanthuscaput.com>, from=<tod7shigeo@acanthuscaput.com> |
80+ views and no ideas? :( I'm running Postfix 2.3.3, btw.
I've read all the FAQs on the Postfix site (but most seem a little outdated). Any nudges in the right direction would be appreciated. |
Quote:
Are you rejecting the messages without accepting them? Quote:
|
Quote:
Quote:
|
I am not an expert on this. However, I will tell you what I understand.
Mail servers receive a lot of spam. Spammers often use forged addresses when they send email. You can either: reject these messages accept them, then bounce them. If you reject them, they will not end up in your mail queue. If you accept them then bounce them, you create backscatter. This happens because you are trying to bounce mail to addresses that do not exist. http://www.postfix.org/BACKSCATTER_README.html From what I understand, Postfix rejects unknown recipients by default. http://www.postfix.org/LOCAL_RECIPIENT_README.html I would start by finding out why this is not happening on your server. Can you set up a test server? I would start by commenting out the following and testing the results: Quote:
Quote:
You may also find this document useful http://www.postfix.org/BASIC_CONFIGURATION_README.html |
I appreciate the reply Jamrock (especially since nobody else has!) but I was hoping for a bit more guidance than "RTFM." :) I have read all those things, and the myriad posts by others having these same problems, and there seem to be very few experts who can speak with any authority as to why it's happening. From what I can see on the tests we're running, we're rejecting the mail instead of bouncing it. But we're STILL ending up in backscatter reports.
|
Quote:
Quote:
|
| All times are GMT -5. The time now is 05:22 AM. |