freebsd-ports/net/imapproxy/files/patch-ad
Michael Landin 188b292236 The program forwards all IMAP traffic between the client and the server, but
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)
2003-07-29 16:19:04 +00:00

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>"