Displaying 20 results from an estimated 1000 matches similar to: "courier imap features I miss in dovecot"
2006 Jun 21
1
loganalyser for dovecot logs ?
hello,
I'm looking for any help to analyze my dovecot logs
- logins per day
- different users
- users per protocol
- bytes
- pop3commands
- nice graphs
any suggestions ?
thanks
--
Andreas Schulze
DATEV eG, Paumgartner Strasse 6-14, D - 90429 N?rnberg
Abt. Internet- und Securitydienste
Telefon : +49 911 276 2648
Telefax : +49 911 276 7892
Mobil : +49 172 8122883
E-Mail :
2006 Jun 22
1
Patch for rawlog.c
hello
The homedirectories are stored as a relative path in my userdb
One problem ocoures with rawlog:
rawloging occures only if a directory $HOME/dovecot.rawlog exist.
this is checked with lstat
for me $HOME is always "username/". This is relative to /var/mail and works.
in rawlog.c lstat should now check "username//dovecot.rawlog" which fails.
lstat can check
2006 Jun 16
1
Problem with default_mail_env in beta9
Hallo,
I am playing arround with dovecot
I hat version 1.0.beta7 running fine. After installing beta9 there is a problem with default_mail_env setting.
I have all users in ldap.
there is an attribute "mailMessageStore" which contains a relative path to users maildir
mailMessageStore: sca/
my mailer completes this relative pathinformation to /var/mail/sca/
therefor I setup
2007 Mar 12
1
Quota and Trash
Hi,
I finally got a grip on our mail guys to try out Dovecot after they
started migrating a ~15k user mailsystem to Maildir+NFS (Netapp)+Courier
and the performance was not as good as expected. So far the results are
impressive, although there are of course a few small issues to be
solved.
One is the current Quota handling, which they use with Courier IMAP and
(still) think it needs to be
2008 Feb 07
3
replacement for IMAP_EMPTYTRASH=Trash:7
While running dovecot on debian etch using version 1.0.rc15-2etch3, i wonder
the following:
If i read the config files correctly, dovecot seems to have no equivalent of
courier's IMAP_EMPTYTRASH=Trash:7 setting.
Therefore, i wrote a script that dives into the user's directories and their
maildirs. It looks like this:
=============================================
#!/bin/bash
for pad1
2007 Jan 31
5
Maildir Cleanup
Hi all,
I found an article (with python script) on how to
clean up Maildir folder
for old email messages from
http://www.ducea.com/2006/11/25/cleanup-maildir-folders-archive-delete-old-mails/
. As I understand, this will be run by each user
after login. How can I make this runs at least once a
month and
delete all users message with age more than one month
for example using crontab? I am using
2007 Jan 31
2
Automatic Folder Expiry (plugin?)
Greetings,
I'm migrating an existing Courier IMAP installation to Dovecot (1.0rc19
right now) on a new server; there's one feature I'm not sure if Dovecot
supports - but it might and I'm missing it, so I'll ask.
In Courier there's an option to expire a folder after a given time
period; ostensibly it's to keep a Trash folder clean, but we use it to
keep the Junk
2008 Oct 07
2
Transition from Courier-IMAP
Hello all,
Currently we are looking at the possibility of moving from Courier-IMAP
to Dovecot (the one that comes with Debian Lenny: version 1.0.15). I'm
currently testing it on a non-production server and have a few questions:
1) Currently all our clients use Thunderbird as their mail client to
read mail from our IMAP server. Thunderbird is configured with "INBOX."
as the
2008 Feb 12
1
Deleting messages from MailDir
Hello,
I have dovecot running with MailDir as a backend to store email and I would like to remove mail that is older that 30 days.
I can do this by running 'find' on the MailDir but will this cause any issues with dovecot?
Thanks,
Matt.
--
Matt Richards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
2006 Oct 08
2
Automatically deleting Trash a la Courier
Timo Sirainen writes:
> #expire = Trash 7 Spam 30
Does the above mean one will be able to indicate multiple folders to expire?
That is great!
Any thoughts on having a per mailbox setting?
For ISPs , one may want to give users the option to enable/disable the
feature and perhaps give them a choice of dates.. ie Trash 7 days or 30
days. Spam 1 day or 7 days.
2018 May 23
2
lazy_expunge ...
deeper still looks like culprit was
fts_enforced = "no"
which i removed given default anyway ..
still get error
[root at stargate dovecot.rawlog]# doveadm search -u matt at the-bryants.net
mailbox .EXPUNGED/* from noreply at apress.com
doveadm(matt at the-bryants.net): Error: fts: Failed to sync mailbox
.EXPUNGED: Mailbox doesn't exist: .EXPUNGED
6156a416748c035b5c0b0000ef794dd1
2020 Aug 29
2
lazy_expunge and fts_autoindex
Hi list,
I have both lazy_expunge and fts_autoindex activated (with fts-xapian), as
follows:
plugin {
lazy_expunge = EXPUNGED/
}
plugin {
fts = xapian
fts_xapian = partial=2 full=20 attachments=1 verbose=0
fts_autoindex = yes
fts_enforced = yes
fts_autoindex_exclude = EXPUNGED
fts_autoindex_exclude2 = EXPUNGED/*
}
However, I still see "indexer-worker...: Info: Indexed 1 messages in
2018 May 23
3
lazy_expunge ...
So I decided to configure this plugin and take it for a test drive ..
configured using mdbox (main namespace is
Maildir) .. So as per Wiki have the following namespaces defined ...
location is held within db ... but basically Maildir:~/Maildir for inbox
namespace
==== 8< ===============
namespace inbox {
list = yes
type = private
inbox = yes
prefix = INBOX/
separator = /
2018 May 23
1
lazy_expunge ...
You should probably exclude the .DUMPSTER folder from quota and FTS
plugin {
fts_autoindex_exclude = .DUMPSTER
quota_ruleN = .DUMPSTER:ignore
}
Aki
On 23.05.2018 13:29, Matt Bryant wrote:
> So digging a little deeper it seems this maybe an issue between
> fts/fts_lucene and lazy_expunge .. if I disable the fts plugin
>
> [root at stargate dovecot.rawlog]#? doveadm search -u
>
2006 Mar 21
3
first crack at auto-trash plugin
I have written an alpha version of an auto trash plugin for dovecot.
When compiled in any mail expunged from a non-Trash folder is moved to a
folder named Trash. As of yet the folder is not created if it doesn't
exist (the process fails before expunge). I would appreciate feedback
of any sort. In addition, I am currently getting an error I haven't
been able to puzzle out in the
2009 Jul 28
1
Expunged emails getting automatically deleted
Hello,
So i had this email in my inbox, i moved it to Folder1/tickets/
folder, then i decided to move the same email back to my inbox and
when i went to the inbox it wasnt there nor in Folder1/tickets/
folder...
I opened a SSH session to the mail server and went to /srv/mail/
vmail/DOMAIN.COM/rventura/Maildir
There i did "ll expunged/.INBOX/cur" and it showed me 300+ emails
2011 Sep 16
1
Deleted mailboxes with lazy_expunge
Hello,
I'm trying to configure lazy_expunge plugin (as a way to provide easy
backup for mails). This is my configuration (as explained in dovecot wiki):
# Default namespace
namespace {
prefix =
separator = /
inbox = yes
}
# namespaces for lazy_expunge plugin:
namespace {
prefix = .EXPUNGED/
separator = /
location = maildir:~/Maildir/expunged
}
namespace
2010 Aug 30
1
Lazy expunge plugin - delete folder result error.
Hello
Is it a bug in lazy expunge plugin or am I missing something?
Dovecot v2.0.1 (c5111fb65b0b)
home = /mail/%Ld/%Ln
mail_location = mdbox:/mail/%Ld/%Ln/mdbox
sources.list - debian (squeeze)
..
deb http://xi.rename-it.nl/debian testing-auto/dovecot-2.0 main
Config changes
- - -
plugin {
lazy_expunge = .EXPUNGED/
}
namespace {
type = private
separator = /
prefix =
inbox = yes
2018 Jun 22
1
lazy expunge folder delete bug
There's a bug in "folder delete" for lazy expunge, type "1 namespace", as descibed on https://wiki2.dovecot.org/Plugins/Lazyexpunge
When trying to delete a mailbox that still has messages in it, but that has no EXPUNGED/<name> counterpart, the process hangs after the imap "DELETE" command, and the following appears in the log file after a 60s timeout:
Jun
2015 Jun 16
2
Dovecot 2.2.16: disappearing messages, mismatched summaries, duplicated messages, excessive full re-downloads
-------- Original Message --------
Subject: Re: Dovecot 2.2.16: disappearing messages, mismatched summaries, duplicated messages, excessive full re-downloads
From: Benny Pedersen <me at junc.eu>
To: dovecot at dovecot.org
Date: Mon Jun 01 2015 16:47:48 GMT+0300 (Arabic Standard Time)
> Alessio Cecchi skrev den 2015-06-01 15:29:
>> Il 20/05/2015 10:44, David Gessel ha scritto: