From: Larry on
Hi,

I setting up a new mail server with postfix for smtp and dovecot for pop3 on
a CentOS 4 machine. Both postfix (2.4.5) and dovecot (1.0.3) are built from
source.

I am unable to make dovecot listen to the ethernet interface despite "
protocol pop3 { listen = *:110 ..." in dovecot.cfg.
Output from netstat -plutn | grep 110 :
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 4382/dovecot

I have also tried "listen = mail02:110" and "listen = *"

Any ideas what I am missing?

Thanks,
Larry

Ps. Sorry if this message does not belong in postfix group, but that is the
closest mail-related group I could find.


From: Larry on
Never mind - it works fine (I just did not realize that 0.0.0.0 means "all
IPv4 interfaces").

Larry