View Full Version : IMAP 30 sec. slow probably because of identd
bvvelzen
03-23-2004, 02:33 AM
Hello,
Our IMAP server (is a DA Server) is nonactive for 30 sec. After the 30 sec. it check's very quick. And that is on every account. Now a friend of my said that it is because it's doing idend lookups.
Is this true and how can I switch it off?
Greetings
DirectAdmin Support
03-23-2004, 09:48 AM
Hello,
You could probably just check the /etc/xinetd.d/imap file to look like:
# default: on
# description: imapd
service imap
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
#log_on_success += DURATION USERID
#log_on_failure += USERID
nice = 10
}
This is based on "man xinetd.conf" ... (untested)
John
bvvelzen
03-23-2004, 01:33 PM
This is ours....
# default: on
# description: imapd
service imap
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
}
should I commend out the 2 log_on things?
DirectAdmin Support
03-24-2004, 09:05 AM
Yes, try commenting them out. The reason I say that is because I did "man xinetd.conf"and it said that if USERID is used in the logs, then it will do an ident on the user.
John
lnguyen
08-04-2004, 05:58 PM
How critical are those logs?
jechilt
08-08-2004, 12:42 AM
i experience the long delay at initial connection also...
rem'd out the two lines described but delay still exists...
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.