Re: [Dovecot] New global ACL mailbox pattern feature in HG

2014-02-07 Thread Thomas Leuxner
* Timo Sirainen 2014.02.07 21:37: > > $ doveadm mailbox create -u t...@leuxner.net "Shops/Test" > > doveadm(t...@leuxner.net): Panic: file acl-global-file.c: line 163 > > (acl_global_file_find_rights): assertion failed: (file->last_refresh_time > > != 0) > > Fixed: http://hg.dovecot.org/doveco

Re: [Dovecot] Dsync Errors

2014-02-07 Thread Asai
Timo, you're amazing. Thank you. --Asai On 2/7/14 1:07 PM, Timo Sirainen wrote: On 30.1.2014, at 11.06, Asai wrote: Maybe this error sheds some light on it: Panic: file dsync-brain-mailbox-tree-sync.c: line 111 (dsync_brain_mailbox_tree_sync_change): assertion failed: (brain->no_backup_o

Re: [Dovecot] Segmentation fault

2014-02-07 Thread Reindl Harald
no - a typo in a config does not qualify a segfault at all Am 07.02.2014 22:42, schrieb Alex Domoradov: > Sorry, it was my fault. With "plain" value all works fine. > > Thanks for the help > > On Fri, Feb 7, 2014 at 10:54 PM, Timo Sirainen wrote: >> On 7.2.2014, at 15.22, Timo Sirainen wrote:

Re: [Dovecot] Segmentation fault

2014-02-07 Thread Alex Domoradov
Sorry, it was my fault. With "plain" value all works fine. Thanks for the help On Fri, Feb 7, 2014 at 10:54 PM, Timo Sirainen wrote: > On 7.2.2014, at 15.22, Timo Sirainen wrote: > >>> auth_verbose_passwords = yes >>> >> I guess it's related to auth_verbose_passwords setting, but I can't >> im

Re: [Dovecot] Segmentation fault

2014-02-07 Thread Timo Sirainen
On 7.2.2014, at 15.22, Timo Sirainen wrote: >> auth_verbose_passwords = yes >> > I guess it's related to auth_verbose_passwords setting, but I can't > immediately see why it would crash there. Oh, first I thought there were two settings related to this :) Anyway, the reason is simple: "yes" i

Re: [Dovecot] RFC 5267 Contexts for IMAP4 PARTIAL results

2014-02-07 Thread Timo Sirainen
On 21.1.2014, at 10.44, Anders Thøgersen wrote: > I am looking at PARTIAL responses using a dovecot version 2.2.5 and am running > into an inconsistency with the RFC which I would like to ask about. Looks like the code was buggy. This should fix: http://hg.dovecot.org/dovecot-2.2/rev/c329508e4f

Re: [Dovecot] New global ACL mailbox pattern feature in HG

2014-02-07 Thread Timo Sirainen
On 30.1.2014, at 5.23, Thomas Leuxner wrote: > * Thomas Leuxner 2014.01.28 08:29: > >> $ cat global-acl >> INBOX owner lrwstiekxap >> Public* group=PublicMailboxAdmins lrwsik > > Following up on this, there seems to be an issue with separators. Mailbox > creation crashes, while it used to wo

Re: [Dovecot] Multiple ssl-certs on different ports with the same protocol

2014-02-07 Thread Timo Sirainen
On 3.2.2014, at 11.40, myleetl...@gmx.de wrote: > is it possible to use multiple ssl-certs on different _ports_ with the same > protocol? No.

Re: [Dovecot] POP3: Message ordering changed unexpectedly

2014-02-07 Thread Gedalya
On 02/07/2014 03:20 PM, Timo Sirainen wrote: On 7.2.2014, at 15.16, Gedalya wrote: So also add something like "uidls=%u" to your pop3_logout_format. This will use up a little bit more memory by storing all the UIDLs in memory. The %u output can sometimes be used to debug why POP3 clients are

Re: [Dovecot] Auth socket can't listen using ssl

2014-02-07 Thread Timo Sirainen
On 28.1.2014, at 5.28, Steffen Kaiser wrote: >> Le Monday 27 January 2014 à 12:08 -0500, Steve Litt a écrit : >>> I read in some docs somewhere that Dovecot automatically >>> trusts anything on localhost. If you're telnetting into it from the same >>> physical computer that hosts the port, try t

Re: [Dovecot] Segmentation fault

2014-02-07 Thread Timo Sirainen
On 7.2.2014, at 14.34, Alex Domoradov wrote: > I have encountered with strange issue. When I uncomment the following line > > auth_verbose_passwords = yes > > in the /etc/dovecot/conf.d/10-logging.conf I get the following errors > > # dovecot -a > # 2.2.10: /etc/dovecot/dovecot.conf > # OS: Li

Re: [Dovecot] POP3: Message ordering changed unexpectedly

2014-02-07 Thread Timo Sirainen
On 7.2.2014, at 15.16, Gedalya wrote: >> So also add something like "uidls=%u" to your pop3_logout_format. This will >> use up a little bit more memory by storing all the UIDLs in memory. The %u >> output can sometimes be used to debug why POP3 clients are redownloading >> messages. >> > Your

Re: [Dovecot] POP3: Message ordering changed unexpectedly

2014-02-07 Thread Gedalya
On 02/07/2014 03:04 PM, Timo Sirainen wrote: On 3.2.2014, at 17.19, Gedalya wrote: I think I'm having a problem with simultaneous pop3 connections on the same mailbox with one connection deleting a message. .. Jan 29 14:36:33 imap1 dovecot: pop3(r...@domain.com): Error: Message ordering ch

