error ssl stacked error routines

2017-04-25 Thread Poliman - Serwis
Hi I have configured one line in postfix main.cf (after configure each line I check /var/log/mail.err): smtpd_tls_dh1024_param_file = /etc/postfix/dh2048.pem After setup above line I have error in above log file (these 4 lines looped): Apr 25 14:08:09 serwer-1 dovecot: imap-login: Error: SSL:

[BUG] OpenSSL function has been deprecated

2017-04-25 Thread Peter van der Does
In src/lib-ssl-iostream/iostream-openssl-params.c a call is made to DH_generate_parameters. This function has been deprecated since OpenSSL 0.9.8. With OpenSSL 1.1 compilation will throw an error. Not sure how to send patches, I don't even know if the patch I wrote actually works (I don't

Re: Issue with POP3s TLS/SSL on port 995 on Outlook 2016

2017-04-25 Thread @lbutlr
On 2017-04-24 (02:05 MDT), Benny Pedersen wrote: > > Aki Tuomi skrev den 2017-04-24 09:16: > >> We consider 2.2.28 stable release. > > Timo reported one bug in 2.2.28, so not so stable That’s possibly the silliest statement I’ve ever heard on any mailing list ever. *ALL*

Re: building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
> On Apr 25, 2017, at 7:54 PM, Peter van der Does > wrote: > > Kevin, > > Regarding the configuration error, your missing a package: > zlib1g-dev Thanks! I guess default-libmysqlclient-dev drags in zlib1g-dev for some reason that the Oracle package doesn’t.

Re: building Dovecot in Debian 9

2017-04-25 Thread Peter van der Does
Kevin, Regarding the configuration error, your missing a package: zlib1g-dev As far as the deprecation warning, it's a bit more complicated. The source of Dovecot needs to be patched to check for the OpenSSL version and depending on the version use a different DH_generate_numbers function.

Streaming out?

2017-04-25 Thread Michael Segel
Hi, Has anyone tried to write out a mail stream to Kafka? Are there any good write ups on this feature? Can you split the mail so that you still write to a MailDir and also write to a stream? Thx -Mike

fts error recovery

2017-04-25 Thread Daniel Miller
When a message is received, that is supposed to be added to the fts index, and an fts error occurs (like the Solr server is offline for some reason) - Dovecot logs that error and stores the message. Later, the fts system is available and new messages are added to the fts index without issue.

Re: building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
> On Apr 25, 2017, at 5:37 PM, KT Walrus wrote: > > Also, I spotted a deprecation warning that you might want to look into since > it has to do with building against OpenSSL 1.1 (which is the default version > for Debian 9). Oops!!! Forgot to attach the warning: libtool:

Re: building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
Dockerfile.debian9 Description: Binary data

Re: building Dovecot in Debian 9

2017-04-25 Thread Peter van der Does
On 4/25/17 4:06 PM, KT Walrus wrote: > >> On Apr 25, 2017, at 2:16 PM, Peter van der Does >> wrote: >> >> You might have to install the package default-libmysqlclient-dev from >> the Debian repo. > > Isn’t that the MariaDB package? I don’t really want to mix MariaDB

Re: building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
> On Apr 25, 2017, at 2:16 PM, Peter van der Does > wrote: > > You might have to install the package default-libmysqlclient-dev from > the Debian repo. Isn’t that the MariaDB package? I don’t really want to mix MariaDB with MySQL (even though they are probably still

Re: Pigeonhole / Bug with "duplicate" ?

2017-04-25 Thread 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"]; > fileinto "Duplicate"; > stop; > } > > if

Re: building Dovecot in Debian 9

2017-04-25 Thread Peter van der Does
You might have to install the package default-libmysqlclient-dev from the Debian repo. Peter On 4/25/17 1:37 PM, KT Walrus wrote: > I’m trying to build Dovecot 2.2.29.1 in a Docker container today and have the > following error in ./configure: > > checking for shadow.h... yes > checking for

building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
I’m trying to build Dovecot 2.2.29.1 in a Docker container today and have the following error in ./configure: checking for shadow.h... yes checking for pam_start in -lpam... no checking for auth_userokay... no checking for mysql_config... mysql_config checking for mysql_init in -lmysqlclient...

namespace alias issues?

2017-04-25 Thread Kelsey Cummings
The Courier IMAP backwards compatibility section in the Namespaces wiki suggests that hidden aliased namespace can cause problems for some clients but doesn't quantify the extent or likelihood of running into these problems. Does anyone with real world experience with similar configurations have

Pigeonhole / Bug with "duplicate" ?

2017-04-25 Thread 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"]; fileinto "Duplicate"; stop; } if address :contains "to" "user.em...@example.com" { addflag