Fastest way to... - Linux
This is a discussion on Fastest way to... - Linux ; ....setup an environment which fetches mail from various accounts for
many users, scans for spam and viruses and puts the filtered email on
a mail server.
Any hint?
Emanuele Zattin...
-
Fastest way to...
....setup an environment which fetches mail from various accounts for
many users, scans for spam and viruses and puts the filtered email on
a mail server.
Any hint?
Emanuele Zattin
-
Re: Fastest way to...
emanuelez@yahoo.com (Emanuele Zattin) wrote in message news:...
> ...setup an environment which fetches mail from various accounts for
> many users, scans for spam and viruses and puts the filtered email on
> a mail server.
> Any hint?
http://wiki.apache.org/spamassassin/FrontPage
-
Re: Fastest way to...
Emanuele,
Store user info in mysql database. Using perl or php, POP forward new mail,
then scan with bogofilter (Bayesian) and ClamAV(anti-virus). Mark up the
header. Determine destination (good, bad, uncertain). Move mail to
destination, or smtp directly to recipient, maintaining all headers. Stir
well, serve chilled.
See http://spameater.com/ for a working example of such a system.
Chris Fortune
"Emanuele Zattin" wrote in message
news:e2adef6f.0404260130.374317b5@posting.google.c om...
> ...setup an environment which fetches mail from various accounts for
> many users, scans for spam and viruses and puts the filtered email on
> a mail server.
> Any hint?
>
> Emanuele Zattin