• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How To: Setup Spamassassin on RedHat Firewall with earthlink email?

abcampa

Member
So here is my situation. I have a RHEL Clone (CentOS) as my firewall directly connected to my cable modem.

I use iptables and have internal computers. I use earthlink POP mail @ smtp-east.earthlink.net or something like that. I want the linux FW to receive the mail from earthlink, run it through spamassassin and then my internal PC i guess would point to my linux FW box to then recieve the spam-stripped mail.

I suppose this is the way it should work. Has anyone any experience on setting this up? wether it be spamassassin or some other product?

I already have spamassassin installed but yet to configure it.

tia
 
i use IPCOP and have downloaded Copflter which does spamfiltering as well as Email and HTTP antivirus scanning. if you go to their website you maybe able to use copfilter but i am not sure. good luck
 
Use fetchmail & procmail. In your .fetchmailrc, set mda /usr/bin/procmail and configure it to lurk in the background polling your POP3 account. In your .procmailrc include recipes like the following:

:0fw
| /bin/spamassassin -P

:0:
* ^X-Spam-Status: Yes
spam
 
Back
Top