On Tue, 25 Mar 2003, Henry Blackman wrote:
> How do I switch off reverse dns lookup off in the imapd server version
> 2002b.
In imap-2002b/src/osdep/unix/tcp_unix.c, change the line reading:
static long allowreversedns = T;/* allow reverse DNS lookup */
to:
/* emergency: disable reverse DNS */
static long allowreversedns = NIL;
WARNING: this is not something that you should decide to do lightly. It
will break some forms of authentication, as well as reduce the usefullness
of the syslogs.
-- Mark --
http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.