Displaying 4 results from an estimated 4 matches for "net_ip_compar".
Did you mean:
net_ip_compare
2008 Jan 05
1
Problems with AUTH=PLAIN in pop3
...0.10/src/pop3-login/client.c.orig 2008-01-05
00:44:14.000000000 -0500
+++ dovecot-1.0.10/src/pop3-login/client.c 2008-01-05 00:44:30.000000000
-0500
@@ -331,7 +331,7 @@
client->created = ioloop_time;
client->refcount = 1;
client->common.tls = ssl;
- client->common.secured = ssl || net_ip_compare(ip, local_ip);
+ client->common.secured = ssl;
client->common.local_ip = *local_ip;
client->common.ip = *ip;
---
but still not able to make it not accept AUTH PLAIN authentication from
the same ip. I'm missing something?
On the other hand, if I set disable_plaintext_auth to ye...
2011 Mar 25
1
Ignored proxy_maybe var and no local login when "host = Proxy FQDN"
...destuser = *tmp + 9;
}
if (host == NULL || net_addr2ip(host, &ip) < 0) {
/* broken setup */
T_BEGIN {
i_debug("BROKEN SETUP %s", host);
} T_END;
return FALSE;
}
if (!net_ip_compare(&ip, &request->local_ip)){
T_BEGIN {
i_debug("%s", "IPS NOT EQUAL");
}T_END;
return FALSE;
}
if (port != NULL && !str_uint_equals(port, request->local_port)){...
2006 Jun 29
3
Secure connection from "localhost" in jails
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear dovecot developers,
first: thanks for this really cool imapd, on my server it serves some
hundred domains, all in all some thousand users, some having hundred
thousand mails in their Maildirs (their spam boxes mostly).
Since I put this installation in an FreeBSD geli encrypted disc image I
had no choice but to choose an imapd with clever
2018 Mar 04
1
2.2.34 fails to build on OpenBSD
...libs/libssl_iostream_openssl.so: undefined reference to `buffer_free'
.libs/libssl_iostream_openssl.so: undefined reference to `t_strdup_printf'
.libs/libssl_iostream_openssl.so: undefined reference to
`buffer_get_writable_size'
.libs/libssl_iostream_openssl.so: undefined reference to `net_ip_compare'
.libs/libssl_iostream_openssl.so: undefined reference to `o_stream_cork'
.libs/libssl_iostream_openssl.so: undefined reference to `t_str_new'
.libs/libssl_iostream_openssl.so: undefined reference to `t_strconcat'
collect2: ld returned 1 exit status
Error while executing cc -o .lib...