Zpanel Outlook 2010 Fix
From MS Computech
วิธีการแก้ไข Connection problem SMTP port 25 block by isp ไม่สามารถเชื่อมต่อเมลโดยใช้ Outlook ทำได้โดย STEP1: แก้ไขไฟล์
#vi /etc/postfix/master.cf
STEP2: เพิ่ม Config ในไฟล์
submission inet n - n - - smtpd
SAVE & EXIT
STEP3: (open port number 587)
#iptables -A INPUT -p tcp -m tcp --dport 587 -j ACCEPT
STEP4: รีสตาร์ท postfix
#service postfix restart
STEP5: (use below outlook settings) POP3 & SMTP Address: mail.yourdomain.com POP3 Port: 25 SMTP Port: 587