--Lukas Vesely wrote on 29.04.2002 19:21 +0200:

>       Hi,
> can I make Courier to log also reverse DNS translations (not only IP
> addresses) of incoming connections ?

In courieresmtpd.c, line 999 insert someting like:

clog_msg_str(",host=");
clog_msg_str(tcpremoteip);

The same with pop3d and imapd, or use some logresover-utility
for webservers.

Roland


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to