Quick question, does anyone use any Linux software to filter their email? We get quite a lot of email passed through, over 1000 a hour, and it would be nice to use something fairly simple to work between our SMTP feed and Exchange (5.5) Server, preferably (I know it will take a LOT of space) that can store every email passed through, for say a week? Thanks, Dug Stokes Senior Webmaster Gilberd IS Department E: dug@gilberd.com W: www.gilberd.com
qmail can be configured to keep a copy of all email at compile-time IIRC. As it works with maildirs, it would also be relatively easy to purge mails more than a week old by calling a small cron script. Probably possible with other MTAs too, but I tend to prefer working with qmail. As for the filtering side of things, it really depends on what you are trying to achieve, All the best, Nial (Age: 30, for those who are interested [g]). At 10:08 25/02/2003 +0000, you wrote:
Quick question, does anyone use any Linux software to filter their email? We get quite a lot of email passed through, over 1000 a hour, and it would be nice to use something fairly simple to work between our SMTP feed and Exchange (5.5) Server, preferably (I know it will take a LOT of space) that can store every email passed through, for say a week?
Thanks,
Dug Stokes Senior Webmaster Gilberd IS Department E: dug@gilberd.com W: www.gilberd.com
-- To unsubscribe, e-mail: suse-linux-uk-schools-unsubscribe@suse.com For additional commands, e-mail: suse-linux-uk-schools-help@suse.com
We've installed SpamAssassin to work with Procmail, and also with a Qmail-based webmail at our local ISP. In both cases the filtered mail gets routed to a designated mailbox. Another package, MailScanner does a nice job of combining SpamAssassin with an AntiVirus filter. John Ingleby ************ CoroNet Information Systems Kings Langley, UK On Tue, 2003-02-25 at 10:08, Administrator wrote:
Quick question, does anyone use any Linux software to filter their email? We get quite a lot of email passed through, over 1000 a hour, and it would be nice to use something fairly simple to work between our SMTP feed and Exchange (5.5) Server, preferably (I know it will take a LOT of space) that can store every email passed through, for say a week?
Thanks,
Dug Stokes Senior Webmaster Gilberd IS Department E: dug@gilberd.com W: www.gilberd.com
-- To unsubscribe, e-mail: suse-linux-uk-schools-unsubscribe@suse.com For additional commands, e-mail: suse-linux-uk-schools-help@suse.com
I'm using Blackhole (http:/the.groovy.org) to filter about 4 emails per second on an LEA mail system, using qmail (http://cr.yp.to/qmail.html) as the MTA. The ucspi-tcp program (http://cr.yp.to/ucspi-tcp) which handles the tcp connections for qmail comes with a program called recordio which can log all tcp traffic for the mail server. You can keep these logs as long as you like and you capture all the emails along with the smtp commands etc. so you know exactly what people have been trying to do to your mailserver. Cheers -- Phil Driscoll
participants (4)
-
Administrator
-
John Ingleby
-
mailinglists@admin.tregib.org.uk
-
Phil Driscoll