View Single Post
  #18  
Old 20th March 2013, 14:03
almere almere is offline
Senior Member
 
Join Date: Nov 2012
Location: Netherlands, Almere
Posts: 154
Thanks: 10
Thanked 13 Times in 12 Posts
Default

Are you sure that port 25 is open in the ISPConfig firewall panel? (System->Firewall->Choose your server and look for 25 in Open TCP ports and Open UDP ports)

Try to disable SELinux.
Code:
sudo echo 0 > /selinux/enforce
Code:
reboot
It should help
Reply With Quote