New be in linux! Currently I have Install DNS, Email and Web server using centos 4.3. All functions are running properly! What anti virus and anti spam recomended for me to install to my server? What I have to configure after installing anti virus and anti spam? Would some one help me please.! Now many spam mail come to user mailbox! Thank's 'n Regards Horasima
"horas simalango" <horasima at gmail.com> writes:> New be in linux! > Currently I have Install DNS, Email and Web server using centos 4.3. > All functions are running properly! > What anti virus and anti spam recomended for me to install to my > server?I have had very good success with SpamAssassin. I do not presently use any anti-virus software in my email path, so I can't speak to that.> What I have to configure after installing anti virus and anti spam? > Would some one help me please.! Now many spam mail come to user > mailbox!You will need to inject it somehow into your mail delivery path. I do this by using procmail. I have a pipe/filter rule which runs the e-mail through SpamAssassin (using the `spamc' program to connect to a long-running daemon) and then filters based on the headers returned. My file looks like this: DEFAULT=$HOME/Maildir/ LOGFILE=$HOME/.maillog EXTENSION=$1 MAILDIR=$HOME/Maildir :0 * EXTENSION ?? ^^spam^^|^^ham^^ |spamc -L $EXTENSION :0 f |spamc :0 * ^X-Spam-Flag:.*YES { # This rule puts everything with a score of at least 10 in /dev/null :0 *^X-Spam-Level: \*\*\*\*\*\*\*\*\*\* /dev/null } I then combine this with a Gnus scoring rule (client-side filter applied to POP mail downloads) to put everything with a spam score of at least 5 (the default to get a positive in SpamAssassin) in a junk mailbox. - Michael -- mouse, n: A device for pointing at the xterm in which you want to type. Confused by the strange files? I cryptographically sign my messages. For more information see <http://www.elehack.net/resources/gpg>. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20080829/9958c742/attachment-0005.sig>
horas simalango wrote:> New be in linux! > Currently I have Install DNS, Email and Web server using centos 4.3. > All functions are running properly! > What anti virus and anti spam recomended for me to install to my > server? What I have to configure after installing anti virus and anti > spam? > Would some one help me please.! Now many spam mail come to user mailbox! > > Thank's 'n RegardsWell there are builds of spamassassin available via RPM that you can install. You might mention which MTA you're using....Sendmail? Postfix? If you're using Sendmail then you can use milter plugins for spam and antivirus. Are you looking for free antivirus plugins or ones your pay for? -- Eucke
horas simalango wrote:> New be in linux! > Currently I have Install DNS, Email and Web server using centos 4.3. > All functions are running properly! > What anti virus and anti spam recomended for me to install to my > server? What I have to configure after installing anti virus and anti > spam? > Would some one help me please.! Now many spam mail come to user mailbox! > > Thank's 'n RegardsWell there are builds of spamassassin available via RPM that you can install. You might mention which MTA you're using....Sendmail? Postfix? If you're using Sendmail then you can use milter plugins for spam and antivirus. Are you looking for free antivirus plugins or ones your pay for? -- Eucke
horas simalango wrote:> New be in linux! > Currently I have Install DNS, Email and Web server using centos 4.3. > All functions are running properly! > What anti virus and anti spam recomended for me to install to my > server? What I have to configure after installing anti virus and anti > spam? > Would some one help me please.! Now many spam mail come to user mailbox!clamav spamassassin amavisd-new (which can run the two above and has other features).
on 8-29-2008 7:55 PM horas simalango spake the following:> New be in linux! > Currently I have Install DNS, Email and Web server using centos 4.3. > All functions are running properly! > What anti virus and anti spam recomended for me to install to my > server? What I have to configure after installing anti virus and anti > spam? > Would some one help me please.! Now many spam mail come to user mailbox! > > Thank's 'n Regards > > > HorasimaLook no further then here: www.mailscanner.info Very easy to set-up, and very powerful. When you get the feel of the software it is very easy to customize, and very efficient for spam and virus detection. -- MailScanner is like deodorant... You hope everybody uses it, and you notice quickly if they don't!!!! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 250 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20080902/2573fa28/attachment-0002.sig>