188b292236
keeps the connection to the server alive after the client logs out. When the same user attempts to log in again, the proxy will use the cached username/password pair to authenticate the client, and tie the new client to the old server connection (which was kept alive) PR: 54977 Submitted by: Lasse L. Johnsen Approved by: roberto (mentor)
11 lines
376 B
Text
11 lines
376 B
Text
--- include/defines.h.orig Mon Jul 28 12:41:58 2003
|
|
+++ include/defines.h Mon Jul 28 12:42:27 2003
|
|
@@ -45,7 +45,7 @@
|
|
|
|
#define DEFAULT_MAX_REUSE 0
|
|
|
|
-#define DEFAULT_CONFIG_FILE ".imapproxy"
|
|
+#define DEFAULT_CONFIG_FILE "/usr/local/etc/imapproxy.conf"
|
|
#define VERSION "v0.9-3"
|
|
#define PROGNAME "ImapProxy"
|
|
#define AUTHOR "Steven Van Acker <imapproxy@kuleuven.net>"
|