Operating System - Linux
1753875 Members
7428 Online
108809 Solutions
New Discussion юеВ

Re: spamassassin + sendmail

 
Avinoam
Frequent Advisor

spamassassin + sendmail

hello
i have a Mail-Relay server based on RH-90 + sendmail, it is configured to scan mail for virus, and relay the mail to my organization Exchange-2K Server, i would like to add spamassassin to this server so it will act as a spam filter before relaying the mail to Exchange.
i already installed spamassassin and i got my local.rc file configured, i think i need to configure procmail but i dont know what to configure.
can u help?

Avinoam

Sababa
3 REPLIES 3
Vernon Brown_4
Trusted Contributor

Re: spamassassin + sendmail

I am also attempting to set up SpamAssassin on my Apache server site runing sendmail. So far the make and make install seemed to go well but I get mucho error messages when I try the tests suggested in the USAGE text.

I'll keep working on it and post back here when I find the problem.

Vern
Steven E. Protter
Exalted Contributor

Re: spamassassin + sendmail

There is a lot of good information on the site http://www.spamassassin.org

I am deploying Red Hat Linux 3.0 ES (they are having me evaluate it for an article) and teaming it up with spamassassin.

Thus far the sendmail deamon does not work at all. Thats because I forgot to have this directive in my sendmail.mc file:

DAEMON_OPTIONS(`Port=smtp,Addr=68.71.113.97, Name=MTA')

Change the ip address to a valid one. I'm bringing up my first server with this configuration this weekend and will be able to assist in specific issues in the future.

To have spamassassin start at startup.

chkconfig --level 12345 spamd
service spamd start

Then it will run at startup.

I'm, attaching my buildmail script with will assist in dealing with integration issues.


Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
ger donohue_1
Advisor

Re: spamassassin + sendmail

Try using mimedefang from roaring penguin.

This uses the milter ability of sendmail to carry out various actions against emails such as virus scanning and running against spamassain.

Regards Ger