search for: to_auth_waiting

Displaying 3 results from an estimated 3 matches for "to_auth_waiting".

2009 Nov 21
1
managesieve error
Hello, when using sieve-php and using LOGIN auth, getting: 2009-11-21T15:13:48+0100 managesieve-login: Panic: file client.c: line 449 (client_set_auth_waiting): assertion failed: (client->to_auth_waiting == NULL) 2009-11-21T15:13:48+0100 dovecot: Error: child 8474 (login) killed with signal 6 (core dumps disabled) (latest ip=127.0.0.1) I'm using dovecot 1.2.6 from package debian testing (1:1.2.6-1) -- Lampa
2010 Jul 10
1
managesieve login fails
Hi, when I try to make use of the managesieve capability maillog always shows: server dovecot: managesieve-login: Panic: file client.c: line 449 (client_set_auth_waiting): assertion failed: (client->to_auth_waiting == NULL) server dovecot: dovecot: child 5926 (login) killed with signal 6 (core not dumped) (ip=192.168.1.233) ... and Thunderbirds remote sieve optimizing plugin won't connect ... Otherwhise IMAP & POP authentication, etc. ... is working proper.
2014 Mar 25
0
Disconnected (auth failed, 1 attempts)
.../* we're not currently connected to auth process - don't allow any commands */ client_send_line(client, CLIENT_CMD_REPLY_STATUS, AUTH_SERVER_WAITING_MSG); if (client->to_auth_waiting != NULL) timeout_remove(&client->to_auth_waiting); client->input_blocked = TRUE; break; } else { if (!client_handle_input(imap_client))...