SMTP timeout after updating to 8.3.1
-
I recently upgraded my Cloudron and have been running into an apparent bug with the SMTP relay.
Without changing any settings, suddenly the connection to my Postmark SMTP relay times out, and won't connect. I tried with a Fastmail SMTP server and this has the same issue.
The only things that have changed:
- I upgraded the size of the instance on Digital Ocean
- I upgraded to the latest version of Cloudron
Any idea what could be causing this? I can’t schedule meetings or receive notifications, and my Cloudron runs my company of 6 people currently, so this is critical.
-
Is that something I should or should not turn on?
I tried configuring but got the following error:
-
For the first command (curl):
curl: (7) Failed to connect to ipv6.api.cloudron.io port 443 after 1055 ms: Couldn't connect to server
For the second command (host):
ipv6.api.cloudron.io has IPv6 address 2604:a880:800:10::b66:f001
-
For the first command (curl):
curl: (7) Failed to connect to ipv6.api.cloudron.io port 443 after 1055 ms: Couldn't connect to server
For the second command (host):
ipv6.api.cloudron.io has IPv6 address 2604:a880:800:10::b66:f001
@rupertsworld so DNS resolution is working. You can try
ping6 2604:a880:800:10::b66:f001
. It looks like there is some IPv6 networking issue in your server. Maybe you can disable IPv6 altogether and also in Cloudron Network -> IPv6 disable it (then Sync DNS as well to remove the AAAA DNS entries). -
I disabled IPv6 & synced everything, but still cannot connect to an SMTP server (having major problems sending people calendar invites at the moment)
-
I disabled IPv6 & synced everything, but still cannot connect to an SMTP server (having major problems sending people calendar invites at the moment)
-
OK so I need to go through some steps to disable IPv6 on the command line of my Droplet.
But I'm confused – I only enabled IPv6 in response to the first comment here, which I interpreted as suggesting I enable it. So, is IPv6 responsible for the SMTP server connection failures?
-
I've disabled IPv6 on the server and am still getting connection timeout issues for any SMTP server.
-
I've now also tried with Mailgun following their setup instructions and get the same timeout error
-
There are also some AAAA records I cannot delete
-
The initial error was the outbound ipv6 connection which failed, so you have to disable ipv6 on the server itself. This has little to do with the AAAA record, as that would be for incomming connections!
You may have to contact your server provider on how to disable ipv6 (network wise) on the server. Just to get ipv6 issues out of the way first. Ipv4 is totally sufficient anyways for the moment, so best to get those potential issues out of the way. -
There are also some AAAA records I cannot delete
-
Apologies for the lack of context – this is through the Digital Ocean app integration with Cloudron
-
Apologies for the lack of context – this is through the Digital Ocean app integration with Cloudron