Hi again. I realize Mandrake 7.1 uses extended inetd.conf file thru XINETD.CONF, and also has a xinetd.d directory.
Iam trying to run an IMAP server. I edit imaps file and it looks like:
service imaps
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapsd
log_on_success += DURATION USERID
log_on_failure += USERID
disable = no
}
It seems to be OK but when I'm trying to connect to telnet thru port 143 it closes the connection immediately (and guess this is why I can't connect using PHP)
What can I do ?
Thanks in advance.
CELH