For some time I have been using dovecot to serve imap mail on my LAN. Now I
want to add my diary and addressbook in kde-pim. I have got the docs from
the kde site, but they talk about cyrus, and I'm not able to translate some
bits of the instructions into dovecot ones. For instance,
"At cyr
First a list of all the new features and their state:
1. http://hg.dovecot.org/dovecot-threadindexes/
THREAD=REFERENCES indexes. Missing NFS flushes, support for
mmap_disable=yes, breaks when more than one session modifies at the same
time. Not tested much if the replies are really correct at all
ok, i will answer my question by myself:
from the dovecot wiki:
"You can configure quota globally by placing the settings in plugin
section in dovecot.conf and you can give per-user limits by having your
userdb return the quota setting as an extra field. The userdb quota
setting always overrides t
Hi everyone!
I want to manage mail server resource part (like it can CGP) and with it
I have one question. Is any way to limit overall max simultaneous
connections to imap/pop3 server from one(each) host, except use
iptables/ipfw and so on? Like a patch to dovecot or, maybe, it can be
release
hi,all
I read some part of the source code for studying and interesting. But i
face trouble when I read the 'deliver.c'.
In file 'deliver.c' on line 812 , there is a function named 'deliver_mail',
see below:
deliver_mail(storage, mail, destination, mailbox)
I couldn't find