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
  #71 (permalink)  
Old 09-28-2009, 04:10 PM
Special Member
 
Posts: 174
Default

yep, I registered both ips' with them. After the first time I tried it and it blocked access to my server I emailed their support to find out what I did wrong. That was over a week ago with no reply from them..... unless their reply is in my spam folder... :-)
Reply With Quote
  #72 (permalink)  
Old 09-28-2009, 04:20 PM
Moderator
 
Posts: 1,432
Default

Have you tried doing a manual lookup?

First get the IP address of the sbcglobal MTA used to deliver your mail. Let's say it's w.x.y.z

Then open a shell session on your zimbra server and do:

host z.y.x.w.b.barracudacentral.org
You should get

Host z.y.x.w.b.barracudacentral.org not found: 3(NXDOMAIN)

Here's an example response you get when you look up a spamming site:

$ host 138.71.249.209.b.barracudacentral.org
138.71.249.209.b.barracudacentral.org has address 127.0.0.2
__________________
Elliot Wilen
Berkeley, CA

Don't forget to enter your Zimbra version in your forum profile.
Reply With Quote
  #73 (permalink)  
Old 09-29-2009, 03:11 AM
Moderator
 
Posts: 7,928
Default

Correct. It should be where the originating DNS requests are coming from so if running a split DNS it will be your MTA
__________________
Reply With Quote
  #74 (permalink)  
Old 10-16-2009, 10:59 AM
Special Member
 
Posts: 149
Default

Bump - This is from the latest amavisd 2.6.4.

But I'm looking for a corresponding sa.local config file to go along with it...

TIA.

Code:
@virus_name_to_spam_score_maps =
  (new_RE(  # the order matters!
    [ qr'^Phishing\.'                                             => 0.1 ],
    [ qr'^Structured\.(SSN|CreditCardNumber)\b'                   => 0.1 ],
    [ qr'^(Email|HTML)\.Phishing\.(?!.*Sanesecurity)'             => 0.1 ],
    [ qr'^Sanesecurity\.(Malware|Rogue|Trojan)\.' => undef ],# keep as infected
    [ qr'^Sanesecurity\.'                                         => 0.1 ],
    [ qr'^Sanesecurity_PhishBar_'                                 => 0   ],
    [ qr'^Sanesecurity.TestSig_'                                  => 0   ],
    [ qr'^Email\.Spam\.Bounce(\.[^., ]*)*\.Sanesecurity\.'        => 0   ],
    [ qr'^Email\.Spammail\b'                                      => 0.1 ],
    [ qr'^MSRBL-(Images|SPAM)\b'                                  => 0.1 ],
    [ qr'^VX\.Honeypot-SecuriteInfo\.com\.Joke'                   => 0.1 ],
    [ qr'^VX\.not-virus_(Hoax|Joke)\..*-SecuriteInfo\.com(\.|\z)' => 0.1 ],
    [ qr'^Email\.Spam.*-SecuriteInfo\.com(\.|\z)'                 => 0.1 ],
    [ qr'^Safebrowsing\.'                                         => 0.1 ],
    [ qr'-SecuriteInfo\.com(\.|\z)'         => undef ],  # keep as infected
    [ qr'^MBL_NA\.UNOFFICIAL'               => 0.1 ],    # false positives
    [ qr'^MBL_'                             => undef ],  # keep as infected
    [ qr'^winnow\.(phish|spam)\.'                                  => 0.1],
    [ qr'^winnow\.malware\.'                => undef ],  # keep as infected
    [ qr'^INetMsg\.SpamDomain-2m\.'               => 0.1 ],
    [ qr'^INetMsg\.SpamDomain-2w\.'               => 0.1 ],
  ));
Reply With Quote
  #75 (permalink)  
Old 10-16-2009, 03:45 PM
Moderator
 
Posts: 7,928
Default

Look at page one of this thread You may need to adjust the regex's for any new rules.
__________________
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.