Displaying 5 results from an estimated 5 matches for "imap_client".
2014 Mar 25
0
Disconnected (auth failed, 1 attempts)
...nothing new read */
return TRUE;
default:
/* something was read */
return TRUE;
}
}
>>>>>>>>>>imap-login/client.c<<<<<<<<<<
static void imap_client_input(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...
2006 Jun 29
3
Secure connection from "localhost" in jails
...t; ======== 8< ======== 8< ======== 8<
dovecot-1.0.rc1/src/imap-login
18:59:44 #> diff -u client.c*
- --- client.c Thu Jun 29 18:59:39 2006
+++ client.c_new Thu Jun 29 18:59:19 2006
@@ -411,7 +411,7 @@
const struct ip_addr *ip)
{
struct imap_client *client;
- - const char *addr;
+ const char *addr, *local_addr;
if (max_logging_users > CLIENT_DESTROY_OLDEST_COUNT &&
hash_size(clients) >= max_logging_users) {
@@ -429,8 +429,10 @@
client->common.tls = ssl;
addr = net_ip2addr(ip)...
2012 Feb 13
5
IMAP-proxy or not with sogo webmail and dovecot backend
We've been collecting some stats to see what kind of benefits
UP/SquirrelMail's IMAP Proxy in for our SOGo webmail users. Dovecot is
running in High-performance mode http://wiki2.dovecot.org/LoginProcess
with authentication caching http://wiki2.dovecot.org/Authentication/Caching
During the weekend two servers (webmail3 and webmail4) has been running
with local imapproxy and two servers
2003 Nov 04
0
PATCH: make local IP address available to auth modules
The attached patch makes the local IP address to which the client
connected available to the authentication modules; i.e., the local IP
address is available for substitution as %i for the mysql and pgsql
modules. We needed this feature to support thousands of our legacy
accounts which are authenticated by username/local_part (not the full
email address) and IP address (one per domain).
Timo,
2020 Mar 11
0
Dovecot Imap-Proxy: openssl_iostream_handle_error
...tream_read_memarea"
#12 0x00007fb7bca1a525 in i_stream_read (stream=0x5646c0a5b5b0) at istream.c:271
_stream = 0x5646c0a5b530
ret = <optimized out>
#13 0x00007fb7bccd2880 in client_read (client=0x5646c0a59940) at client-common.c:1079
No locals.
#14 0x00005646beb83ae3 in imap_client_input (client=<optimized out>) at imap-login-client.c:349
imap_client = 0x5646c0a59940
#15 0x00007fb7bca260c5 in io_loop_call_io (io=0x5646c0a22c80) at ioloop.c:718
ioloop = 0x5646c074ce10
t_id = 2
__func__ = "io_loop_call_io"
#16 0x00007fb7bca27a...