dovecot-2.2.33 bug report

2017-10-10 Thread David Binderman
Hello there, dovecot-2.2.33/src/lib/str-find.c:86]: (warning) Calling 'sizeof' on 'sizeof' Source code is ctx = p_malloc(pool, MALLOC_ADD(sizeof(struct str_find_context), MALLOC_MULTIPLY(sizeof(ctx->goodtab[0]), key_len))); Regards David Binderman

Re: My sub-folder with Outlook work-around to date - update 201710111315 - Final

2017-10-10 Thread David.M.Clark
Hi All, After over a week of stuffing around in /etc/dovecot/conf.d files and lots of trial and error, I now have a controlled setup to migrate one user at a time to Maildir without affecting the other mbox based users. For the sake of not posting an essay, if you go to this web page: http:/

Re: Issue with mailbox conversion using dsync in v2.2.32 (maildir <-> mdbox)

2017-10-10 Thread Jason Kiniry
Hello Timo, Thank you for the quick reply! My answers are inline: On Tue, Oct 10, 2017 at 8:52 AM, Timo Sirainen wrote: > On 10 Oct 2017, at 3.36, Jason Kiniry wrote: > > > > /usr/bin/dsync -f -D -o mail_location=mdbox:/home/blahmail/mail -u > > _mainacco...@blahmail.tld -v mirror maildir:/hom

Re: Parallel build problems with dovecot 2.2.32

2017-10-10 Thread Craig Leres
On 10/10/17 06:24, Timo Sirainen wrote: Looks like this was already fixed in master, as part of some other changes: https://github.com/dovecot/core/commit/b200bc3875fa06d42c8619865cc306c3297fcacc We're planning to get v2.3 releases out in not-many-more-months, so may have to wait for it.

Re: Mail Alias Stores in mySQL Not working

2017-10-10 Thread Alex JOST
Am 10.10.2017 um 19:06 schrieb jason hirsh: First of all excuse.. I am having an issue getting maillist responses so I may be responding to this worng No on topic I commented out the first user_quesry The second query was not copied correctly , reads user_query = SELECT CONCAT('/var/vmail/ma

Re: Mail Alias Stores in mySQL Not working

2017-10-10 Thread Bill Shirley
With that query, it appears everyone is sharing the same mail directory.  It, of course, depends on the value of `maildir`.  It doesn't look right. Have you checked your MySQL log file to see the actual query? We don't know your mailbox format.  Post your 'doveconf -n'. We don't know what your

Mail Alias Stores in mySQL Not working

2017-10-10 Thread jason hirsh
First of all excuse.. I am having an issue getting maillist responses so I may be responding to this worng No on topic I commented out the first user_quesry The second query was not copied correctly , reads user_query = SELECT CONCAT('/var/vmail/mail/', maildir) AS home, 5000 AS uid, 5000 AS

Re: Sieve rules not processing

2017-10-10 Thread Stephan Herker
There is always only one sieve script active, but you can include other scripts from that active script, see f.i. https://wiki2.dovecot.org/Pigeonhole/Sieve/Examples#Include_scripts Kind regards, Tom Thanks for that info. I'm using roundcubemail's builtin managesieve plugin. I'm not

v2.2.33 released

2017-10-10 Thread Timo Sirainen
https://dovecot.org/releases/2.2/dovecot-2.2.33.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.33.tar.gz.sig We're getting close to the last v2.2.x releases. Hopefully we'll have the first v2.3 beta releases out soon. * doveadm director commands wait for the changes to be visible in the

Trash plugin unexpected results

2017-10-10 Thread Stephan Herker
I have the trash plugin enabled and testing it out I had an account with a 30MB quota.  In the accounts trash it had an email with a large attachment.  I sent the same email again to the account expecting the trash plugin to purge the message from trash to make space for the new message in the

Trash quota issue

2017-10-10 Thread Stephan Herker
I have quotas setup on a test domain to try everything out before I move my domains email over to dovecot.  I have a trash quota rule that should have added 100M to trash folder specifically, but mail was denied due to quota being full even though the only mail in the test account was in trash.

Re: Issue with mailbox conversion using dsync in v2.2.32 (maildir <-> mdbox)

2017-10-10 Thread Timo Sirainen
On 10 Oct 2017, at 3.36, Jason Kiniry wrote: > > Hi all, > > I've run into an issue with in-place mailbox format conversions between > mdbox and maildir and wondered if someone could assist. When using dsync to > convert a mailbox, the conversion loses a mailbox GUID and produces a > warning. Th

Re: Parallel build problems with dovecot 2.2.32

2017-10-10 Thread Timo Sirainen
On 10 Oct 2017, at 3.47, Craig Leres wrote: > > I use dovecot under FreeBSD 10.3 and build using poudriere. My build server > has 12 cores builds typically happen in parallel and I find software that is > not parallel make friendly will fail once every month or so. > > Attached is a build log

Parallel build problems with dovecot 2.2.32

2017-10-10 Thread Craig Leres
I use dovecot under FreeBSD 10.3 and build using poudriere. My build server has 12 cores builds typically happen in parallel and I find software that is not parallel make friendly will fail once every month or so. Attached is a build log from this afternoon that failed because doveadm-util.o

Issue with mailbox conversion using dsync in v2.2.32 (maildir <-> mdbox)

2017-10-10 Thread Jason Kiniry
Hi all, I've run into an issue with in-place mailbox format conversions between mdbox and maildir and wondered if someone could assist. When using dsync to convert a mailbox, the conversion loses a mailbox GUID and produces a warning. This behavior seems to have been introduced between version 2.2

Re: Mail Alias Stores in mySQL Not working

2017-10-10 Thread Bill Shirley
I see two problems: 1) you have two user_querys, there should only be one 2) your 2nd user_query is not limiting the SQL search with a WHERE clause Here is my setup: MySQL (root@localhost) [sys_mail]> SHOW COLUMNS FROM `Virtual_User`; ++--+--+-+