Re: [Dovecot] Permissions when running `dovecot --exec-mail imap`

2013-01-23 Thread Tim Marston
Hi, On Wed, Jan 23, 2013 at 10:03:50AM +0200, Timo Sirainen wrote: > On 22.1.2013, at 21.44, Tim Marston wrote: > > # chgrp mail /usr/bin/dovecot > > # chmod g+s /usr/bin/dovecot > > > > I am still able to use IMAP normally, and I am now also able to set up > > mutt with the following: > > Yo

Re: [Dovecot] warning regarding quota and mboxes

2013-01-23 Thread Chris Young
if you're getting errors, then quotas are probably not working. as timo suggested, maildir only works with maildir but your mail location shows MBox and Maildir formats use Dict quota as it works with both MBox and Maildir I don't know enough about dovecot to know why you'd have two formats, MBox

Re: [Dovecot] speed up dovecot IMAP server

2013-01-23 Thread Bernics Gábor | Penta Unió Zrt .
No, sorry it's RC bug/problem. Open messages with TB immediately. I will tune up my RC installation. Thanks a lot Best regards, Gabor 2013-01-23 12:01 időpontban Stan Hoeppner ezt írta: > On 1/23/2013 2:59 AM, Bernics Gábor | Penta Unió Zrt. wrote: > >> I use Roundcube and Thunder

[Dovecot] dovecot 2.1.13, proxy and nologin extras field

2013-01-23 Thread Marco Giunta
Hi at all, in our test environment, I'm playing with dovecot 2.1.13 configured as imap/pop/managesieve proxy. It is configured to authenticate users with ldap and it works very well. Now, I'd like to temporary disable some users's login, because we are moving to another storage, and I wouldn'

Re: [Dovecot] speed up dovecot IMAP server

2013-01-23 Thread Stan Hoeppner
On 1/23/2013 2:59 AM, Bernics Gábor | Penta Unió Zrt. wrote: > I use Roundcube and Thunderbird. Do both clients experience the 5-6 second delay? > Memory usage: 1.2 Gbyte of 6 Gbyte (Can I increase cache memory size > for Dovecot?) No, but you should change to: mmap_disable=no and add: mai

Re: [Dovecot] speed up dovecot IMAP server

2013-01-23 Thread Bernics Gábor | Penta Unió Zrt .
Hello stan "Did you performed any troubleshooting, any investigation, of your own, before upgrading to 2.1.7?" Yes, I try this: http://wiki.dovecot.org/PerformanceTuning If fsync disabled speed up a litle, but it's not secure permanently. "Do note the latency could very well be an issu

Re: [Dovecot] dovecot nightly 20130117: dsync does returns "Name or service not known"

2013-01-23 Thread Evgeny Basov
> Should work now with latest hg (tomorrow's nightly build). > > No, it doesn't. After update to 20130123: doveadm(vmail): Debug: Loading modules from directory: /usr/lib64/dovecot doveadm(vmail): Debug: Module loaded: /usr/lib64/dovecot/lib10_quota_plugin.so doveadm(vma

Re: [Dovecot] Permissions when running `dovecot --exec-mail imap`

2013-01-23 Thread Timo Sirainen
On 22.1.2013, at 21.44, Tim Marston wrote: > On Tue, Jan 15, 2013 at 11:33:08PM +, Tim Marston wrote: >> Would it be acceptable to setgid the dovecot executable and change it's >> group to "mail" (i.e., `chgrp mail dovecot` and `chmod g+s dovecot`)? >> Would this pose some kind of security ri