Quote:
Originally Posted by falko
Your POP3 daemon isn't running. Please start it.
|
Weird, Yast reported that Dovecot was set up for runlevel 3 & 5 but it wasn't running. I started it manually and it it returned "Success" I rebooted the system and it started normally.
Now netstat -tap
Code:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:imap *:* LISTEN 2222/dovecot
tcp 0 0 *:sunrpc *:* LISTEN 1593/rpcbind
tcp 0 0 *:ftp *:* LISTEN 2440/pure-ftpd (SER
tcp 0 0 xxxx.c:domain *:* LISTEN 1934/named
tcp 0 0 xxxx.c:domain *:* LISTEN 1934/named
tcp 0 0 localhost:domain *:* LISTEN 1934/named
tcp 0 0 *:ssh *:* LISTEN 1635/sshd
tcp 0 0 localhost:ipp *:* LISTEN 2176/cupsd
tcp 0 0 *:smtp *:* LISTEN 2323/master
tcp 0 0 localhost:953 *:* LISTEN 1934/named
tcp 0 0 localhost:10024 *:* LISTEN 2362/amavisd (maste
tcp 0 0 localhost:10025 *:* LISTEN 2323/master
tcp 0 0 *:mysql *:* LISTEN 2115/mysqld
tcp 0 0 *:pop3 *:* LISTEN 2222/dovecot
tcp 0 0 localhost:dyna-access *:* LISTEN 1657/clamd
tcp 0 1204 Golf1.greenway.co.u:ssh host86-130-190-14:50057 ESTABLISHED 2522/0
tcp 0 0 *:sunrpc *:* LISTEN 1593/rpcbind
tcp 0 0 *:http-alt *:* LISTEN 2403/httpd2-prefork
tcp 0 0 *:www-http *:* LISTEN 2403/httpd2-prefork
tcp 0 0 *:sunproxyadmin *:* LISTEN 2403/httpd2-prefork
tcp 0 0 *:ftp *:* LISTEN 2440/pure-ftpd (SER
tcp 0 0 *:domain *:* LISTEN 1934/named
tcp 0 0 *:ssh *:* LISTEN 1635/sshd
tcp 0 0 localhost:ipp *:* LISTEN 2176/cupsd
tcp 0 0 *:smtp *:* LISTEN 2323/master
tcp 0 0 localhost:953 *:* LISTEN 1934/named
tcp 0 0 *:https *:* LISTEN 2403/httpd2-prefork
tcp 0 0 *:microsoft-ds *:* LISTEN 2501/smbd
tcp 0 0 *:netbios-ssn *:* LISTEN 2501/smbd
tcp 0 0 localhost:45154 localhost:ftp TIME_WAIT -
tcp 0 0 localhost:39589 localhost:www-http TIME_WAIT -
and iptables-L is
Code:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
but still no pop3 mail delivery.
Thanks for the help, Falko.
regards
Rick