Re: Problem with LMTP

2017-04-26 Thread Angel L. Mateo
Can you post gdb /usr/libexec/dovecot/lmtp /path/to/core bt full GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and red

Re: confused with ssl settings and some error - need help

2017-04-26 Thread Aki Tuomi
> On April 27, 2017 at 8:12 AM Poliman - Serwis wrote: > > > Hi, > To default dovecot.conf file I added (based on found documentation): > ssl = required > disable_plaintext_auth = yes #change default 'no' to 'yes' > ssl_prefer_server_ciphers = yes > ssl_options = no_compression > ssl_dh_par

confused with ssl settings and some error - need help

2017-04-26 Thread Poliman - Serwis
Hi, To default dovecot.conf file I added (based on found documentation): ssl = required disable_plaintext_auth = yes #change default 'no' to 'yes' ssl_prefer_server_ciphers = yes ssl_options = no_compression ssl_dh_parameters_length = 2048 ssl_cipher_list = ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECD

Re: Pigeonhole / Bug with "duplicate" ?

2017-04-26 Thread Stephan Bosch
Op 4/25/2017 om 9:23 PM schreef Stephan Bosch: > Op 4/25/2017 om 11:52 AM schreef Gilles Chauvin: >> Hello, >> >> Previously, while running Dovecot 2.2.27/Pigeonhole 0.4.16 the >> following code snippet was working as one would expect: >> >> if duplicate { >> addflag ["\\seen", "Duplicate"];

Re: [BUG] OpenSSL function has been deprecated

2017-04-26 Thread Peter van der Does
On 4/26/17 8:26 AM, Aki Tuomi wrote: > > > I encourage you to open pull request at https://github.com/dovecot/core/pulls > > Aki > Thanks Aki. I'll do that. Peter

Re: Problem with LMTP

2017-04-26 Thread Aki Tuomi
> On April 26, 2017 at 2:03 PM "Angel L. Mateo" wrote: > > > Hello, > > I'm having a problem with LMTP in a proxy server since I upgraded from > 2.1.16 to 2.2.28. > > In my logs I have: > > Apr 26 12:54:17 musio12 dovecot: lmtp(2082): Fatal: master: > service(lmtp): child 2082

Re: [BUG] OpenSSL function has been deprecated

2017-04-26 Thread Aki Tuomi
> On April 26, 2017 at 3:15 PM Peter van der Does > wrote: > > > Patch v2 > > --- a/src/lib-ssl-iostream/iostream-openssl-params.c > +++ b/src/lib-ssl-iostream/iostream-openssl-params.c > @@ -13,10 +13,19 @@ generate_dh_parameters(int bitsize, buffer_t *output, > const char **error_r) > { >

Re: Problems with Dovecot to mysql socket with SELinux

2017-04-26 Thread Michael Segel
I ran in to other issues with SELinux not being able to get to the TLS certs. Got the same advice and shut off SELinux. I’d say use MariaDB over mySQL. > On Apr 26, 2017, at 1:37 AM, Robert Moskowitz wrote: > > Anyone here running Dovecot connecting to mysql through the mysql.sock with > S

Re: [BUG] OpenSSL function has been deprecated

2017-04-26 Thread Peter van der Does
Patch v2 --- a/src/lib-ssl-iostream/iostream-openssl-params.c +++ b/src/lib-ssl-iostream/iostream-openssl-params.c @@ -13,10 +13,19 @@ generate_dh_parameters(int bitsize, buffer_t *output, const char **error_r) { DH *dh; unsigned char *p; - int len, len2; + int len,

Problem with LMTP

2017-04-26 Thread Angel L. Mateo
Hello, I'm having a problem with LMTP in a proxy server since I upgraded from 2.1.16 to 2.2.28. In my logs I have: Apr 26 12:54:17 musio12 dovecot: lmtp(2082): Fatal: master: service(lmtp): child 2082 killed with signal 11 (core dumped). As far as I could check the message

Re: V1 Dovecot POP3 index migrate to V3

2017-04-26 Thread Umut Arus
Thank you Christian. "pop3_save_uidl = yes" setting resolved the problem. Regards. On Mon, Apr 24, 2017 at 3:07 PM, Christian Balzer wrote: > > Hello, > > On Mon, 24 Apr 2017 14:48:01 +0300 Umut Arus wrote: > > > Hi, > > > > I've very old Dovecot version so I'm trying to migrate new disk and >