On Wed, 24 Dec 2003 12:14:43 -0800, you wrote: >> logon_success += DURATION > >That should read "log_on_success += DURATION". "logon_success" is not >a recognized option. > >> log_on_failure += HOST >> } > >Unless you implement reverse DNS, use reverse DNS, or put all of the >possible reverse lookups in your /etc/hosts file, then I'd remove all >references to the "HOST" parameter since any reverse DNS lookup will >fail and have to time out. Also check the other files in /etc/xinetd.d >to see if there are any other references to the HOST parameter (such >as in "imap"). Thanks!