Am 18.10.2010 22:02, schrieb Dotan Cohen:
On the server, it looks like everything is running as it should: [root@mercury ~]# service postfix status master (pid 31800) is running... [root@mercury ~]# service dovecot status dovecot (pid 29751) is running... [root@mercury ~]# netstat -anp --tcp --udp | grep LISTEN | grep 25 tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 31800/master [root@mercury ~]#
The daemon is bound to localhost only.
What could I be missing? The logs are clean.
postconf -e 'inet_interfaces = all'
service postfix restart
Alexander