Re: [Dovecot] Is replication broken?

2014-02-07 Thread Timo Sirainen
On 30.1.2014, at 8.31, IT geek 31 wrote: > Jan 30 13:25:16 Server2 dovecot: dsync-server(MailUser1): Panic: file > mbox-lock.c: line 799 (mbox_lock): assertion failed: (lock_type == F_RDLCK > || mbox->mbox_lock_type != F_RDLCK) mbox format + dsync replication apparently doesn't work because of l

Re: [Dovecot] Dsync Errors

2014-02-07 Thread Timo Sirainen
On 30.1.2014, at 11.06, Asai wrote: > Maybe this error sheds some light on it: > > Panic: file dsync-brain-mailbox-tree-sync.c: line 111 > (dsync_brain_mailbox_tree_sync_change): assertion failed: > (brain->no_backup_overwrite) Fixed by http://hg.dovecot.org/dovecot-2.2/rev/fbc8fe46dfce

Re: [Dovecot] possible quota bug ?

2014-02-07 Thread Timo Sirainen
On 30.1.2014, at 16.30, fernando.fig...@uol.com.br wrote: > I was researching deeper this issue, activated debug logs and when I move a > message from one folder to another the message size is different > > Jan 30 18:48:07 imap(xxx@xxx): Info: copy from INBOX: box=INBOX.Sent, uid=17, > msgid=<

Re: [Dovecot] POP3: Message ordering changed unexpectedly

2014-02-07 Thread Timo Sirainen
On 3.2.2014, at 17.19, Gedalya wrote: > I think I'm having a problem with simultaneous pop3 connections on the same > mailbox with one connection deleting a message. .. > Jan 29 14:36:33 imap1 dovecot: pop3(r...@domain.com): Error: Message ordering > changed unexpectedly (msg #1: storage seq 1

[Dovecot] Dovecot 2.2.10 crash / infinite loop bug

2014-02-07 Thread Jani Hast
Hello, I though this bug should be reported, although there is workaround already made and in use. Dovecot 2.2.10 crashes into out of memory error when there is defined system users (userdb+passdb) and own virtual users (userdb+passdb). Removing either one solves the issue and Dovecot is wor

[Dovecot] Segmentation fault

2014-02-07 Thread Alex Domoradov
Hello, I have encountered with strange issue. When I uncomment the following line auth_verbose_passwords = yes in the /etc/dovecot/conf.d/10-logging.conf I get the following errors # dovecot -a # 2.2.10: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-431.3.1.el6.x86_64 x86_64 CentOS release 6.5 (

[Dovecot] Director centralized authentication

2014-02-07 Thread Cássio Klein
Hello everybody, Is it possible to authenticate both passdb and userdb in the director cluster and send passdb information (like home, mail_location,...) to the backend servers? I am using the lastest dovecot version. Thanks in advance!

[Dovecot] lda+ldap multiple users

2014-02-07 Thread matthias lay
Hi list and timo, I use dovecot lda with ldap to do a email => user lookup. I experienced that if a Mailaddress matches several users the delivery is aborted. dovecot: auth: Error: ldap(christian.t...@securepoint.de): LDAP search returned multiple entries dovecot: auth: ld

[Dovecot] qmail dovecot lda

2014-02-07 Thread Florin, Portase
(no report template found) --- Begin Message --- -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, it was correct! I had an empty value for submission_host -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17 (MingW32) iQEcBAEBAgAGBQJS9Rd0AAoJEF9FGnYkDg1zkoQIALOtZg8yPOESJbIf1JdnhRWk yEy9e

[Dovecot] Problem rebuilding Centos 5/6 pigeonhole RPM from mercurial version

2014-02-07 Thread Juan C. Blanco
Hi Stephan, I'm traying to rebuild the RH (Centos) EL5 and EL6 RPM with the last mercurial pigeonhole 0.4.2 version, but I'm having problems with the build. I think that I've isolated the problem outside rpmbuild context. I've downloaded dovecot and pigeonhole mercurial versions and built dov

Re: [Dovecot] dovecot -n FATAL

2014-02-07 Thread Phil
on 6/02/2014 11:43 PM, Reindl Harald wrote: Am 06.02.2014 09:29, schrieb Phil: On 6/02/2014 6:23 PM, Steffen Kaiser wrote: You show us the symbolic link, which has all Unix permissions usually. The interessting file is the final target, e.g. /etc/ssl/private/ssl-cert-snakeoil.key if that is no

Re: [Dovecot] dovecot.org moved

2014-02-07 Thread Timo Sirainen
On 7.2.2014, at 10.02, Timo Sirainen wrote: > On 7.2.2014, at 9.58, Timo Sirainen wrote: > >> Looks like the old server doesn't stay up much at all anymore. And since >> it's kind of difficult currently to get access to the server I just restored >> everything from the previous night's backu

Re: [Dovecot] dovecot.org moved

2014-02-07 Thread Timo Sirainen
On 7.2.2014, at 9.58, Timo Sirainen wrote: > Looks like the old server doesn't stay up much at all anymore. And since it's > kind of difficult currently to get access to the server I just restored > everything from the previous night's backups. Latest mailing list > subscribes/unsubscribes may

[Dovecot] dovecot.org moved

2014-02-07 Thread Timo Sirainen
Looks like the old server doesn't stay up much at all anymore. And since it's kind of difficult currently to get access to the server I just restored everything from the previous night's backups. Latest mailing list subscribes/unsubscribes may need to be done again. Also I think there are some