Displaying 2 results from an estimated 2 matches for "auth_client_is_connected".
2006 Dec 13
2
Authorization client connect failing
...ebugging code as requested to
help track down the problem, although it may take a few days for the
server to hang again. I hope someone can help me figure out the problem
so my mail server works reliably!
Here is a successful login attempt.
Dec 9 10:34:45 myhost dovecot: imap-login: DEBUG::
auth_client_is_connected?
Dec 9 10:34:45 myhost dovecot: imap-login: DEBUG::
auth_client_get_available_mechs
Dec 9 10:34:45 myhost dovecot: imap-login: DEBUG:: auth_client_new
Dec 9 10:34:45 myhost dovecot: imap-login: DEBUG:: auth_client_new_external
Dec 9 10:34:45 myhost dovecot: imap-login: DEBUG::
auth_client_con...
2014 Mar 25
0
Disconnected (auth failed, 1 attempts)
...nput(struct client *client)
{
struct imap_client *imap_client = (struct imap_client *)client;
if (!client_read(client))
return;
client_ref(client);
o_stream_cork(imap_client->common.output);
for (;;) {
if (!auth_client_is_connected(auth_client)) {
/* 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);...