0
I’m trying to set up a web server in google cloud, so far I’ve managed to set up apache and database, but the web server part is really complicated
I’ve seen dozens of tutorials on how to set up a webserver on Ubuntu 14. * but none of them seem to work on the google cloud engine
I am using postfix to try to configure, viewing the email log tail -f /var/log/mail.log
I was able to send an email from my gmail to my domain and view the log, but when doing otherwise echo 'teste mail' | sendmail [email protected]
i only get the ero of time out Connection connect to gmail-smtp-in.l.google.com[74.125.141.27]:25: Connection timed out
Does anyone know a good article or how to create a mailserver in google cloud?
Managed to check the Firewall rules? it seems you need to enable rules for port 25
– manasouza
@manasouza opa I just answered my question, look down there
– spacedogcs