Re: [CentOS] postgrey, postfix, tld list

2012-03-25 Thread Bob Hoffman
On 3/25/2012 4:14 PM, Mailinglist wrote: > Just checked my mail server. Getting a lot of .info spam, but I'm thinking a > reject .info is in order. :) > > Regards… > ists.centos.org/mailman/listinfo/centos this regex seemed to work /.*\.com$/ /.*\.org$/ /.*\.gov$/ /.*\.net$/ /.*\.mil$/ /.*\.edu$/

Re: [CentOS] postgrey, postfix, tld list

2012-03-25 Thread Alexander Dalloz
Am 25.03.2012 22:23, schrieb Bob Hoffman: > On 3/25/2012 3:16 PM, Bob Hoffman wrote: >> 5 added to /etc/postfix/postgrey_whitelist_clients >> /^\.com$/ >> /^\.org$/ >> /^\.gov$/ >> /^\.net$/ >> /^\.mil$/ >> /^\.edu$/ >> >> >> >> > check that...did not whitelist the domains, centos.org got greyli

Re: [CentOS] postgrey, postfix, tld list

2012-03-25 Thread Bob Hoffman
On 3/25/2012 3:16 PM, Bob Hoffman wrote: > believe I got this working, anyone interested here is what I did so far > > 1- get the repo rpmforge > rpm -Uvh > http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm > > 2 limit forge to just the packages needed > /etc/yum.rep

Re: [CentOS] postgrey, postfix, tld list

2012-03-25 Thread Mailinglist
Just checked my mail server. Getting a lot of .info spam, but I'm thinking a reject .info is in order. :) Regards… On Mar 25, 2012, at 3:16 PM, Bob Hoffman wrote: > On 3/25/2012 1:37 PM, Bob Hoffman wrote: >> Hello all, >> >> I am looking for the correct way to add postgrey to my system but >

Re: [CentOS] postgrey, postfix, tld list

2012-03-25 Thread Bob Hoffman
On 3/25/2012 1:37 PM, Bob Hoffman wrote: > Hello all, > > I am looking for the correct way to add postgrey to my system but > whitelist everything except for com, org, and net domains. > Most of my spam is from .info domains. > > There seems to be no way to only go after certain domains, instead >