Replies: 1 comment
-
After a third reboot, the server is working properly again. I can't come up with an explanation why that is, but am relieved to have service. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ok, I know... ISPs block port 25 -- however, I'm on a business plan and mine does not. Further, port 25 is responding with "Connection Refused" on my internal LAN and the Stalwart server itself -- so even if the ISP, or my WAN Firewall were blocking it, I should be able to reach it locally.
So I'm testing on the Stalwart box (which is an LXC on Proxmox) at the console:
I thought maybe it's not binding to the IP properly, so I rebuild the listener with the IP explicitly stated. Same result. So I reset it back to the initial state:
Here's the kicker. This all worked until Sept 4 (three days ago). I had an electrician out for service and had to turn the server off for several hours. When I restarted, suddenly port 25 was refusing connections.
HELP! I'm losing my mind.
For clarity, here are the possible issues I have eliminated:
ISP Blocking Port 25 - The ISP block wouldn't affect my local LAN.
Router Firewall Blocking Port 25 - Again would not affect my local LAN.
Local Firewall on Stalwart Server - As mentioned above, it's an LXC. It has no firewall. Further the Proxmox host also has no firewall:
Other Connectivity Issues - I'm testing on the Stalwart LXC. However, I can also test from machines on a different continent. Port 587 responds instantly with the Stalwart Banner.
Blocked IPs - I have searched Stalwart's blocked IPs. Nothing from my LAN network is in the list, and I've explicitly allowed my LAN network on the Allowed IPs page.
Check the Logs - The logs show no traffic at all for the smtp listener. I see submission, imap, http, etc, but nothing happening on smtp, even when I tail the logs during a connect attempt. Strangely enough, this is true even for a successful connection to the loopback address as above.
Beta Was this translation helpful? Give feedback.
All reactions