Volker Sauer wrote:
I'm running bincimap with xinetd. It listens on both: 143 and 993.
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
group = root
instances = UNLIMITED
server = /usr/sbin/bincimap-up
server_args = --conf=/etc/bincimap/bincimap.conf
--logtype=syslog -- /usr/bin/checkpassword /usr/sbin/bincimapd
log_type = SYSLOG daemon info
}
Are you sure that xinetd is listening on port 143? In the xinetd sample
file that come with binc, the service line is "service imap". I had to
change it to "service imap2", since it is the name associated with port
143 in my /etc/services file. You should verify that with a port
scanner like nmap.
--
Simon Comeau Martel
[EMAIL PROTECTED]