Re: Dovecot Cur and New Directories are empty

2014-11-13 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 12 Nov 2014, Nguyen Dinh Phuoc Thanh wrote: Recently, we faced an issue with dovecot. Mail delivered to New directory, but after we used Outlook to connect with POP3 protocol, there was no email delivered to Outlook and New/Cur directory was

Re: automatically create Spam mailbox

2014-11-13 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 13 Nov 2014, Cliff Hayes wrote: http://wiki2.dovecot.org/MailboxSettings shows how to do this but not what config file to put it in so I assume 10-mail.conf. In my default config files the template for this resides in 15-mailboxes.conf, 1

Re: Understanding filesystem quotas

2014-11-13 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 13 Nov 2014, Chris Szilagyi wrote: I've enabled the quota plugins and to my knowledge that part is good. I've edited the file 90-quota.conf and uncommented these lines and set them as follows: plugin { quota_rule = *:storage=1G } plugin {

Re: automatically create Spam mailbox

2014-11-13 Thread LuKreme
> On Nov 13, 2014, at 5:34 PM, Tamsy wrote: > > Cliff Hayes wrote on 14.11.2014 06:01: >> I am trying to set up dovecot to automatically create a Spam mailbox for >> every user. >> >> http://wiki2.dovecot.org/MailboxSettings shows how to do this but not what >> config file to put it in so I a

Core Dump upon startup (SEGV) - v2.2.10

2014-11-13 Thread Don Levey
123456789012345678901234567890123456789012345678901234567890123456789012 I appear to have taken a mostly-working installation and mucked it up. In my recent messages I mentioned how I was having difficuilty in making my wife's email readable in Squirrelmail; this was solved with directory permi

Re: Dovecot Cur and New Directories are empty

2014-11-13 Thread Joseph Tam
Nguyen Dinh Phuoc Thanh writes: Recently, we faced an issue with dovecot. Mail delivered to New directory, but after we used Outlook to connect with POP3 protocol, there was no email delivered to Outlook and New/Cur directory was empty. If we don't use Outlook to connect, after a few minutes, i

Re: automatically create Spam mailbox

2014-11-13 Thread Tamsy
Cliff Hayes wrote on 14.11.2014 06:01: I am trying to set up dovecot to automatically create a Spam mailbox for every user. http://wiki2.dovecot.org/MailboxSettings shows how to do this but not what config file to put it in so I assume 10-mail.conf. When I put it in there as follows... names

automatically create Spam mailbox

2014-11-13 Thread Cliff Hayes
I am trying to set up dovecot to automatically create a Spam mailbox for every user. http://wiki2.dovecot.org/MailboxSettings shows how to do this but not what config file to put it in so I assume 10-mail.conf. When I put it in there as follows... namespace inbox { mailbox Spam { auto =

Re: Migrate system users to virtual users

2014-11-13 Thread Gedalya
On 11/13/2014 01:29 PM, Ron Leach wrote: If we do copy the maildirs and change the permissions, does all the metadata that the clients, or Dovecot, use to detect new, existing, or downloaded mail remain valid? Or should we use a different approach? /srv/mail/domains/example.com/exampleuser <<

Re: Migrate system users to virtual users

2014-11-13 Thread deoren
On 2014-11-13 12:29, Ron Leach wrote: List, good afternoon, We are at the planning stage of wanting to migrate from an existing installation onto a new machine, and also to change from system users to virtual users. May I check that our ideas for user id are correct? I am not sure whether we w

Understanding filesystem quotas

2014-11-13 Thread Chris Szilagyi
Hello: I've been trying to set up filesystem quotas for IMAP, and cannot seem to get it to work. In IMAP clients it either shows quota unavailable or unknown. I've read the documentation several times. I've enabled the quota plugins and to my knowledge that part is good. I've edited the file 90

Migrate system users to virtual users

2014-11-13 Thread Ron Leach
List, good afternoon, We are at the planning stage of wanting to migrate from an existing installation onto a new machine, and also to change from system users to virtual users. May I check that our ideas for user id are correct? I am not sure whether we will encounter a 'permissions' and 'u

Static build failure

2014-11-13 Thread Baruch Siach
Hi dovecot list, Static build of dovecot fails because src/lib/module-dir.c refers to MODULE_SUFFIX that is undefined when building statically. This least to the following build failure: module-dir.c: In function 'module_file_get_name': module-dir.c:624:20: error: 'MODULE_SUFFIX' undeclared (fi

Bug (?) while listing imap folder

2014-11-13 Thread Alexandros Soumplis
Dear All, I think I've hit a bug after migrating our mail server to the newest version of dovecot (version 2.2.15). When I try to list all imap folders for one user the imap process crashes. The listing to a specific folder (ex. INBOX) works fine, only the "*" crashes. Client side: -

R: Re: pop3/imap hanging processes

2014-11-13 Thread absolutely_f...@libero.it
Sorry, I checked and it's already ok: # dovecot -a |grep shutdown shutdown_clients = yes >Messaggio originale >Da: edua...@freedominterface.org >Data: 13/11/2014 2.18 >A: >Ogg: Re: pop3/imap hanging processes > >Take a look at ' shutdown_clients' parameter. > >http://wiki2.dovecot.o

R: Re: pop3/imap hanging processes

2014-11-13 Thread absolutely_f...@libero.it
Thank you very much! >Messaggio originale >Da: edua...@freedominterface.org >Data: 13/11/2014 2.18 >A: >Ogg: Re: pop3/imap hanging processes > >Take a look at ' shutdown_clients' parameter. > >http://wiki2.dovecot.org/RunningDovecot > >On 11/12/2014 07:37 PM, absolutely_f...@libero.it w

Re: Execution of sieve script failed HG 3db5fbb216d3

2014-11-13 Thread Thomas Leuxner
* Stephan Bosch 2014.11.13 10:19: > Yes, it does. Fixed by last two commits. Thanks, Stephan and Timo :) signature.asc Description: Digital signature

Re: Execution of sieve script failed HG 3db5fbb216d3

2014-11-13 Thread Stephan Bosch
On 11/13/2014 10:17 AM, Thomas Leuxner wrote: > * Timo Sirainen 2014.11.13 09:46: > >> Did you (fully) recompile Sieve also? Some structs changed. I can't really >> think of anything else and it works ok in my tests. > Yes I did. By a hunch I now deleted the binary script and that does seem to >

Re: Execution of sieve script failed HG 3db5fbb216d3

2014-11-13 Thread Thomas Leuxner
* Timo Sirainen 2014.11.13 09:46: > Did you (fully) recompile Sieve also? Some structs changed. I can't really > think of anything else and it works ok in my tests. Yes I did. By a hunch I now deleted the binary script and that does seem to do the trick... signature.asc Description: Digital

Error using Tika as meta extractor with solr

2014-11-13 Thread Davide
Hi to all, i have a dovecot 2.2.15 installation which uses tika and solr for indexing and meta extraction from messages: this is my doveconf -n output # 2.2.15: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.10 auth_cache_negative_ttl = 10 mins auth_cache_size =

Re: Execution of sieve script failed HG 3db5fbb216d3

2014-11-13 Thread Timo Sirainen
On 13 Nov 2014, at 00:03, Thomas Leuxner wrote: > # 2.2.15 (3db5fbb216d3): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.4.6 > [...] > > The latest HG commits produce the following sieve execution error. There is > no error log created though... Did you (fully) recompile Sieve also? Some

Dovecot Cur and New Directories are empty

2014-11-13 Thread Nguyen Dinh Phuoc Thanh
Hi, Recently, we faced an issue with dovecot. Mail delivered to New directory, but after we used Outlook to connect with POP3 protocol, there was no email delivered to Outlook and New/Cur directory was empty. If we don't use Outlook to connect, after a few minutes, it is empty also. Would you

Re: closed fd causes: lmtp(18385): Panic: epoll_ctl(del, 11) failed: Bad file descriptor

2014-11-13 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 12 Nov 2014, Timo Sirainen wrote: On 12 Nov 2014, at 06:32, Steffen Kaiser wrote: lmtp(18385): Panic: epoll_ctl(del, 11) failed: Bad file descriptor .. #4 0x7fafdc2c0879 in i_panic (format=0x7fafdc3109fc "%s") at failures.c:276 #5

Execution of sieve script failed HG 3db5fbb216d3

2014-11-13 Thread Thomas Leuxner
# 2.2.15 (3db5fbb216d3): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.6 [...] The latest HG commits produce the following sieve execution error. There is no error log created though... Nov 13 08:54:11 nihlus dovecot: lmtp(t...@leuxner.net): kFEQG6JjZFQZBAAAgUOSbA: sieve: msgid=: stored m