Falko,
I found the command on the forum and now this is what I get:
Code:
[root@ccs02 ]# chkconfig ipop3 off
[root@ccs02 ]# service dovecot start
Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use
[FAILED]
[root@ccs02 ]# /etc/init.d/dovecot start
Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use
[FAILED]
So I wanted to know what is using the imap port 143 and of coarse so I ran a netstat:
Code:
[root@ccs02 ]# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:imaps *:* LISTEN 1723/xinetd
tcp 0 0 *:32769 *:* LISTEN 1451/rpc.statd
tcp 0 0 *:pop3s *:* LISTEN 1723/xinetd
tcp 0 0 *:mysql *:* LISTEN 1813/mysqld
tcp 0 0 *:imap *:* LISTEN 1723/xinetd
tcp 0 0 *:sunrpc *:* LISTEN 1434/portmap
tcp 0 0 *:81 *:* LISTEN 2109/ispconfig_http
tcp 0 0 *:ftp *:* LISTEN 3765/proftpd: (acce
tcp 0 0 10.79.33.186:domain *:* LISTEN 2386/named
tcp 0 0 smtp.correaconsultin:domain *:* LISTEN 2386/named
tcp 0 0 10.79.33.50:domain *:* LISTEN 2386/named
tcp 0 0 ccs02.correaconsulti:domain *:* LISTEN 2386/named
tcp 0 0 ccs02.correaconsulting.:ipp *:* LISTEN 3855/cupsd
tcp 0 0 ccs02.correaconsulting:5335 *:* LISTEN 1664/mDNSResponder
tcp 0 0 *:smtp *:* LISTEN 3914/master
tcp 0 0 ccs02.correaconsulting:rndc *:* LISTEN 2386/named
tcp 0 0 smtp.correaconsulting:mysql correaconsulting.com:1161 ESTABLISHED 1813/mysqld
tcp 0 0 *:http *:* LISTEN 2288/httpd
tcp 0 0 *:ssh *:* LISTEN 1715/sshd
tcp 0 0 *:https *:* LISTEN 2288/httpd
tcp 0 2816 ccs02.sthenrygresham.or:ssh ::ffff:72.11.127.232:1324 ESTABLISHED 18078/sshd: postmas
Do I stop xinetd and start dovecot or what?
Jorge