Re: IMAP directory structure.

2017-02-21 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Feb 2017, C5ace wrote: I use Dovecot 2.1.7. and like to know how to force the IMAP directory structure to be: The IMAP server's desired directory structure is: root@server-2:/var/vmail/c5ace.com/test/Maildir# /.INBOX /.INBOX.Archives /.

How to dsync mdbox compressed to maildir uncompressed

2017-02-21 Thread Daniel Betz
Hello, we are using doveadm sync to export mdbox to maildir format, so we can use an external tool to convert into an pst file. Since we have enabled zlib compression doveadm sync always exports the maildir gzip compressed. Are there any ways to prevent the doveadm sync to export the maildir co

Re: How to dsync mdbox compressed to maildir uncompressed

2017-02-21 Thread Timo Sirainen
On 21 Feb 2017, at 12.49, Daniel Betz wrote: > > Hello, > > we are using doveadm sync to export mdbox to maildir format, so we can use an > external tool to convert into an pst file. > Since we have enabled zlib compression doveadm sync always exports the > maildir gzip compressed. > > Are th

Re: How to dsync mdbox compressed to maildir uncompressed

2017-02-21 Thread Thomas Leuxner
* Daniel Betz 2017.02.21 11:49: > Have tried this: doveadm -o "maildir_copy_with_hardlinks=no" sync -u > i...@test.de maildir:~/Maildir > From Wiki: If you want to use dsync to convert to a compressed Maildir you > may need -o maildir_copy_with_hardlinks=no (this is set to yes by default and >

Re: How to dsync mdbox compressed to maildir uncompressed

2017-02-21 Thread Daniel Betz
Hi Timo, thank you for the hint, but it doesnt seems to work. doveadm sync -u i...@test.de 'doveadm -o mail="maildir:~/Maildir" -o "mail_plugins=quota" dsync-server -u i...@test.de' Also tried -o mail=~/Maildir .. -o maildir:~/Maildir .. The log throws an error: Feb 21 13:05:35 doveadm: Error:

Re: doveadm: Fatal: All your namespaces have a location setting

2017-02-21 Thread Aki Tuomi
On 20.02.2017 11:46, Ben wrote: > >> Hi! >> >> Can you post doveconf -n >> >> Aki > > # 2.2.10: /etc/dovecot/dovecot.conf > # OS: Linux 3.10.0-514.6.1.el7.x86_64 x86_64 CentOS Linux release > 7.3.1611 (Core) > auth_mechanisms = plain login > auth_verbose = yes > auth_verbose_passwords = sha1 > fi

Scaling to 10 Million IMAP sessions on a single server

2017-02-21 Thread KT Walrus
I just read this blog: https://mrotaru.wordpress.com/2013/10/10/scaling-to-12-million-concurrent-connections-how-migratorydata-did-it/ about scaling to 12 Million Concurrent Connect

Could not login as root or other Linux user account

2017-02-21 Thread Basdove
Ubuntu server 16.04.2samba has upgraded from As per repository (latest version)I was configuring samba as per document from wiki "ActivedirectoryWINbindHowto"After editing the common-account and common-auth I rebooted the server.I could notlogin as root or any Linux user. Server says "Incorrect

Re: Could not login as root or other Linux user account

2017-02-21 Thread Aki Tuomi
On 2017-02-21 17:35, Basdove wrote: Ubuntu server 16.04.2samba has upgraded from As per repository (latest version)I was configuring samba as per document from wiki "ActivedirectoryWINbindHowto"After editing the common-account and common-auth I rebooted the server.I could notlogin as root or

segfault in lib20_expire_plugin

2017-02-21 Thread Mario Arnold
Hello, after upgrade from [2.2.devel (34f7cc3)] to [2.2.devel (b3443fc)] dovecot stops with a segfault: Fatal: master: service(imap): child 21179 killed with signal 11 (core dumped) imap[21179]: segfault at 0 ip f726eef1 sp ffa3b050 error 4 in lib20_expire_plugin.so[f726d000+3000]

Sieve and multi-auth databases

2017-02-21 Thread dovecot
Hello Community, I am currently facing the following: - dovecot+postfix+sieve are running smoothly using passwd-file authentication - if a add a second authentication scheme (let's say mysql), I face a problem with sieve: -- receiving thru postfix is ok on both passwd-file and mysql entri

Re: segfault in lib20_expire_plugin

2017-02-21 Thread Aki Tuomi
> On February 21, 2017 at 6:04 PM Mario Arnold wrote: > > > Hello, > > after upgrade from [2.2.devel (34f7cc3)] to [2.2.devel (b3443fc)] dovecot > stops with a segfault: > > Fatal: master: service(imap): child 21179 killed with signal 11 (core dumped) > imap[21179]: segfault at 0 ip f

Re: Sieve and multi-auth databases

2017-02-21 Thread Stephan Bosch
Op 2/21/2017 om 5:19 PM schreef dovecot@avv.solutions: > Hello Community, > > I am currently facing the following: > > - dovecot+postfix+sieve are running smoothly using passwd-file > authentication > - if a add a second authentication scheme (let's say mysql), I face a > problem with sieve: >

Re: Sieve and multi-auth databases

2017-02-21 Thread Stephan Bosch
Op 2/21/2017 om 6:09 PM schreef Stephan Bosch: > Op 2/21/2017 om 5:19 PM schreef dovecot@avv.solutions: > >> - - - - + - - - - >> # Authentication for SQL users. Included from 10-auth.conf. >> passdb sql { >> driver = sql >> args = /etc/dovecot/dovecot-sql.conf.ext >> # Associated query: >>

Re: Scaling to 10 Million IMAP sessions on a single server

2017-02-21 Thread Christian Balzer
On Tue, 21 Feb 2017 09:49:39 -0500 KT Walrus wrote: > I just read this blog: > https://mrotaru.wordpress.com/2013/10/10/scaling-to-12-million-concurrent-connections-how-migratorydata-did-it/ > >

Re: Scaling to 10 Million IMAP sessions on a single server

2017-02-21 Thread Ruga
A more efficient algorithm would reduce computational complexity, and the need for expensive power-hungry CPUs. Sent from ProtonMail Mobile On Wed, Feb 22, 2017 at 5:12 AM, Christian Balzer <'ch...@gol.com'> wrote: On Tue, 21 Feb 2017 09:49:39 -0500 KT Walrus wrote: > I just read this blog: >