Displaying 8 results from an estimated 8 matches for "1408f10b".
2020 Sep 27
0
managesieve script 'redirect' fails @ "Error: sieve: ... aborted due to temporary failure; Error: smtp-server: ... failed: SSL_accept() failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number"; direct send OK ?
i've been able to consistently reproduced the issue. no luck ID'ing the specific cause, yet.
fyi, i've asked as well @
http://postfix.1071664.n5.nabble.com/local-postfix-re-delivery-of-dovecot-sieve-redirected-mail-fails-normal-direct-deliveries-are-OK-td107691.html
with slightly simple config and cleaner log detail.
2020 Sep 27
1
managesieve script 'redirect' fails @ "Error: sieve: ... aborted due to temporary failure; Error: smtp-server: ... failed: SSL_accept() failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number"; direct send OK ?
adding a second, non-redirect action to the sieve rule in order to test,
+ require ["copy","fileinto"];
# rule:[SIEVETEST]
if header :contains "subject" "SIEVETEST"
{
+ fileinto :copy "testing";
redirect "user2 at example2.com";
}
on send exec, the 'fileinto' action does work as expected.
the 'redirect' fails
2020 Sep 26
2
managesieve script 'redirect' fails @ "Error: sieve: ... aborted due to temporary failure; Error: smtp-server: ... failed: SSL_accept() failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number"; direct send OK ?
...ed due to temporary failure (user logfile /srv/mail/sieve-scripts/user2 at example2.net.sieve.log may reveal additional details)
2020-09-26 16:07:06 submission-login: Error: smtp-server: conn 10.0.1.17:50578 [1]: Connection lost: read((conn:10.0.1.17:50578,id=1)) failed: SSL_accept() failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number
2020-09-26 16:07:06 submission-login: Info: Read failure (client didn't send a cert): user=<>, rip=10.0.1.17, lip=10.0.1.17, TLS handshaking: SSL_accept() syscall failed: Invalid argument
2020-09-26 16:07:06 lmtp(7461): Info: Disconnect...
2020 Jun 23
1
Apple mail works but thunderbird unable to connect
I disabled postscreen and enabled logging, I have all ports working except
993, in log when I try to connect on port 993
dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>,
rip=10.244.0.24, lip=10.244.0.108, TLS handshaking: SSL_accept() failed:
error:1408F10B:SSL routines:ssl3_get_record:wrong version number,
session=<rEH6ocGoOtUK9AAY>
I found that I could disable ssl3 by "ssl_protocols = !SSLv2 !SSLv3" but
this option is not working (dovecot 2.3.10.1 (a3d0e1171)
On Tue, Jun 23, 2020 at 6:27 PM Michael Peddemors <michael at linuxmag...
2016 Nov 16
2
New Gmail Android App and Dovecot
...and
other tools I use, but just not the android version of Gmail. When I
attempt to pick up mail i see the below error in my log file.
_Nov 16 14:18:56 ns1 dovecot: imap-login: Disconnected (no auth attempts
in 0 secs): user=<>, rip=10.10.10.198, lip=10.1.1.10, TLS: SSL_read()
failed: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
number, session=<73vF8W9BdgCmrL7G>_
Disconnect and no new e-mail. There is no error in the Gmail app that I
can find. The Gmail app works fine with my other accounts (Gmail, work,
etc) so I am wondering if it is a configuration issue on my side or...
2010 Jan 31
1
v2.0.beta2 released
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta2.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta2.tar.gz.sig
I tried to keep the configuration and APIs compatible with v2.0.beta1,
but unfortunately there were a few things that really had to be changed:
1. passdbs and userdbs have now a separate "driver" setting inside them.
So for example if you had:
userdb passwd {
2010 Jan 31
1
v2.0.beta2 released
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta2.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta2.tar.gz.sig
I tried to keep the configuration and APIs compatible with v2.0.beta1,
but unfortunately there were a few things that really had to be changed:
1. passdbs and userdbs have now a separate "driver" setting inside them.
So for example if you had:
userdb passwd {
2020 Jun 23
2
Apple mail works but thunderbird unable to connect
Am 23.06.2020 um 07:33 schrieb Bernardo Reino:
> If you use postfix a "workaround" is to temporarily disable postscreen,
> which IIRC is the one (rightly) complaining about the improper pipelining.
>
> Cheers,
> Bernardo Reino
No, submitting on SMTP port 25 would be the wrong step. There's
submission on port 587 or submissions (formerly called smtps) on port
465