Rajiv Gore wrote:
Hi I want to use Dovecot as POP3 server. Config file is changed to indicate IMAP , POP3 On starting Dovecot I get an error indicating "listen(110) failed: Address already in use" lsof -i :110 indicates Xinetd is using this port. How do I get POP3 to use this port. Regards
cd /etc/xinetd.d ls see any pop3 server there? vi [name of pop3 server you just spotted] change disable=false to disable=true /etc/init.d/xinetd restart -- Ken Anderson Pacific.Net