service hotwayd {
disable = no
type = unlisted
socket_type = stream
protocol = tcp
wait = no
user = nobody
groups = yes
server = /usr/local/sbin/hotwayd
log_on_failure += USERID
log_on_success += PID HOST EXIT
port = 110
}
If you don't want hotway to listen on the POP3 port (110), for instance if you already have a POP3 mail program running, then in the value for 'port' you can fill out 1100 instead of 110, or any port that is not in use yet on your computer.
/etc/init.d/xinetd restart
telnet 127.0.0.1 110Or 1100 if you chose that as hotway port, or any other port you chose.
Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refusedThen you might need to check whether your /etc/hosts.allow allows access to hotway.
hotwayd: 127.0.0.1