Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject:
PostPosted: Fri Feb 26, 2010 7:49 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
Hi,
in /etc/amavisd.conf I have deleted the comments from this line

@bypass_spam_checks_maps

it seems that false positive has been reduced a lot.
Can you tell me how it is possible that some mail continue to go to spam folder also if I disabled it in this way?

Thanks.


Top
   
 Post subject:
PostPosted: Sat Feb 27, 2010 1:19 am 
Offline
Senior Member
User avatar

Joined: Sun Feb 08, 2004 7:18 pm
Posts: 562
Location: Austin
The only way to guarantee that you never get a false positive is to quit doing spam filtering.

Spam filtering isn't going to be perfect.


Top
   
 Post subject:
PostPosted: Sat Feb 27, 2010 6:18 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
Ok Xan but if I have disabled spam filtering (@bypass_spam_checks_maps
) in amavisd.conf
why I got spam in the spam folder?

who put the spam in that folder since?
my configuration uses:
Postfix,
dovecot,
amavisd-new,
spamassassin


Top
   
 Post subject:
PostPosted: Tue Mar 02, 2010 2:18 am 
Offline
Senior Member
User avatar

Joined: Sun Feb 08, 2004 7:18 pm
Posts: 562
Location: Austin
Oh, I hadn't realized you were disabling the spam filter entirely (or trying to). Sorry.

Unfortunately I have no idea how amavis works.


Top
   
 Post subject:
PostPosted: Fri Mar 05, 2010 7:54 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
Hi,
this is the email that my brother received from my server when he try to send me an email on my server.


How can I disable the CBL abuseat?

554 5.7.1 Service unavailable; Client host [151.81.11.38] blocked using cbl.abuseat.org; Blocked - see http://cbl.abuseat.org/lookup.cgi?ip=151.81.11.38


Top
   
 Post subject:
PostPosted: Fri Mar 05, 2010 10:18 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
You can either tell your mail server to not check the cbl.abuseat.org DNSBL by removing any mention of it from your mail server config (usually /etc/postfix/main.cf), or he can read what that page says about 151.81.11.38 being hijacked and fix the problem.

In short, there's two problems here: you're enabling DNSBLs without understanding the implications, and your brother's computer has been taken over by criminals. That said, if I had to pick one or the other, I'd say your problem is easier to fix than his :-)


Top
   
 Post subject:
PostPosted: Fri Mar 05, 2010 10:29 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
hoopycat wrote:
You can either tell your mail server to not check the cbl.abuseat.org DNSBL by removing any mention of it from your mail server config (usually /etc/postfix/main.cf), or he can read what that page says about 151.81.11.38 being hijacked and fix the problem.

In short, there's two problems here: you're enabling DNSBLs without understanding the implications, and your brother's computer has been taken over by criminals. That said, if I had to pick one or the other, I'd say your problem is easier to fix than his :-)


it seems that the problem isn't mine and isn't of my brother but is related to the SMTP that my brothers is using since it got the same error also when sending email to gmail...


Top
   
 Post subject:
PostPosted: Fri Mar 05, 2010 5:14 pm 
Offline
Senior Member

Joined: Mon Oct 12, 2009 1:20 am
Posts: 50
Here is how to set a whitelist in Postfix so that you can whitelist specific IP's against being checked in your RBL's:

http://www.howtoforge.com/how-to-whitel ... in-postfix


I had to use it to whitelist a Xerox scanner at a school that sends you what you scanned in your email. It somehow ended up on zen.spamhaus.org. It works beautifully.


Other than that, I will reiterate what others have said, SpamAssassin and RBL's are not going to be perfect. The only false positive I have ever had using SpamAssassin + SpamHaus is that Xerox scanner, which probably wasn't a "false" positive to begin with.

It sounds like you are also still learning quite a bit about how to properly configure a mail server and its spam scanners and RBL's. I would recommend perhaps gutting your server and installing Virtualmin from scratch (http://www.virtualmin.com/). It will properly configure Postfix + SpamAssassin + ClamD for you, and give you a nice GUI interface to be able to whitelist different addresses and network ranges if you experience false positives.

In short, it will make your life easier.


Top
   
 Post subject:
PostPosted: Fri Mar 05, 2010 5:24 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
thanks for your reply...
I have just setted up something similar.

In my main.cf I got:
check_sender_access
hash:/etc/postfix/file


your guide told us to put:
check_client_access
hash:/etc/postfix/file

what is the difference between this two lines?


Top
   
 Post subject:
PostPosted: Fri Mar 05, 2010 5:57 pm 
Offline
Senior Member

Joined: Fri Dec 07, 2007 1:37 am
Posts: 385
Location: NC, USA
http://www.postfix.org/postconf.5.html

A sender is who sent the mail, for example user@example.com.

A client is what machine they sent it from, for example mail.example.com.


Top
   
 Post subject:
PostPosted: Fri Mar 05, 2010 6:36 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
Stever wrote:
http://www.postfix.org/postconf.5.html

A sender is who sent the mail, for example user@example.com.

A client is what machine they sent it from, for example mail.example.com.


ok, thanks :)


Top
   
 Post subject:
PostPosted: Sat Mar 06, 2010 6:33 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
sblantipodi wrote:
Ok Xan but if I have disabled spam filtering (@bypass_spam_checks_maps
) in amavisd.conf
why I got spam in the spam folder?

who put the spam in that folder since?
my configuration uses:
Postfix,
dovecot,
amavisd-new,
spamassassin


I requote this question since I got other spam in spam folder...


Top
   
 Post subject:
PostPosted: Sun Mar 07, 2010 1:57 am 
Offline
Senior Member

Joined: Mon Oct 12, 2009 1:20 am
Posts: 50
Check your SpamAssassin configuration


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group