On Wed, 24 Dec 2003 10:19:08 -0800, you wrote: >Steven Stern wrote: >> On Wed, 24 Dec 2003 18:16:44 +0100, you wrote: >> > >You could still be having DNS issues...especially if you are using >ident. Check the xinetd.d POP startup stuff (typically >/etc/xinetd.d/ipop3) and see if you have something like > > log_on_* += HOST > >If so, delete the HOST bit or comment out the line(s). That causes a >reverse DNS lookup to be done for the client so the client FQDN can >be logged. I changed it to below, and it seems faster. service pop3 { disable = no socket_type = stream wait = no user = root server = /usr/sbin/ipop3d # log_on_success += HOST DURATION logon_success += DURATION log_on_failure += HOST }