Hi all,
ok, I am updating to the 2.0 way of doing things and have managed to get
everything set up right, except I am getting the following errors when
attempting to use managesieve with our webmail client (roundcube) that I
didnt get when using dovecot 1.2.11...
Jun 14 17:20:33 managesieve(addr.
Timo Sirainen wrote:
>On Mon, 2010-06-14 at 08:01 -0700, Mark Sapiro wrote:
>> Jun 13 15:57:17 sbh16 dovecot: imap-login: Maximum number of
>> connections from user+IP exceeded (mail_max_userip_connections=30):
>> user=, method=PLAIN, rip=76.126.100.210, lip=72.52.113.35,
>> mpid=0, TLS
>>
>> Jun
The "imap" process of dovecot-2.0.beta[5,6] grows very large (I impose no
system limits), e.g. exceeding 4.8GB on a 64-bit system. These messages appear
in the logs:
Warning: Growing pool 'imap client' with: 2048
Warning: Growing pool 'Cache fields' with: 2048
Warning: Growing data stack with: 3
Dovecot-2.0.beta6 sometimes terminates client connections and reports these
errors:
Error: Corrupted dbox file /Volumes/Mail/joe/storage/m.1 (around
offset=6216579): msg header has bad magic value
Error: Corrupted dbox file /Volumes/Mail/joe/storage/m.1 (around
offset=6216579): uid=0 points to b
>> Panic: file mailbox-list.c: line 318 (mailbox_list_get_unexpanded_path):
>> assertion failed: (*location == '0')
>
> Fixed: http://hg.dovecot.org/dovecot-2.0/rev/6e1247609440
Yes. Thanks.
On Mon, 2010-06-14 at 14:34 -0500, Mike Abbott wrote:
> Panic: file mailbox-list.c: line 318 (mailbox_list_get_unexpanded_path):
> assertion failed: (*location == '0')
Fixed: http://hg.dovecot.org/dovecot-2.0/rev/6e1247609440
2.0.beta6 assert-fails for me when:
- using mdbox (maildir is OK)
- my authentication module returns the mail= and mail_location= attributes
(relying on mail_location from 10-mail.conf is OK)
- a user logs in for the first time and selects his nonexistent INBOX
The error is:
Panic: file mailbox-l
I am getting an error when using the convert plugin for dovecot.
Jun 14 13:27:20 mail dovecot: IMAP(user): Mailbox conversion:
rename(/home/user/mail, /home/user/mail-converted) failed: Directory
not empty
Dovecot creates mail-converted, but does not delete mail completely
for some reason. It con
On Mon, Jun 14, 2010 at 07:43, Veiko Kukk wrote:
> Hello,
>
> I have been using successfully Dovecot 1.1.x for about a year now. It has
> been very stable.
> Now I'm uprading that same system to newer and more powerful hardware and I
> was wondering whether it is good idea or not to switch to Dove
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thiago Henrique said the following on 14/06/10 19:50:
> Is there any estimate of when it will launch a stable release
> Dovecot 2.0 ?
A professor of ancient greek language I once met used to say "the future is in
the womb of Jupiter" :)
Ciao,
luig
On 2010-06-14 1:50 PM, Thiago Henrique wrote:
> Is there any estimate of when it will launch a stable release
> Dovecot 2.0 ?
I'm going to venture a guess:
When it's ready!
;)
--
Best regards,
Charles
Hello,
Is there any estimate of when it will launch a stable release
Dovecot 2.0 ?
Thank you very much.
Best Regards
--
[]'s
Thiago Henrique
Network Administration
Digirati Networks
K8 Networks
The old dovecot.conf file isn't compatible with the new dovecot. I
found it easier to just read through the dovecot.conf and edit it
appropriately. I had the same problem, but it appears to be working for
me now.
Rob
On 06/14/2010 07:48 AM, Pascal Volk wrote:
On 06/14/2010 03:41 PM HenkR w
On Mon, 2010-06-14 at 08:01 -0700, Mark Sapiro wrote:
> Jun 13 15:57:17 sbh16 dovecot: imap-login: Maximum number of
> connections from user+IP exceeded (mail_max_userip_connections=30):
> user=, method=PLAIN, rip=76.126.100.210, lip=72.52.113.35,
> mpid=0, TLS
>
> Jun 13 15:57:17 sbh16 dovecot: m
On Sun, 2010-06-13 at 10:59 +, Bernhard Schmidt wrote:
> Jun 13 12:53:55 mail dovecot: imap(bernilrz): Error: FETCH [] for
> mailbox unsorted UID 33930 got too little data: 1018 vs 2850
> Jun 13 12:53:55 mail dovecot: imap(bernilrz): Error: Maildir filename
> has wrong W value:
> /var/mail/vmai
Since upgrading from 2.0beta5 to beta6, I have seen a few pairs of log
messages like the following:
Jun 13 15:57:17 sbh16 dovecot: imap-login: Maximum number of
connections from user+IP exceeded (mail_max_userip_connections=30):
user=, method=PLAIN, rip=76.126.100.210, lip=72.52.113.35,
mpid=0, TL
On Mon, 2010-06-14 at 10:57 +0200, Juergen Obermann wrote:
> "imap-match.c", line 195: warning: syntax error: empty declaration
http://hg.dovecot.org/dovecot-2.0/rev/88b6665b48da fixes this.
> "imap-match.c", line 199: identifier redeclared: imap_match_dup
I don't really understand this. Maybe
On Mon, 2010-06-14 at 12:23 +0200, Wolfram Greinert wrote:
> acl_shared_dict: proxy::acl_dict
> dict:
> acl_dict: db:/var/lib/dovecot/acl_dict.db
Your config looks ok, but Berkeley DB support is currently somewhat
broken and might be causing your problem. Try with file backend instead:
acl_sh
On 06/14/2010 03:41 PM HenkR wrote:
>
> Hi,
>
> Last year I installed dovecot on my Ubuntu V9 system 64 bit system. I use it
> to store emails from several clients in the LAN using IMAP.
>
> Last week I upgraded to Ubuntu 10.04. Now Dovecot is no longer working. It
> started with messages about
Hi,
Last year I installed dovecot on my Ubuntu V9 system 64 bit system. I use it
to store emails from several clients in the LAN using IMAP.
Last week I upgraded to Ubuntu 10.04. Now Dovecot is no longer working. It
started with messages about sieve, so I disabled sieve in the configuration
fil
On 2010-06-14 7:43 AM, Veiko Kukk wrote:
> Could anybody direct me to feature comparision document or explain
> here main differences betweeen thos two branches?
Isn't it enough to know that 1.2 is the current *stable* branch?
Personally, unless there was something about 2.0 that wasn't stable in
But there's already a Finnish director :)
Timo Sirainen wrote:
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gz.sig
Unfortunately this still isn't rc1 yet, but the next one will be, I promise :)
Basically all of the imp
On 14.06.2010 14:43, Veiko Kukk wrote:
> Could anybody direct me to feature comparision document or
> explain here main differences betweeen thos two branches?
Check the release notes:
http://www.dovecot.org/doc/NEWS
and the fine manual on upgrading to 1.2:
http://wiki.dovecot.org/Upgrading/1.2
Hello,
I have been using successfully Dovecot 1.1.x for about a year now. It
has been very stable.
Now I'm uprading that same system to newer and more powerful hardware
and I was wondering whether it is good idea or not to switch to Dovecot
1.2.x series. Could anybody direct me to feature comp
Yesterday I have tried the 2.0beta6. It seems to work fine!
Thanks a lot.
>Messaggio originale
>Da: t...@iki.fi
>Data: 11/06/2010 17.28
>A: "p.quidacci...@libero.it"
>Cc:
>Ogg: Re: [Dovecot] R: Re: Dovecot 2.0 shared mailbox using ACLs problem
>
>On to, 2010-06-10 at 19:38 +0200, p.quida
Hello,
I try to setup shared folders with real unix users:
user "test2": setacl t2_t4 test4 lrswi
user "test3": setacl t3_t4 test4 lrswi
Now I see entries in ~test2/Maildir/.t2_t4/dovecot-acl,
~test3/Maildir/.t3_t4/dovecot-acl and /var/lib/dovecot/acl_dict.db (see below)
But "test4" don't see t
Hello,
compiling dovecot-2.0.beta6 under Solaris 9 runs into an error.
I use the following setup:
CC=cc
export CC
CPPFLAGS='-I/usr/local/include'
export CPPFLAGS
CFLAGS='-fast -xarch=v8plusa'
export CFLAGS
LDFLAGS='-L/usr/local/lib -R/usr/local/lib'
export LDFLAGS
./configure --help
./configure -
27 matches
Mail list logo