mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #342] What to do when port 25 is closed #282
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ririko5834 on GitHub (Oct 4, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/342
I tried to install anonaddy in docker on oracle free tier instance but it doesn't work - getting connection timeout error logs in console from postfix, port 25 is closed. I have tried to also open it on the firewall on oracle dashboard but it doesn't work.
What should I do?
Is there a way to use a different port?
@willbrowningme commented on GitHub (Oct 4, 2022):
I imagine Oracle have blocked port 25 on their free tier in order to prevent mail spam bots and abuse. You can try contacting them to see if this is the case.
You won't be able to receive emails from other mail servers without port 25 open as they will look up the receiving domain's MX record and then attempt to connect to port 25 on that server.
@ririko5834 commented on GitHub (Oct 6, 2022):
I contated them and they dont want to open it
@ririko5834 commented on GitHub (Oct 6, 2022):
Is there a way to use third-party smtp relay?
@willbrowningme commented on GitHub (Oct 10, 2022):
You can use any mail driver compatible with Laravel - https://laravel.com/docs/9.x/mail#driver-prerequisites
But with port 25 closed you still will not be able to accept messages from other mail servers.
@modaresimr commented on GitHub (Dec 21, 2022):
In oracle you can receive email from port 25 but you can not send email to port 25
Is there any solution to resolve this situation?
@ririko5834 commented on GitHub (Dec 23, 2022):
I host my instance on Contabo