Displaying 20 results from an estimated 10000 matches similar to: "Plugin development question"
2007 Jul 12
3
v1.1 status and benchmarks
v1.1 plans have changed a bit. I'll release v1.1.alpha1 soon and hope to
have a stable v1.1 in a month or two. The rest of the features that
didn't make it into v1.1 will go to v1.2. I'll write more about this
when v1.1 alpha is released.
I also did a bit of benchmarking. v1.1's performance improvements are
looking pretty great, it seems to be twice as fast as v1.0.
v1.0:
2007 Jul 19
6
v1.1.alpha1 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha1.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha1.tar.gz.sig
This is the first alpha release of Dovecot v1.1. I hope that it
stabilizes into final release within a few months. There are a lot of
new features since v1.0. The most important ones are listed at the end
of this post.
This is the only v1.1.alpha announcement I send
2007 Jul 19
6
v1.1.alpha1 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha1.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha1.tar.gz.sig
This is the first alpha release of Dovecot v1.1. I hope that it
stabilizes into final release within a few months. There are a lot of
new features since v1.0. The most important ones are listed at the end
of this post.
This is the only v1.1.alpha announcement I send
2008 Feb 07
1
Doubt on adding support for new mailbox format
Hi!
I'm starting to read and play with dovecot since a month ago.
But my mailboxes' format is hashdir, which has been implemented here by
my team. Here:
http://wiki.dovecot.org/MailboxFormat
I've noticed that
"Adding support for new formats for Dovecot isn't very difficult,
although it can be time consuming. Dovecot exposes a nice and simple API
which needs to be
2008 Mar 04
2
Missing IMAP folders
Hi,
I'm fresh starting to use dovecot.
Before this I used bincimap, mainly because it was very simple to config.
I've tried to find the FAQ's and tried searching the archives, but little came up.
My current config:
server
FreeBSD i386, postfix 2.4
dovecot 1.0.10
client:
windows 2000
thunderbird 2.0.0.12
after some inital config this starts up, and I even have the
2007 Apr 17
14
v1.1 plans
I think I won't do any actual releases until it's mostly feature
complete. Then maybe v1.1.alpha1 or v1.1.beta1. So if you want to test
it before then, use CVS or the nightly snapshots.
I'm planning on keeping v1.1 almost completely compatible with v1.0.
There could be some minor configuration file changes, but for most
people v1.0's dovecot.conf should work with v1.1.
I want to
2007 Jun 12
2
per mailbox maildir format
Hi all,
Is it possible to set the maildir format at mailbox level? I'd like to
us Maildir++ for most of my clients, but want to emulate the other one
for one of my users. Can this be done with dovecot?
Thanks
Bgs
2008 Mar 28
2
mbox with sub-folders and messages?
Hi,
Is it possible to have dovecot configured to use mbox format and yet
have folders that contains sub-folders and messages? I'm thinking of
a simple setup where any files directory with extension .sbd are
presented to the IMAP client without the extension. So if you have a
mbox file named BOX01 and a directory name BOX01.sdb would show has one
on the client side (note: that is the way
2009 Feb 20
2
Maildir with INBOX and other folders at same level
Hello-
I have set up Dovecot before and feel fairly comfortable with it but
am having some issues with a new setup and have not been able to find
a solution via Google or the list archives.
I use offlineiimap to sync an IMAP account with an email provider.
After the sync is complete, my ~/Maildir is set up with a folder
called INBOX (with cur,new,tmp inside) and all my other folders set up
at
2009 Feb 18
2
quota and dict quota
Hi I am running dovecot with quota. as show in this part of dovecot.conf
.
protocols = imap pop3
protocol imap {
mail_plugins = quota imap_quota
imap_client_workarounds = outlook-idle delay-newmail
}
protocol pop3 {
mail_plugins = quota
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
mail_plugins = quota
log_path =
2009 Oct 16
2
New backend
Hi
I intend to write a new virtual backend for dovecot. Are there any hacking
docs describing how the code is organized, eventually also important structs
and how to hook myself into the system, or do I have to go the classical
way?
Thanks
--Flavius
2007 Mar 15
5
[PATCH 0/5] fix gcc warnings in CVS HEAD
Hi,
I have rewritten the patches I submitted earlier today for the CVS
HEAD. Some of the changes were already committed months ago.
On 2007/03/15 12:30, Timo Sirainen <tss at iki.fi> wrote:
> That's ok, but I'm not sure about bsearch_insert_pos(). It's the way it
> is mostly because I wanted to keep bsearch() API. If it can't return
> void * then maybe it could be
2007 Sep 27
3
shared mailboxes question
I'm using a virtual mailbox setup. Lets say my users have mailboxes in
/home/vmail/domain/%u. What I'm trying to do is setup one namespace
that points to /home/vmail/domain and contains everyones mailboxes that
I can subscribe to. Is this possible?
I tried using a symlink to /home/vmail/domain but it doesn't work
because its looking for the dotFoldername. The only way I could
2010 Mar 08
1
v1.2.11 released
http://dovecot.org/releases/1.2/dovecot-1.2.11.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.11.tar.gz.sig
mbox users really should upgrade, because by sending a message with a
huge header you could basically cause a DoS (this problem exists only
with v1.2.x, not with v1.0 or v1.1).
- mbox: Message header reading was unnecessarily slow. Fetching a
huge header could have resulted in
2010 Mar 08
1
v1.2.11 released
http://dovecot.org/releases/1.2/dovecot-1.2.11.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.11.tar.gz.sig
mbox users really should upgrade, because by sending a message with a
huge header you could basically cause a DoS (this problem exists only
with v1.2.x, not with v1.0 or v1.1).
- mbox: Message header reading was unnecessarily slow. Fetching a
huge header could have resulted in
2008 Jun 21
9
v1.1.0 released
http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz.sig
Two hours later than promised, I slept longer than intended. :)
No changes since v1.1.rc13. Below are the largest changes since v1.0:
* After Dovecot v1.1 has modified index or dovecot-uidlist files,
they can't be opened anymore with Dovecot versions earlier than
v1.0.2.
*
2008 Jun 21
9
v1.1.0 released
http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz.sig
Two hours later than promised, I slept longer than intended. :)
No changes since v1.1.rc13. Below are the largest changes since v1.0:
* After Dovecot v1.1 has modified index or dovecot-uidlist files,
they can't be opened anymore with Dovecot versions earlier than
v1.0.2.
*
2008 May 13
2
how add size (, S=size) and virtual size (, W=vsize) fields to a maildir filename ?
Hi to all,
I'm a sys admin in a college, and we're using Dovecot as IMAP/POP3
server and delivery; we're also patch dovecot to add managesieve
capability. I've a question:
I've read on dovecot's wiki, that is possible improve the performance on
maildir files by adding ,S=<size>,W=<vsize> fields on filename. How is
possible to do that ? I've search on all
2007 Nov 26
2
v1.1.beta9 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta9.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta9.tar.gz.sig
Some changes since beta8:
- This release should work perfectly with NFS attribute cache enabled.
- Fixes to handling what should be written to cache file and when
- Some index handling optimizations
- IMAP LIST: dbox and cydir can now return children state
Beta9 will
2006 Aug 11
3
Dovecot - Issue with Maildir++ quotas
Hi,
I've been bitten by an issue running Squirrelmail on top of Dovecot
using Maildir++ quotas.
Having configured these quotas in Dovecot, I notice that Dovecot
appears not to exclude the 'Trash' folder from its quota calculation
(which it should do, according to the Maildir++ spec). Unfortunately
this breaks Squirrelmail if I try to delete a message from a
close-to-quota