Hello everyone:

I've got a unique situation that might be interesting discussion.

I'm about to implement a mail server at home and my isp blocks all port 25 
traffic both in and out.

I plan on using smtproutes to deal with the "out" portion of the port 25 
block.

but I'm working on how to deal with the "in" portion of the port 25 block.

I found a public service (hey and its even free) that will accept mail for 
me on port 25 and then forward that to my home server on some other port I 
specify.

great right?

wrong, and here is why --- 


both greylisting, and rbl checking don't work since ALL message come from 
the ip of the relaying server.

I'm thinking that I'm going to need to hack qmail-scanner in some way to 
allow for a rbl check prior to calling virus and spam checks but it would 
need to be with one of the addresses from the headers, not the standard 
"from" address

I could make use of the NET:DNS module, but my problem would be finding the 
"right" ip to check, and listing the rbls I want to check against.

So, if you have any ideas about how to implement something like this, I'd 
love to hear it.

Thanks

Rance



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Qmail-scanner-general mailing list
Qmail-scanner-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to