Hi,
I haven't been able to pop into any of my email accounts after installing
vpopmail etc. I think the problem is in my xinetd.conf file.
Here is the error from the pop3d log.
----------------------------------------------------------------------------
----------
@400000003d5e5708164fa1bc tcpserver: fatal: unable to bind: address already
used
----------------------------------------------------------------------------
----------
This is my current xinetd.conf configuration.
----------------------------------------------------------------------------
----------
service pop3
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /var/qmail/bin/qmail-popup
server_args = foo.bar.com /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir
log_type = FILE /var/log/xinetd.log
log_on_success = HOST
log_on_failure = HOST RECORD
}
-----------------------------------------------------------
Thanks in advance.
Brett