Ben Schumacher wrote:
> I would like to see this, too. After digging through the code some, it
> seems that the major sticking point is that dovecot would prefer to do
> the CRAM-MD5 internally and therefore expects to have access to the
> password in plaintext and doesn't pass the timestamp on
On Mon, Jun 04, 2007 at 05:50:01AM +0300, Timo Sirainen wrote:
On Sun, 2007-06-03 at 22:26 -0400, Adam McDougall wrote:
> On Mon, Jun 04, 2007 at 04:28:56AM +0300, Timo Sirainen wrote:
>
> ACL plugin shouldn't have anything to do with that decision. The \Seen
> flag is stored privat
Hi
We are using Thunderbird 2.0.0.x (Linux and Windows) with IMAP accounts
against Dovecot 1.0.beta3 on Ubuntu 6.06 Dapper with Maildir.
It is all working well except when we rename a folder in the public
namespace, the person who renames it can no longer see the contents of the
folder. If we r
On Tue, 2007-06-26 at 22:46 +0300, Uldis Pakuls wrote:
> > Luca
> Are you applied "managesieve" patch? There is bug in
> "master_settings_dump" causing segfault with "dovecot -n"
> look for old posts; few month ago I posted patch here.
Forgot about patching managesieve into dovecot...
> @@ -15
Luca Corti wrote:
On Thu, 2007-06-21 at 01:25 +0300, Timo Sirainen wrote:
gdb dovecot
r -n
bt full
#1 0x000190b4 in settings_dump (def=0x65766500, sets=0x2d980,
set_names=0x1010101, count=2155905152, nondefaults=false,
indent=1869873152) at master-settings.c:1531
Do you need a gdb run
I asked this question in a more detailed post, with no response, so
I'm going to ask point blank. Is there a way make dovecot's deliver
use default mailbox and directory settings?
I'm thinking of the mail_location parameter, which deliver seems to
ignore.
Thanks!
--
Mark Edwards
On Tue, 2007-06-26 at 14:09 +0200, Dirk Müller wrote:
> when i use cyrus as source and destination imap server
> everything is fine.
> when i use dovecot as destination server occasionally exceptions
> occur when appending the mails. i was not able to see what's
> really going wrong so i used wires
hi list,
i wrote a small tool in java which transfers all mails from one
imap-server account to another imap-server account using the
javax.mail API.
when i use cyrus as source and destination imap server
everything is fine.
when i use dovecot as destination server occasionally exceptions
occur
Julian Cowley wrote:
configure --without inotify
This might be the problem. Without inotify (or one of the other
systems), dovecot has to poll the mailbox for changes once in a while.
This means clients will receive updates only after each poll cycle, not
instantly.