Re: [Dovecot] Replication protocol design

2008-05-02 Thread Ed W
Timo Sirainen wrote: I agree that it would be nice to offer this capability for IMAP clients, but I don't see a way to do this in any reasonable way. If the client wants a continuous replication for all mailboxes the resulting protocol will barely even look like IMAP anymore. And trying to merge

Re: [Dovecot] Replication protocol design

2008-05-02 Thread Timo Sirainen
On Fri, 2008-05-02 at 07:30 +0100, Ed W wrote: > Timo Sirainen wrote: > > Using IMAP protocol for replication has at least two disadvantages: > > > > It occurs to me that there is at least one advantage of putting as much > as possible into the imap protocol: > > mailclients are kind of a spe

[Dovecot] Replication milestone 1

2008-05-02 Thread Timo Sirainen
5 milestones planned currently. I'll start with the always-on multi-master replication, because that's the most difficult one to get working correctly and efficiently. So if during its implementation I find some design problems, less code needs to be fixed. Milestone 0 will hopefully be done withi

[Dovecot] Couldn't init INBOX: Can't sync mailbox: Messages keep getting expunged

2008-05-02 Thread David Jonas
Upon upgrading from 1.0.2 to 1.1rc4 I see this error for many of our users: Getting size of message UID=1 failed Couldn't init INBOX: Can't sync mailbox: Messages keep getting expunged Logging in with IMAP I would see a bunch of messages with no subject or time and blank bodies (usine horde/i

[Dovecot] Cross-Realm Krb5 Patch

2008-05-02 Thread Zachary Kotlarek
I've updated my krb5 cross-realm auth patch for dovecot 1.1-rc4; there are not any (intentional) changes in functionality from the last patch, the diff just didn't apply cleanly anymore. As before the most recent version of the patch is available at: http://zinux.cynicbytrade.com/svn

Re: [Dovecot] 1.1rc4 file-offset-size unsupported?

2008-05-02 Thread David Jonas
Timo Sirainen wrote: On Fri, 2008-05-02 at 14:57 -0700, David Jonas wrote: Is --with-file-offset-size no longer supported in 1.1? No. I thought no-one cared, and I found this nice AC_SYS_LARGEFILE autoconf macro that did all the work for me, so I decided to use it. Hmm. I guess it would be po

Re: [Dovecot] 1.1rc4 file-offset-size unsupported?

2008-05-02 Thread Timo Sirainen
On Fri, 2008-05-02 at 14:57 -0700, David Jonas wrote: > Is --with-file-offset-size no longer supported in 1.1? No. I thought no-one cared, and I found this nice AC_SYS_LARGEFILE autoconf macro that did all the work for me, so I decided to use it. Hmm. I guess it would be possible to change the op

[Dovecot] 1.1rc4 file-offset-size unsupported?

2008-05-02 Thread David Jonas
Is --with-file-offset-size no longer supported in 1.1? # ./configure \ --prefix=/usr/local/dovecot-1.1 \ --with-mysql \ --with-file-offset-size=32 \ --with-ioloop=best \ --with-pop3d \ --with-ssl \ --with-deliver \ ... checking for _FILE_OFFSET_BITS value needed for l

Re: [Dovecot] FAQ: setting thunderbird to talk to dovecot

2008-05-02 Thread Mauricio Tavares
On Fri, May 2, 2008 at 10:46 AM, Ed W <[EMAIL PROTECTED]> wrote: > > > > How would I do the same under thunderbird from a machine in the same > > lan (taz.thespider.com)? It seems to keep trying to login as > > [EMAIL PROTECTED], which will not fly. > > > > > > > Thunderbird logs in using whatever

Re: [Dovecot] dovecot 1.1.rc3 assertion failed at index_mailbox_set_recent_uid while deleting message with thunderbird.

2008-05-02 Thread Diego Liziero
On Wed, Apr 30, 2008 at 4:07 PM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > > On Mon, Mar 10, 2008 at 9:05 AM, Diego Liziero wrote: > > > To some users happens this assertion failure while deleting a message. > > > > > > dovecot: Mar 10 08:40:44 Panic: IMAP(user): file index-sync.c: line > 39 > >

Re: [Dovecot] Replication protocol design

2008-05-02 Thread Ed W
Asheesh Laroia wrote: On Thu, 1 May 2008, Ed W wrote: I currently use a small self written proxy app which does some simple analysis of what imap client is talking and does some prefetching via pipelined commands to reduce latency and also sets up a compressed pipe back to the server. Even o

Re: [Dovecot] Replication protocol design

2008-05-02 Thread Asheesh Laroia
On Thu, 1 May 2008, Ed W wrote: I currently use a small self written proxy app which does some simple analysis of what imap client is talking and does some prefetching via pipelined commands to reduce latency and also sets up a compressed pipe back to the server. Even over broadband it gives

Re: [Dovecot] (no subject)

2008-05-02 Thread Scott Silva
on 5-2-2008 5:12 AM Charles Marcus spake the following: On 5/1/2008, Chris Beech ([EMAIL PROTECTED]) wrote: ## Dovecot configuration file Please only post output of dovecot -n ... It provides clean, easily readable config output - and tells you if there is a syntax error too... And of cour

Re: [Dovecot] FAQ: setting thunderbird to talk to dovecot

2008-05-02 Thread Mauricio Tavares
On Fri, May 2, 2008 at 7:54 AM, Odhiambo Washington <[EMAIL PROTECTED]> wrote: > > Is thunderbird set to use pop3 or imap? It can do both. I'd rather use imap but I am that kind of guy. ;) > Anyway, I don't support thunderbird as I have never used it, but I can tell > you how to connect t

Re: [Dovecot] FAQ: setting thunderbird to talk to dovecot

2008-05-02 Thread Ed W
How would I do the same under thunderbird from a machine in the same lan (taz.thespider.com)? It seems to keep trying to login as [EMAIL PROTECTED], which will not fly. Thunderbird logs in using whatever *string* you type in the username box. It doesn't even have to be in the format of a

Re: [Dovecot] [RFC] FreeBSD port for dovecot 1.1 series

2008-05-02 Thread Johan Hendriks
Is there a date when dovecot 11 will hit the ports tree, i like to test it also. regards, Johan Hendriks Schavemaker Transport

[Dovecot] Fatal: Running as root isn't permitted

2008-05-02 Thread Juan Asensio Sánchez
Hi I am running Dovecot 1.1RC4, built from the source packages at the debian repositories (http://xi.rename-it.nl/debian/). When a message is delivered through the LDA, i get this error: deliver([EMAIL PROTECTED]): May 02 14:43:28 Fatal: Running as root isn't permitted These are my config files

Re: [Dovecot] (no subject)

2008-05-02 Thread Charles Marcus
On 5/1/2008, Chris Beech ([EMAIL PROTECTED]) wrote: ## Dovecot configuration file Please only post output of dovecot -n ... It provides clean, easily readable config output - and tells you if there is a syntax error too...

Re: [Dovecot] Truncated emails in Dovecot (v1.0.13)

2008-05-02 Thread Iain
Timo Sirainen wrote: On Fri, 2008-05-02 at 13:57 +0200, Iain wrote: Looking at the filesizes and the suffix sizes, they are matching perfectly. That's the problem, they shouldn't be matching! ,S= adds a file size to the name, which is useful with quota. ,W= adds a *virtual* mail size, meaning

Re: [Dovecot] Truncated emails in Dovecot (v1.0.13)

2008-05-02 Thread Timo Sirainen
On Fri, 2008-05-02 at 13:57 +0200, Iain wrote: > Looking at the filesizes and the suffix sizes, they are matching perfectly. That's the problem, they shouldn't be matching! ,S= adds a file size to the name, which is useful with quota. ,W= adds a *virtual* mail size, meaning the message size with l

Re: [Dovecot] Truncated emails in Dovecot (v1.0.13)

2008-05-02 Thread Iain
Timo Sirainen wrote: On Fri, 2008-05-02 at 12:22 +0200, Iain wrote: Odd situation started recently whereby emails that are delivered into a maildir folder are being truncated when read. The emails are delivered via Exim and I can see the emails are complete when I look inside them. However, wh

[Dovecot] FAQ: setting thunderbird to talk to dovecot

2008-05-02 Thread Mauricio Tavares
Let's say I have a postfix box, named mail.thespider.com, which is setup to handle virtual mailbox domains. One of these domains will handle is, thespider.com, and my email address in that domain is [EMAIL PROTECTED] As I setup dovecot, I can telnet to the pop3 port (110) and test it by logging in

Re: [Dovecot] Truncated emails in Dovecot (v1.0.13)

2008-05-02 Thread Timo Sirainen
On Fri, 2008-05-02 at 12:22 +0200, Iain wrote: > Odd situation started recently whereby emails that are delivered into a > maildir folder are being truncated when read. The emails are delivered > via Exim and I can see the emails are complete when I look inside them. > However, when viewing the

[Dovecot] [PATCH] Re: deliver: handling of quota_full_tempfail and -e

2008-05-02 Thread Ulrich Zehl
On Wed, Apr 30, 2008 at 05:53:37PM +0200, Johannes Berg wrote: > > > The lines in question (in src/deliver/deliver.c) read: > > | 1003 if (error != MAIL_ERROR_NOSPACE || > > | 1004 getenv("QUOTA_FULL_TEMPFAIL") != NULL) { > [...] > > Hence, what happens is that any error other than "out of

[Dovecot] Truncated emails in Dovecot (v1.0.13)

2008-05-02 Thread Iain
Odd situation started recently whereby emails that are delivered into a maildir folder are being truncated when read. The emails are delivered via Exim and I can see the emails are complete when I look inside them. However, when viewing the emails via Thunderbird or a webmail client, they are t

[Dovecot] (no subject)

2008-05-02 Thread Chris Beech
I'm trying to set up a pop3 server for a project for class, but it keeps giving me the following error: Error: Login user doesn't exist: dovecot Fatal: Invalid configuration in /usr/local/etc/dovecot.conf And I have no clue what's wrong. I've look and modifying the dovecot.conffile for days an

[Dovecot] used_file_size too large

2008-05-02 Thread Anders
Hi. Just got this error (1.1.rc4), is it something to worry about? Corrupted index cache file /.../Maildir/.Sent/dovecot.index.cache: used_file_size too large This is a shared mailbox with concurrent access. In general, can that usage pattern mess up the index? I am guessing "no", which is why I