<div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small">Nope, I am on Debian Testing , but I am sure it will be built if this is already in Github. Looks like this is the error.</div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font size="4"><b><u><br></u></b></font></div><div dir="ltr"><font size="4"><b><u>Patrik</u></b></font><div><font size="1"><a href="https://patrikx3.com" target="_blank">WWW</a> | <a href="https://github.com/patrikx3/" target="_blank">GitHub</a> | <a href="https://www.npmjs.com/~patrikx3" target="_blank">NPM</a> | <a href="https://corifeus.com" target="_blank">Corifeus</a> | +</font><span style="font-size:x-small">36 20 342 8046</span></div><div><br><br></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 28, 2019 at 6:23 PM Aki Tuomi <<a href="mailto:aki.tuomi@open-xchange.com">aki.tuomi@open-xchange.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Is is possible for you to try <a href="https://github.com/dovecot/core/commit/3c5101ffdd2a8115e03ed7180d53578765dea4c9.patch" rel="noreferrer" target="_blank">https://github.com/dovecot/core/commit/3c5101ffdd2a8115e03ed7180d53578765dea4c9.patch</a><br>
<br>
Aki<br>
<br>
> On 28 February 2019 18:03 Patrik via dovecot <<a href="mailto:dovecot@dovecot.org" target="_blank">dovecot@dovecot.org</a>> wrote:<br>
> <br>
> <br>
> This bug report is similar to this issue:<br>
> <a href="https://www.dovecot.org/list/dovecot/2017-May/108116.html" rel="noreferrer" target="_blank">https://www.dovecot.org/list/dovecot/2017-May/108116.html</a> (<a href="https://www.dovecot.org/list/dovecot/2017-May/108116.html" rel="noreferrer" target="_blank">https://www.dovecot.org/list/dovecot/2017-May/108116.html</a>)<br>
> <br>
> I know it is not enough info, but every kill follows with this info:<br>
> Feb 28 16:57:50 server dovecot[1511]: auth-worker: Fatal: master: service(auth-worker): child 17009 killed with signal 11 (core dumps disabled - <a href="https://dovecot.org/bugreport.html#coredumps" rel="noreferrer" target="_blank">https://dovecot.org/bugreport.html#coredumps</a>)<br>
> Feb 28 16:57:50 server kernel: traps: auth[17009] general protection ip:7fd5d3ae9a64 sp:7fff0a781dc0 error:0 in libmariadb.so.3[7fd5d3add000+26000]<br>
> <br>
> It looks like the error is related to the libmariadb.so, of course I am using integration with auth sql.<br>
> <br>
> The configuration is like this:<br>
> # 2.3.4.1 (f79e8e7e4): /etc/dovecot/dovecot.conf<br>
> # Pigeonhole version 0.5.4 ()<br>
> # OS: Linux 4.19.0-2-amd64 x86_64 Debian buster/sid ext4<br>
> # Hostname: <a href="http://p3x-dc.example.com" rel="noreferrer" target="_blank">p3x-dc.example.com</a> (<a href="http://p3x-dc.example.com" rel="noreferrer" target="_blank">http://p3x-dc.example.com</a>)<br>
> auth_mechanisms = plain login<br>
> mail_location = maildir:/var/mail/vhosts/%d/%n<br>
> mail_plugins = quota<br>
> mail_privileged_group = mail<br>
> managesieve_notify_capability = mailto<br>
> managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext<br>
> namespace inbox {<br>
> inbox = yes<br>
> location =<br>
> mailbox Drafts {<br>
> auto = subscribe<br>
> special_use = \Drafts<br>
> }<br>
> mailbox Junk {<br>
> auto = subscribe<br>
> autoexpunge = 30 days<br>
> special_use = \Junk<br>
> }<br>
> mailbox Sent {<br>
> auto = subscribe<br>
> special_use = \Sent<br>
> }<br>
> mailbox Trash {<br>
> auto = subscribe<br>
> autoexpunge = 30 days<br>
> special_use = \Trash<br>
> }<br>
> prefix =<br>
> }<br>
> passdb {<br>
> args = /etc/dovecot/dovecot-sql.conf.ext<br>
> driver = sql<br>
> }<br>
> plugin {<br>
> quota = maildir:User quota<br>
> quota_grace = 10%%<br>
> quota_max_mail_size = 100M<br>
> quota_rule = *:storage=1G<br>
> quota_rule2 = Trash:storage=+100M<br>
> sieve = /etc/dovecot/sieve.conf<br>
> }<br>
> protocols = imap lmtp pop3<br>
> service auth-worker {<br>
> user = vmail<br>
> }<br>
> service auth {<br>
> unix_listener /var/spool/postfix/private/auth {<br>
> group = postfix<br>
> mode = 0666<br>
> user = postfix<br>
> }<br>
> unix_listener auth-userdb {<br>
> mode = 0666<br>
> user = vmail<br>
> }<br>
> user = dovecot<br>
> }<br>
> service imap-login {<br>
> inet_listener imap {<br>
> port = 0<br>
> }<br>
> inet_listener imaps {<br>
> port = 993<br>
> ssl = yes<br>
> }<br>
> }<br>
> service lmtp {<br>
> unix_listener /var/spool/postfix/private/dovecot-lmtp {<br>
> group = postfix<br>
> mode = 0600<br>
> user = postfix<br>
> }<br>
> }<br>
> service pop3-login {<br>
> inet_listener pop3 {<br>
> port = 0<br>
> }<br>
> inet_listener pop3s {<br>
> port = 995<br>
> ssl = yes<br>
> }<br>
> }<br>
> service quota-status {<br>
> client_limit = 1<br>
> executable = quota-status -p postfix<br>
> inet_listener {<br>
> port = 12340<br>
> }<br>
> }<br>
> ssl = required<br>
> ssl_ca = </etc/ssl/<a href="http://example.com/ca.cer" rel="noreferrer" target="_blank">example.com/ca.cer</a> (<a href="http://example.com/ca.cer" rel="noreferrer" target="_blank">http://example.com/ca.cer</a>)<br>
> ssl_cert = </etc/ssl/<a href="http://example.com/fullchain.cer" rel="noreferrer" target="_blank">example.com/fullchain.cer</a> (<a href="http://example.com/fullchain.cer" rel="noreferrer" target="_blank">http://example.com/fullchain.cer</a>)<br>
> ssl_dh = # hidden, use -P to show it<br>
> ssl_key = # hidden, use -P to show it<br>
> userdb {<br>
> args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n<br>
> driver = static<br>
> }<br>
> protocol lmtp {<br>
> auth_socket_path = /var/run/dovecot/auth-master<br>
> mail_plugins = quota sieve<br>
> }<br>
> protocol imap {<br>
> mail_plugins = quota imap_quota<br>
> }<br>
> <br>
> <br>
> Patrik<br>
> WWW (<a href="https://patrikx3.com" rel="noreferrer" target="_blank">https://patrikx3.com</a>) | GitHub (<a href="https://github.com/patrikx3/" rel="noreferrer" target="_blank">https://github.com/patrikx3/</a>) | NPM (<a href="https://www.npmjs.com/~patrikx3" rel="noreferrer" target="_blank">https://www.npmjs.com/~patrikx3</a>) | Corifeus (<a href="https://corifeus.com" rel="noreferrer" target="_blank">https://corifeus.com</a>) | +36 20 342 8046<br>
> <br>
><br>
</blockquote></div>