Re: Question on setting up dovecot

2016-02-11 Thread Jeffery Small
I'm just getting around to reading all the helpful messages regarding my problem and will be trying out each of the suggestions. A very big thanks to everyone for the supportive help. I'll let you know what I discover. In the meantime I wanted to mention one additional thing. I am switching ma

Autoexpunge on INBOX? And disabling autoexpunge for a mailbox via userdb_import?

2016-02-11 Thread Tom Johnson
I have autoexpunge working for various special_use mailboxes, but I'd like it to optionally be used for users for their inbox as well. I'd also like to be able to disable autoexpunge for some users for certain directories. Is it possible to specify an autoexpunge period for the main inbox? And

Re: [BUG] Dovecot 2.2.21 crashing with assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-02-11 Thread Gary Stanley
On 2/11/16 3:46 PM, Timo Sirainen wrote: On 11 Feb 2016, at 20:53, Gary Stanley wrote: Hello Dovecot's IMAP process appears to be crashing at random times for a few users, but one is crashing at least 3 to 5 times an hour. I applied these patches per http://dovecot.org/list/dovecot/2016-J

Re: Question on setting up dovecot

2016-02-11 Thread Joseph Tam
Jeffery Small writes: There are no errors. We have a pop3 connection. The user's name, uid, gid, password, home directory are all correct. The inbox is listed as /var/mail/sherril which is correct, and this file has the correct ownership and permissions: # ls -l /var/mail/sherril -rw-rw

LMTP proxy does not pass RCPT TO: ... 5xx response back

2016-02-11 Thread Heiko Schlittermann
Hello, I'm using dovecot 2.2.9 and a director/backend setup. On the director I've the LMTP in proxy mode, mapping the users to one of the backends. The backends to quota check and return the OverQuota message already at RCPT TO time. Here is what I typed, connected to the director Connecti

Multiple quota rules from LDAP userdb?

2016-02-11 Thread Heiko Schlittermann
Hello, I'm just asking myself, how I get multiple quota rules into the LDAP userdb. Dovecot is 2.2.9 userdb_attrs = … fooQuotaRule=quota_rule=%$ which allows me to have an user db entry as fooQuotaRule: *:storage=1000:messages=50 fooQuotaRule: Trash:storage=500 But, if I'd lik

Re: [BUG] Dovecot 2.2.21 crashing with assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-02-11 Thread Timo Sirainen
> On 11 Feb 2016, at 20:53, Gary Stanley wrote: > > Hello > > Dovecot's IMAP process appears to be crashing at random times for a few > users, but one is crashing at least 3 to 5 times an hour. > > I applied these patches per > http://dovecot.org/list/dovecot/2016-January/102933.html > > /h

Re: Question on setting up dovecot

2016-02-11 Thread Oscar del Rio
On 02/11/16 12:09 PM, Jeffery Small wrote: Feb 11 08:47:49 pop3(sherril): Info: Disconnected: Logged out top=0/0, \ retr=0/0, del=0/3, size=36928 I think "retr=0/0, del=0/3" means that there are 3 messages but the client (Outlook) did not fetch any.

Re: Question on setting up dovecot

2016-02-11 Thread Oscar del Rio
On 02/11/16 12:09 PM, Jeffery Small wrote: # ls -l /var/mail/sherril -rw-rw 1 sherril mail 194900 Feb 11 09:00 /var/mail/sherril Yet, no mail is pulled over. Are there any clues here? http://wiki.dovecot.org/TestInstallation Examples using openssl s_client: openssl s_client -connect ser

Re: Question on setting up dovecot

2016-02-11 Thread Przemysław Orzechowski
W dniu 11.02.2016 o 18:09, Jeffery Small pisze: Many thanks to Joseph Tam and Steffen Kaiser for pointing me to the logging information that I should have been using in the first place. Now that I have separate log files and debugging information, I'm still at a loss to see why the mail is not b

Re: Config file syntax in gory detail

2016-02-11 Thread Philipp Buehler
Am 11.02.2016 14:56 schrieb Timo Sirainen: I finally wrote this: Have a beer on that! Many, many thanks. -- pb

[BUG] Dovecot 2.2.21 crashing with assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-02-11 Thread Gary Stanley
Hello Dovecot's IMAP process appears to be crashing at random times for a few users, but one is crashing at least 3 to 5 times an hour. I applied these patches per http://dovecot.org/list/dovecot/2016-January/102933.html /https://github.com/dovecot/core/commit/1ddf959a750f3860feff4ab3f0e908

Re: Question on setting up dovecot

2016-02-11 Thread Test
Am 11.02.2016 um 18:09 schrieb Jeffery Small: Many thanks to Joseph Tam and Steffen Kaiser for pointing me to the logging information that I should have been using in the first place. Now that I have separate log files and debugging information, I'm still at a loss to see why the mail is not b

Re: Question on setting up dovecot

2016-02-11 Thread Jeffery Small
Many thanks to Joseph Tam and Steffen Kaiser for pointing me to the logging information that I should have been using in the first place. Now that I have separate log files and debugging information, I'm still at a loss to see why the mail is not being pulled over from the Linux system to the Wind

Re: Config file syntax in gory detail

2016-02-11 Thread michael
Hello, Am 11-02-2016 14:56, schrieb Timo Sirainen: I finally wrote this: http://wiki2.dovecot.org/ConfigFile Looks like it ended up having a lot more content than I initially assumed. You are my hero ;)

Re: Cache unseen count

2016-02-11 Thread Timo Sirainen
On 10 Feb 2016, at 17:30, Jorge Carling wrote: > > Dear all, > Lately I am working on PHP mail account management application. It has, among > others, Unread messages count column. > To get the number of unread messages, I execute "doveadm search" command for > each database row. > The search t

Re: Config file syntax in gory detail

2016-02-11 Thread Axel Luttgens
> Le 11 févr. 2016 à 14:56, Timo Sirainen a écrit : > > I finally wrote this: > > http://wiki2.dovecot.org/ConfigFile > > Looks like it ended up having a lot more content than I initially assumed. Thanks a lot, Timo! Axel

Re: Config file syntax in gory detail

2016-02-11 Thread Heiko Schlittermann
Timo Sirainen (Do 11 Feb 2016 14:56:49 CET): > I finally wrote this: > http://wiki2.dovecot.org/ConfigFile > Looks like it ended up having a lot more content than I initially assumed. Great! That I missed all the time. Best regards from Dresden/Germany Viele Grüße aus Dresden Heiko

Config file syntax in gory detail

2016-02-11 Thread Timo Sirainen
I finally wrote this: http://wiki2.dovecot.org/ConfigFile Looks like it ended up having a lot more content than I initially assumed.

Help migrating a mailbox...

2016-02-11 Thread Willy Gardiol
Hi! i have a question for you guys, i have been playing with this issue for a while and i am a bit lost. I have dovecot 2.2.16 on a Gentoo linux server, which run a couple of email domains, linked with postfix. I have a huge (>4gb) Outlook PST file which contains a backup coming from a new