Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-05-2010, 01:30 AM
Member
 
Posts: 13
Question Backscatter / Message Delivery Failure Spam -- Please help!

Hi All

Sorry to bother, but I've got a massive problem with message failure spam

I can't find anything directly relating to 6.x in the forums and it's driving me mad

I've got the following ticked in the MTA admin console

Hostname in greeting violates RFC (reject_invalid_hostname)
Client must greet with a fully qualified hostname (reject_non_fqdn_hostname)
Sender address must be fully qualified (reject_non_fqdn_sender)
Sender's domain (reject_unknown_sender_domain)

And the RBLs below entered and saved

bl.spamcop.net
zen.spamhaus.org
dnsbl.sorbs.net
relays.mail-abuse.org
cbl.abuseat.org
dnsbl.njabl.org
ix.dnsbl.manitu.net
combined.njabl.org

And I've added the line

whitelist_bounce_relays xxxx.xxxxxx.xxx

/opt/zimbra/conf/spamassassin/local.cf

I've restarted zimbra totally, but still get the problem

I've found this file

/opt/zimbra/conf/spamassassin/20_vbounce.cf

which looks like it's the sort of thing I need, but I've no idea what I need to do to get it working

I'm not even convinced vbounce is enabled?

Please help!
Reply With Quote
  #2 (permalink)  
Old 08-05-2010, 02:34 AM
Zimbra Consultant & Moderator
 
Posts: 20,313
Default

Please update your forum profile with the output of the following command (do not post the output in this thread):

Code:
zmcontrol -v
Quote:
Originally Posted by AndrewOC View Post
I can't find anything directly relating to 6.x in the forums and it's driving me mad
The anti-spam system isn't specific to a version of Zimbra and the forum threads should (in general) apply to all versions of Zimbra.

Quote:
Originally Posted by AndrewOC View Post
I've got the following ticked in the MTA admin console

Hostname in greeting violates RFC (reject_invalid_hostname)
Client must greet with a fully qualified hostname (reject_non_fqdn_hostname)
Sender address must be fully qualified (reject_non_fqdn_sender)
Sender's domain (reject_unknown_sender_domain)
You have too many of thise settings applied, in my opinion, adn you will sometimes block incorrectly set-up servers and clients.

I only use the following and don't have any great problems with spam:

Code:
Hostname in greeting violates RFC (reject_invalid_hostname)
Quote:
Originally Posted by AndrewOC View Post
And the RBLs below entered and saved

bl.spamcop.net
zen.spamhaus.org
dnsbl.sorbs.net
relays.mail-abuse.org
cbl.abuseat.org
dnsbl.njabl.org
ix.dnsbl.manitu.net
combined.njabl.org
You also, again in my opinion, have too many RBLs in your config and you'll waste time doing DNS look-ups,

I use the following:

Code:
zen.spamhaus.org
psbl.surriel.com
dnsbl.dronebl.org
bl.spameatingmonkey.net
You want the most effective RBL first and I find the zen.spamhause.org one to catch most of my spam.



Quote:
Originally Posted by AndrewOC View Post
And I've added the line

whitelist_bounce_relays xxxx.xxxxxx.xxx
Why, what do you think that gives you?


Quote:
Originally Posted by AndrewOC View Post
I've found this file

/opt/zimbra/conf/spamassassin/20_vbounce.cf

which looks like it's the sort of thing I need, but I've no idea what I need to do to get it working

I'm not even convinced vbounce is enabled?
That's a spamassassin rule and you don't need to do anything with it, vbounce is enabled in current versions.

You need to give some sample of the errors you're seeing in the log files and the headers of one of the messages you've received so we can see what the problem is.

Did you also search the forums, there are several threads on how to improve the handling of backscatter and other anti-spam techniques such as not accepting mail sent to invalid addresses.

What are your Kill/Tag percentages set to, have you made any modifications to the anti-spam system other than the ones you mentioned above?
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 08-05-2010, 03:15 AM
Member
 
Posts: 13
Default

Quote:
Originally Posted by phoenix View Post
Please update your forum profile with the output of the following command (do not post the output in this thread):

Code:
zmcontrol -v

Release 6.0.5_GA_2213.RHEL5_64_20100203001950 CentOS5_64 FOSS edition


The anti-spam system isn't specific to a version of Zimbra and the forum threads should (in general) apply to all versions of Zimbra.

You have too many of thise settings applied, in my opinion, adn you will sometimes block incorrectly set-up servers and clients.

I only use the following and don't have any great problems with spam:

Code:
Hostname in greeting violates RFC (reject_invalid_hostname)

All except the last one are defaults from the install from what I remember, I've added the last one in a desperate attempt to find a cure


You also, again in my opinion, have too many RBLs in your config and you'll waste time doing DNS look-ups,

I use the following:

Code:
zen.spamhaus.org
psbl.surriel.com
dnsbl.dronebl.org
bl.spameatingmonkey.net
You want the most effective RBL first and I find the zen.spamhause.org one to catch most of my spam.



Thanks for the tip


Why, what do you think that gives you?

Post #2 here

[SOLVED] Spam Backscatter


You need to give some sample of the errors you're seeing in the log files and the headers of one of the messages you've received so we can see what the problem is.


There's a lot of messages, what info do you specifically need as I'm a bit weary about pasting stuff on a public forum


What are your Kill/Tag percentages set to, have you made any modifications to the anti-spam system other than the ones you mentioned above?

No I haven't changed anything else other than the RBLs

percentages are still set to defaults i.e. 75/33
Reply With Quote
  #4 (permalink)  
Old 08-05-2010, 05:50 AM
Zimbra Consultant & Moderator
 
Posts: 20,313
Default

The information on your installed version of Zimbra really does need to go in your forum profile otherwise we have to keep asking you which version is installed every time you ask a question in the forums.

Quote:
Originally Posted by AndrewOC View Post

No I haven't changed anything else other than the RBLs

percentages are still set to defaults i.e. 75/33
You might find that 66/25 are slightly better, if you change them you should monitor it for a while to see if you get any (or many) false positives.

We really need to see the headers from one of these email to see what's going on, you can obfuscate any sensitive data (I'm not interested in the body of the email).

The "whitelist_bounce_relays xxxx.xxxxxx.xxx" line isn't needed in current versions of spamassassin and as I mentioned above, vbounce is enabled by default in spamassassin (I'd suggest you remove that line).

I'd also suggest you implement the feature for 'not accepting mail sent to invalid addresses' as mentioned in the anti-spam wiki article.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 08-05-2010, 06:10 AM
Member
 
Posts: 13
Default

See attached file

if you can help me i would be extremely grateful
Attached Files
File Type: txt Delivery Status Notification (Failure).txt (5.0 KB, 9 views)
Reply With Quote
  #6 (permalink)  
Old 08-10-2010, 01:24 AM
Member
 
Posts: 13
Default

Bump bump bump
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.