This is a discussion on Fastest way to... within the Linux Administration forums, part of the Linux Forums category; ....setup an environment which fetches mail from various accounts for many users, scans for spam and viruses and puts the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
emanuelez@yahoo.com (Emanuele Zattin) wrote in message news:<e2adef6f.0404260130.374317b5@posting.google. com>...
> ...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 |
|
|||
|
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" <emanuelez@yahoo.com> 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 |