
18th April 2012, 14:43
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,075
Thanks: 697
Thanked 4,253 Times in 3,265 Posts
|
|
Seems as if postfix is listening only on locahost, edit the postfix main.cf configuration file, find the inet_interface line and set it to:
inet_interfaces = all
then restart postfix.
|