debug updates

using localhost, dovecot reports timeout for 15s which i set in RC

but using ssl://localhost, dovecot reports timeout for 0s

notice the attempts to access mysql modules

[email protected] wrote:
> how is the following error alleviated ?
> 
> IMAP Error in /roundcube/program/lib/Roundcube/rcube_imap.php (184):
> Login failed for user from 1.2.3.4. Empty startup greeting (localhost:993)
> 
> thanks in advance for any solutions
> _______________________________________________
> Roundcube Users mailing list
> [email protected]
> http://lists.roundcube.net/mailman/listinfo/users



dovecot debug enabled

auth_verbose=yes
auth_debug=yes
auth_debug_passwords=yes
mail_debug=yes
verbose_ssl=yes
auth_verbose_passwords=plain



localhost

IMAP Error in /roundcube/program/lib/Roundcube/rcube_imap.php
(184):Login failed for user from 1.2.3.4. Empty startup greeting
(localhost:993)

 dovecot: imap-login: Debug: SSL: elliptic curve secp384r1 will be used
for ECDH and ECDHE key exchanges
 dovecot: imap-login: Debug: SSL: elliptic curve secp384r1 will be used
for ECDH and ECDHE key exchanges
 dovecot: imap-login: Debug: SSL: where=0x10, ret=1: before/accept
initialization [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: before/accept
initialization [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2002, ret=-1: SSLv2/v3 read
client hello A [127.0.0.1]
 dovecot: auth: Debug: Loading modules from directory:
/usr/lib/dovecot/modules/auth
 dovecot: auth: Debug: Module loaded:
/usr/lib/dovecot/modules/auth/libdriver_mysql.so
 dovecot: auth: Debug: Read auth token secret from
/var/run/dovecot/auth-token-secret.dat
 dovecot: auth: Debug: auth client connected (pid=14412)
 dovecot: imap-login: Disconnected (no auth attempts in 15 secs):
user=<>, rip=127.0.0.1, lip=127.0.0.1, TLS handshaking: Disconnected,
session=<xBTDACQFbQB/AAAB>

connection to imap server failed



ssl://localhost

IMAP Error in /var/www/htdocs/rc/program/lib/Roundcube/rcube_imap.php
(184): Login failed for example.com from 1.2.3.4. Could not connect to
ssl://localhost:993: Unknown reason

Failed login for example.com from 85.17.92.143 in session
ukv99kdv3k78hgjca7pkobom71 (error: -2)

 dovecot: imap-login: Debug: SSL: elliptic curve secp384r1 will be used
for ECDH and ECDHE key exchanges
 dovecot: imap-login: Debug: SSL: elliptic curve secp384r1 will be used
for ECDH and ECDHE key exchanges
 dovecot: imap-login: Debug: SSL: where=0x10, ret=1: before/accept
initialization [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: before/accept
initialization [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 read client
hello A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 write
server hello A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 write
certificate A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 write key
exchange A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 write
server done A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 flush data
[127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2002, ret=-1: SSLv3 read
client certificate A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2002, ret=-1: SSLv3 read
client certificate A [127.0.0.1]
 dovecot: auth: Debug: Loading modules from directory:
/usr/lib/dovecot/modules/auth
 dovecot: auth: Debug: Module loaded:
/usr/lib/dovecot/modules/auth/libdriver_mysql.so
 dovecot: auth: Debug: Read auth token secret from
/var/run/dovecot/auth-token-secret.dat
 dovecot: auth: Debug: auth client connected (pid=14420)
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 read client
key exchange A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 read
finished A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 write
session ticket A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 write
change cipher spec A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 write
finished A [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2001, ret=1: SSLv3 flush data
[127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x20, ret=1: SSL negotiation
finished successfully [127.0.0.1]
 dovecot: imap-login: Debug: SSL: where=0x2002, ret=1: SSL negotiation
finished successfully [127.0.0.1]
 dovecot: imap-login: Debug: SSL alert: close notify [127.0.0.1]
 dovecot: imap-login: Disconnected (no auth attempts in 0 secs):
user=<>, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<DmZdByQFbwB/AAAB>

connection to imap server failed

_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to