RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-16 Thread Matt Rauch
-Original Message- From: Tom Collins [mailto:t...@tomlogic.com] Sent: November-12-12 1:51 PM To: qmailadmin@inter7.com Subject: Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age Just want to throw out there that different email clients will use different

RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-12 Thread Matt Rauch
Hello, Sorry if this isn't the place to ask, but I've looked all over and haven't managed to find a clear solution. I'm looking for a way to have items that have been in the user's .Trash folder for a certain period of time (lets say 30 days or older) removed automatically. I

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-12 Thread Tom Collins
Just want to throw out there that different email clients will use different names for their deleted items. I'm using a cron job to clean up the Trash, Deleted Messages and Deleted Items folders, including any folder that starts with those strings. Survey your system and see what variations

RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread Matt Rauch
10:28 PM To: qmailadmin@inter7.com Subject: Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age if you happen to be using dovecot, a good server-side soltuion is to set up doveadm to purge old messages using cron. On Wed, 2012-11-07 at 17:43 -0500, Matt Rauch

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread William Olson
...@computerisms.ca] Sent: November-07-12 10:28 PM To: qmailadmin@inter7.com Subject: Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age if you happen to be using dovecot, a good server-side soltuion is to set up doveadm to purge old messages using cron

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread Alessio Cecchi
Il 08/11/2012 16:24, Matt Rauch ha scritto: Thanks everyone for the help. We're using qmail, Vpopmail, Dovecot and Squirrelmail. If there is something built in to Dovecot I could try that. The squirelmail plugin doesn't really look at the date of the message, and can only be set to remvoe entire

RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread Matt Rauch
The best way to do this is to run: doveadm expunge -A mailbox Trash savedbefore 30d (if you use dovecot with MySQL for auth) or doveadm expunge -u u...@domain.com mailbox Trash savedbefore 30d (if you use dovecot with vpopmail auth) Any other script, like find -exec rm, will

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread Alessio Cecchi
Il 08/11/2012 17:15, Matt Rauch ha scritto: The best way to do this is to run: doveadm expunge -A mailbox Trash savedbefore 30d (if you use dovecot with MySQL for auth) or doveadm expunge -u u...@domain.com mailbox Trash savedbefore 30d (if you use dovecot with vpopmail auth) Any other

RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread Matt Rauch
Il 08/11/2012 17:15, Matt Rauch ha scritto: The best way to do this is to run: doveadm expunge -A mailbox Trash savedbefore 30d (if you use dovecot with MySQL for auth) or doveadm expunge -u u...@domain.com mailbox Trash savedbefore 30d (if you use dovecot with vpopmail

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread William Olson
6.0 RELEASE? WOW That is one old box! Bill http://www.goodcleanemail.com http://www.freebsdrocks.net http://www.centosrocks.net On Thu, Nov 8, 2012 at 11:56 AM, Matt Rauch mattr-li...@eagle.ca wrote: Il 08/11/2012 17:15, Matt Rauch ha scritto: The best way to do this is to run:

RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread Matt Rauch
-Original Message- From: Matt Rauch [mailto:mattr-li...@eagle.ca] Sent: November-08-12 11:57 AM To: qmailadmin@inter7.com Subject: RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age Il 08/11/2012 17:15, Matt Rauch ha scritto: The best way to do

RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread Matt Rauch
-Original Message- From: Matt Rauch [mailto:mattr-li...@eagle.ca] Sent: November-08-12 11:57 AM To: qmailadmin@inter7.com Subject: RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age Il 08/11/2012 17:15, Matt Rauch ha scritto: The best way

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread Alessio Cecchi
Il 08/11/2012 18:53, Matt Rauch ha scritto: -Original Message- From: Matt Rauch [mailto:mattr-li...@eagle.ca] Sent: November-08-12 11:57 AM To: qmailadmin@inter7.com Subject: RE: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age Il 08/11/2012 17:15, Matt Rauch ha

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-08 Thread Alessio Cecchi
Il 08/11/2012 19:22, Matt Rauch ha scritto: I'm actually thinking none of these methods are going to accomplish my goal since the date it will use will be the received date of the file/message and not the date it went into Trash. So if a message was in the inbox for a year, and is moved to Trash

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-07 Thread William Olson
Hello, Background: I created a website years and years ago called http://freebsdrocks.net for qmail so when you created users the spams would automatically go to the users' spam folder. After time the Spam folder would just continually build up. With some help from friends this script will train

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-07 Thread Bob Miller
if you happen to be using dovecot, a good server-side soltuion is to set up doveadm to purge old messages using cron. On Wed, 2012-11-07 at 17:43 -0500, Matt Rauch wrote: Hello, Sorry if this isn't the place to ask, but I've looked all over and haven't managed to find a clear