12 Mar
2005
12 Mar
'05
10:06 p.m.
On Fri, 2005-03-11 at 10:13 +0100, Andreas Goertz wrote:
i'm using dovecot with rawlog enabled. Well, i need to log the IP of the user, too. Could you give me a hint, how this can be implemented?
0.99.x or 1.0-test? In any case to rawlog.c something like:
struct ip_addr ip; if (net_getpeername(proxy->client_in_fd, &ip, NULL) == 0) i_info("ip address = %s", net_ip2addr(&ip));