Thanks! A step closer. It seems the roundcube logins can be set to ignore certificate errors, but managesieve isn't:
Jul 14 04:34:49 managesieve-login: Info: Disconnected (no auth attempts in 0 secs): user=<>, rip=10.3.69.139, lip=10.3.69.135, TLS handshaking: SSL_accept() failed: error:14094415:SSL routines:ssl3_read_bytes:sslv3 alert certificate expired: SSL alert number 45, session=<d7vVb0VUNlsKA0WL>
This isn't accurate: it is a self-signed cert good until 2025.
While I'm OK with lets encrypt certificates, self-signed certificates should be supported. As I remember, I ran into this problem with roundcube's checks, which is why the ssl://.... and
$config['imap_conn_options'] = array( 'ssl' => array( 'verify_peer' => false, 'verfify_peer_name' => false, ), );
which "managesieve_usetls" seems to ignore.
Any way to get managesieve to function the same way or is this a "pay the cert mafia or else..." situation?
-David
-------- Original Message -------- Subject: Re: [RCU] managesieve From: Noel Butler noel.butler@ausics.net To: users@lists.roundcube.net Date: Fri Jul 14 2017 04:56:31 GMT+0300 (AST)
On 14/07/2017 04:07, David Gessel wrote:
Configuring the manage sieve plugin as:
$config['managesieve_port'] = 4190; $config['managesieve_host'] = 'ssl://mail.domain.tld';
remove ssl://
and set:
$rcmail_config['managesieve_usetls'] = true;
--
Kind Regards,
Noel Butler
This Email, including any attachments, may contain legally privileged information, therefore remains confidential and subject to copyright protected under international law. You may not disseminate, discuss, or reveal, any part, to anyone, without the authors express written authority to do so. If you are not the intended recipient, please notify the sender then delete all copies of this message including attachments, immediately. Confidentiality, copyright, and legal privilege are not waived or lost by reason of the mistaken delivery of this message. Only PDF http://www.adobe.com/ and ODF http://en.wikipedia.org/wiki/OpenDocument documents accepted, please do not send proprietary formatted documents
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users