Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google does not allow access to port 25 from a Google instance. #461

Closed
sophatvathana opened this issue Jan 17, 2018 · 1 comment
Closed

Comments

@sophatvathana
Copy link

Google does not allow access to port 25 from a Google instance.(https://cloud.google.com/compute/docs/tutorials/sending-mail/).
So how could I use the different port like 2525? Thanks

@willpower232
Copy link
Collaborator

You can specify the SMTP server port by adding a config value to your postal.yml (see default here: https://github.com/atech/postal/blob/master/config/postal.defaults.yml#L67)

Alternatively, you can keep 25 open and use 2525 as well by using iptables like this #306 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants