[CentOS] Not receiving mail

Mon Oct 18 20:06:44 UTC 2010
Alexander Dalloz <ad+lists at uni-x.org>

Am 18.10.2010 22:02, schrieb Dotan Cohen:
> On the server, it looks like everything is running as it should:
> [root at mercury ~]# service postfix status
> master (pid 31800) is running...
> [root at mercury ~]# service dovecot status
> dovecot (pid  29751) is running...
> [root at 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 at 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