diff -urN imap-2001a/Makefile imap-2001a-modified/Makefile --- imap-2001a/Makefile Mon Oct 22 23:46:33 2001 +++ imap-2001a-modified/Makefile Sat Aug 17 19:01:19 2002 @@ -212,7 +212,7 @@ # gradually-increasing intervals, starting at 2800-2900, and becoming # permanent at 48,300. -EXTRACFLAGS= +EXTRACFLAGS=-DDISABLE_REVERSE_DNS_LOOKUP # Extra linker flags (additional/alternative libraries, etc.) diff -urN imap-2001a/src/imapd/imapd.c imap-2001a-modified/src/imapd/imapd.c --- imap-2001a/src/imapd/imapd.c Wed Nov 14 17:26:07 2001 +++ imap-2001a-modified/src/imapd/imapd.c Sat Aug 17 18:55:51 2002 @@ -37,7 +37,7 @@ #define MINUTES *60 -#define LOGINTIMEOUT 3 MINUTES /* not logged in autologout timer */ +#define LOGINTIMEOUT 1 MINUTES /* not logged in autologout timer */ #define TIMEOUT 30 MINUTES /* RFC 2060 minimum autologout timer */ #define ALERTTIMER 1 MINUTES /* alert check timer */ #define SHUTDOWNTIMER 1 MINUTES /* shutdown dally timer */ diff -urN imap-2001a/src/osdep/unix/Makefile imap-2001a-modified/src/osdep/unix/Makefile --- imap-2001a/src/osdep/unix/Makefile Tue Nov 6 18:16:43 2001 +++ imap-2001a-modified/src/osdep/unix/Makefile Sat Aug 17 19:14:37 2002 @@ -28,8 +28,8 @@ # Extended flags needed for SSL. You may need to modify. -SSLDIR=/usr/local/ssl -SSLCERTS=$(SSLDIR)/certs +SSLDIR=/usr +SSLCERTS=$(SSLDIR)/lib/ssl/certs SSLINCLUDE=$(SSLDIR)/include SSLLIB=$(SSLDIR)/lib