Re: Pigeonhole / Bug with "duplicate" ?

2017-04-27 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 a

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

2017-04-27 Thread Poliman - Serwis
I turned of ssl_cipher_list in dovecot.conf file (so it's default) but test still gives errors: Apr 27 08:55:06 serwer-1 dovecot: pop3-login: Error: SSL: Stacked error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol Apr 27 08:55:06 serwer-1 dovecot: pop3-login: Error: SSL: Stac

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

2017-04-27 Thread Poliman - Serwis
Cipher list which You post provide better compatibility or security than those which I currently have? On older software version these cipher list works well and not generate any errors when I run Internal PCI scan test from https://cloud.tenable.com for another server. But for new server with newe

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

2017-04-27 Thread Aki Tuomi
> On April 27, 2017 at 10:55 AM Poliman - Serwis wrote: > > > Thank You for answers. But: > 1. How should be properly configured ssl_cipher_list? ssl_cipher_list = ALL:!kRSA:!SRP:!kDHd:!DSS:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@STRENGTH To disable non-EC DH, use: ssl_cip

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

2017-04-27 Thread Poliman - Serwis
Thank You for answers. But: 1. How should be properly configured ssl_cipher_list? 2. Ok, removed !TLSv1 !TLSv1.1. 3. Strange thing with ssl_protocols and ssl_cipher_list, because on older server on Ubuntu 14.04 LTS, dovecot 2.2.9 and postfix 2.11.0 these two lines looks exactly this same and no err