search for: archivemail

Displaying 6 results from an estimated 6 matches for "archivemail".

2010 Jan 25
2
Delete messages with archivemail
Hi, I have set up a dovecot imap server (Version 1.0.15 on Debain Lenny). Until know I used courier. Every night I run a script calling archivemail ( http://archivemail.sourceforge.net/) to delete all messages in the Spam folder that are older than 30 days archivemail deletes the files directly in the Maildir folder. I am not using IMAP for this (cause I don't want to store the passwords in plain text). I know that dovecot uses index fil...
2012 Jul 10
6
getting rid of old spam from +spam Maildir ?
...dir via +spam Dovecot lmtp delivery. after say 7 days I want to delete all spams older than 7 days, if I simply delete mail files from the file system, is that a 'bad thing' ? what is a proper way to do that, and scripts ? for removing/archiving old uncollected emails in main INBOX I use archivemail from sf, but, don't think I can do subfoldrs with archivemail any pointers (and scripts) welcomed, thanks -- Voytek
2011 Jul 29
1
zlib plugin doesn't read concatenated .gz mailbox
Hi, I've observed that dovecot doesn't displays all mails from compressed via gzip mailbox (mbox). At the same time "mutt -f mailbox.gz" displays it correctly with all messages. I'm using archivemail to archive old mails. Internally it creates new "gzip" archive with "expired" messages and then concatenates it with archive. The easiest way to reproduce it without archivemail is to create two mailboxes, gzip them independently and then concatenate to one gzip archive. mutt,...
2008 Dec 08
1
Mixing MBOX and MAILDIR
Hello, I have about 100 mboxes, a few with a lot of mails and others with a few mails. I have configured dovecot to use maildir as mail format, but I would like to give users the ability to access their old email located in their old mbox. So all the new mail would be in the ~/Maildir/ and their old or archived email in /home/vmail/mboxmail/%Ln How can I add a namespace to achieve my
2010 Dec 18
1
Best way to move mail to an archive
Hello all...new to dovecot and this list. I have a question that may have been answered before, but I can't find anything yet that addresses it directly. I installed dovecot 2.0.8 (+postfix, fetchmail) on a small server to manage several e-mail accounts. I love this software! So, to back to the question: I'd like to archive e-mail as it ages into a single IMAP archive directory.
2006 Jun 08
8
Trash expire plugin
Dovecot will soon have a plugin which allows running a nightly cronjob to expunge mails from configured mailboxes which have been in there for a configurable amount of time. For example the configuration could be: plugin { # Trash 7d, Spam 30d expire = Trash 7 Spam 30 } It also supports using Dovecot's lib-dict to keep track of the mailboxes and their oldest mail's timestamp, so that