niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » Apps » Exim
Testing my Black List
Post new topic   Reply to topic Page 1 of 1 [7 Posts] View previous topic :: View next topic
Author Message
Bill Hacker
*nix forums Guru


Joined: 27 Jan 2005
Posts: 427

PostPosted: Fri Jul 21, 2006 7:41 am    Post subject: Re: Testing my Black List Reply with quote

Marc Perkel wrote:

Quote:

Craig Whitmore wrote:

I have about 50,000 hosts listed that aren't listed on Spamhause or
Abuse.net.



How did you arrive at this list?
What about Removal of sites?
Addition of sites?
Reporting FP's?
Checked by Hand? or added from places you didn't like
Sites are dynamiclly added?removed?

Thanks




It's a combination of several things. Mostly honeypot but also hosts
that do things only spam hosts do like try to spoof my domains in helo
and helo with ip addresses, etc. And - I first make sure that the IP
isn't white or yellow listed before adding it.

BTW - if anyone wants to try my white list, here's the code:

warn dnslists = dnswl.junkemailfilter.com
!condition = ${if match {$acl_c1}{white}}
set acl_c1 = yellow - $sender_fullhost

warn dnslists = dnswl.junkemailfilter.com=127.0.0.1
set acl_c1 = white-soft - dnswl - $sender_fullhost

A 127.0.0.1 means it can be trusted and should be accepted as ham
without further testing. If it returns 127.0.0.2 then that means that it
sends some ham and you should bypass all blacklists.


Marc,

Can you manually add exiles.to on IP 203.194.153.88 to the 'blacklist' for me so
I can test?

None of the defects you mention will otherwise pass the 'Connect' or 'HELO'
phase on my servers - and I don't call RBL's until pre-data.

Thanks,

Bill

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Bill Hacker
*nix forums Guru


Joined: 27 Jan 2005
Posts: 427

PostPosted: Fri Jul 21, 2006 7:28 am    Post subject: Re: Testing my Black List Reply with quote

Marc Perkel wrote:

Quote:

W B Hacker wrote:

Marc Perkel wrote:



If anyone wants to give my blacklist a try you can use this:

dnsbl.junkemailfilter.com

I have about 50,000 hosts listed that aren't listed on Spamhause or
Abuse.net.

One does wonder why not...???

Quote:

Let me know how it works.



Protocol, port, & callout method same as the big guys?

Sample acl snippet with typical return values?

Sample content fragment?

Bill






deny dnslist = dnsbl.junkemailfilter.com

Just like the big guys.

Yer still a bit *previous* for a 'deny' verb, Marc! First we test....

Best you get for now is this:

warn
logwrite = Querying Perkelfarben
dnslists = dnsbl.junkemailfilter.com
log_message = $dnslist_text Perkelfarben.

Bill



--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Marc Perkel
*nix forums Guru


Joined: 27 Jan 2005
Posts: 502

PostPosted: Fri Jul 21, 2006 7:20 am    Post subject: Re: Testing my Black List Reply with quote

Craig Whitmore wrote:
Quote:
I have about 50,000 hosts listed that aren't listed on Spamhause or
Abuse.net.



How did you arrive at this list?
What about Removal of sites?
Addition of sites?
Reporting FP's?
Checked by Hand? or added from places you didn't like
Sites are dynamiclly added?removed?

Thanks



It's a combination of several things. Mostly honeypot but also hosts
that do things only spam hosts do like try to spoof my domains in helo
and helo with ip addresses, etc. And - I first make sure that the IP
isn't white or yellow listed before adding it.

BTW - if anyone wants to try my white list, here's the code:

warn dnslists = dnswl.junkemailfilter.com
!condition = ${if match {$acl_c1}{white}}
set acl_c1 = yellow - $sender_fullhost

warn dnslists = dnswl.junkemailfilter.com=127.0.0.1
set acl_c1 = white-soft - dnswl - $sender_fullhost

A 127.0.0.1 means it can be trusted and should be accepted as ham
without further testing. If it returns 127.0.0.2 then that means that it
sends some ham and you should bypass all blacklists.

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Marc Perkel
*nix forums Guru


Joined: 27 Jan 2005
Posts: 502

PostPosted: Fri Jul 21, 2006 7:15 am    Post subject: Re: Testing my Black List Reply with quote

W B Hacker wrote:
Quote:
Marc Perkel wrote:


If anyone wants to give my blacklist a try you can use this:

dnsbl.junkemailfilter.com

I have about 50,000 hosts listed that aren't listed on Spamhause or
Abuse.net.

Let me know how it works.



Protocol, port, & callout method same as the big guys?

Sample acl snippet with typical return values?

Sample content fragment?

Bill





deny dnslist = dnsbl.junkemailfilter.com

Just like the big guys.
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Craig Whitmore
*nix forums beginner


Joined: 21 Aug 2005
Posts: 21

PostPosted: Fri Jul 21, 2006 7:14 am    Post subject: Re: Testing my Black List Reply with quote

Quote:

I have about 50,000 hosts listed that aren't listed on Spamhause or
Abuse.net.


How did you arrive at this list?
What about Removal of sites?
Addition of sites?
Reporting FP's?
Checked by Hand? or added from places you didn't like
Sites are dynamiclly added?removed?

Thanks


--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Bill Hacker
*nix forums Guru


Joined: 27 Jan 2005
Posts: 427

PostPosted: Fri Jul 21, 2006 6:59 am    Post subject: Re: Testing my Black List Reply with quote

Marc Perkel wrote:

Quote:
If anyone wants to give my blacklist a try you can use this:

dnsbl.junkemailfilter.com

I have about 50,000 hosts listed that aren't listed on Spamhause or
Abuse.net.

Let me know how it works.


Protocol, port, & callout method same as the big guys?

Sample acl snippet with typical return values?

Sample content fragment?

Bill





--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Marc Perkel
*nix forums Guru


Joined: 27 Jan 2005
Posts: 502

PostPosted: Fri Jul 21, 2006 5:57 am    Post subject: Testing my Black List Reply with quote

If anyone wants to give my blacklist a try you can use this:

dnsbl.junkemailfilter.com

I have about 50,000 hosts listed that aren't listed on Spamhause or
Abuse.net.

Let me know how it works.

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [7 Posts] View previous topic :: View next topic
The time now is Thu Dec 04, 2008 6:58 am | All times are GMT
navigation Forum index » Apps » Exim
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts List History Backup Gladiator IBM DB2 3 Fri Jul 21, 2006 8:21 am
No new posts Your Opinion about how to set up a DNS list Marc Perkel Exim 0 Fri Jul 21, 2006 2:18 am
No new posts FAQ 4.41 How can I remove duplicate elements from a list ... PerlFAQ Server Perl 0 Fri Jul 21, 2006 1:03 am
No new posts Really need help...skill testing question clinttoris@hotmail.com Oracle 7 Thu Jul 20, 2006 3:22 pm
No new posts How to find out if a certain value is in a list? TN Perl 3 Thu Jul 20, 2006 9:07 am

Credit Cards | Bad Credit Mortgages | Myspace Proxy | Per Insurance | Charity Gifts
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.2058s ][ Queries: 20 (0.0883s) ][ GZIP on - Debug on ]