Zitat von Matt Hayes <domin...@slackadelic.com>:
On 3/21/2011 9:25 AM, lance raymond wrote:
I am close to having this production server in place and working,
running on CentOS 5 patch updated (thanks Steve). I have mysql working
nicely with dovecot, and can send mail using both squirrelmail and
roundcube but all outsite mail in is refused. An outside port scan
shows 25 as closed, and a netstat internal shows;
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign
Address State PID/Program name
tcp 0 0 0.0.0.0:3306 <http://0.0.0.0:3306>
0.0.0.0:* LISTEN 18627/mysqld
tcp 0 0 127.0.0.1:25 <http://127.0.0.1:25>
0.0.0.0:* LISTEN 2080/master
Your bind-address is 127.0.0.1 aka. "localhost". Have a look in
main.cf for the setting inet_interfaces, it should be "all" not
"localhost".
Regards
Andreas