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

Mail Sending to External domains #218

Closed
tharangar opened this issue May 23, 2019 · 3 comments
Closed

Mail Sending to External domains #218

tharangar opened this issue May 23, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@tharangar
Copy link
Contributor

Mails are not sent once it is configured in GCP.
This issue should be investigated

@tharangar tharangar added the bug Something isn't working label May 23, 2019
@tharangar tharangar added this to the Milestone 18 May milestone May 23, 2019
@tharangar tharangar self-assigned this May 23, 2019
@tharangar
Copy link
Contributor Author

copper email solution used port number 25 for smtp mail sending.
But GCP has blocked port 25 for mail sending.
https://cloud.google.com/compute/docs/tutorials/sending-mail/

So it is good to up the system with port 465.
We are working on it now.

@tharangar
Copy link
Contributor Author

GCP had proposed to use NAT to use another port like 465 and 587 instead of 25. But the issue is our kubernetes cluster has loadbalancer type service which is opened to internal. This is not the NAT implementation architecture. Other option GCP had proposed is mail relay. There are free mailrelays we can use our perpose until we build our own one.

@tharangar
Copy link
Contributor Author

We could complete mail sending to external domain using a external mail rellay only. When we try to communicate with standard email ports with external mail servers those outbound traffic is blocked in GCP. So we configured our own mail relay in AWS and connected with it from port 2525. Now external mail sending is ok .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant