SMTP email out on godaddy server
The dedicated server on Go Daddy could not send email out. This was because Go Daddy block the port for smtp, a support from Go Daddy told us that we have to use k2smtpout.secureserver.net for sending out mails from our server.
So set this server name on my postfix configuration. Edit the file /etc/postfix/main.cf. edit the following:
relayhost = k2smtpout.secureserver.net
thats all and it works!... really funny must do this way in godaddy
Tags:
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

did you have to reboot for it to take effect? i want to avoid this if possible hon