On Sat, Mar 14, 2015 at 03:39:24PM -0700, Talen-J wrote: > I have checked with netcat and connection is timing out to > gmail-smtp-in.l.google.com (173.194.78.26).
You say your hosting provider is blocking port 25. I am puzzled that you're suprised when you're unable to make outbound connections to port 25. > ... > readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES > sample_directory = /usr/share/doc/postfix-2.10.1/samples > ... No relayhost setting to route email via the providers email relay or a suitable submission service. > Mar 14 19:11:24 server postfix/smtp[9734]: connect to > mx2.hotmail.com[65.55.33.135]:25: Connection timed out Port 25 is blocked as you say. Therefore, you can't send mail directly to remote domains. That's what the port 25 block is for. You need to relay via some other server. Often that's the provider's server. It is there to try and make sure hosted machines are not spamming. -- Viktor.