This is a discussion on Re: [courier-users] mail queue purge within the Courier-Imap forums, part of the Mail Servers and Related category; On Friday 13 October 2006 21:06, Sam Varshavchik wrote: > > Would it be reasonable to script up something ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Friday 13 October 2006 21:06, Sam Varshavchik wrote:
> > Would it be reasonable to script up something that could > > roll over the messages in the queue and "purge" the most > > obvious spam quickly and easily ? > > That'll work, but you'll have to run the 'courier cancel' command to purge > each individual message, or stop Courier before manually removing the three > files in the queue directories, per each message. Thanks for the hint. I'll look into the best way to grep for the most obvious signs of a spam message and probably stop the esmtpd server for a few minutes while some script runs. For now, we just bit the bullet and stopped Spamassassin and sure enough the mailq is dropping by about 200 msgs per minute so in a couple of hours we'll re-engage SA but on an empty queue. Many users will have an extra few dozen spams each but they'll also have all backed up mail from up to 48 hours ago. One small thing that was useful was this alias so that we didn't have to run the mailq command just to see how many msgs are in the queue... # alias mq alias mq='find /var/lib/courier/msgq -type f | wc -l' BTW can anyone suggest a more efficient spam filter other than Spamassassin ? --markc ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |