@Gengar I will update our code for the next release if the fix works.
Partner
Cloudron Partner
Posts
-
Email sending broken after updating to 8.2.x (due to IPv6 issues) -
Email sending broken after updating to 8.2.x (due to IPv6 issues)@Gengar yeah, just guessing here that maybe it is taking more than 10s for the initial resolution. There is a default retry of 2 times . Don't know if changing it to more helps . I have been looking into the unbound docs on increasing the timeout in general but haven't found a good config variable yet.
-
[TUTORIAL] Get your Cloudron Notifications on Telegram with full details.Hey! That is pretty cool!
Did you know you can export the whole flow as json and post in here as an easy import for people who want to try it out? -
How to install Jenny Mod on server (Forge)?Further as the "How To Install Jenny Mod?" from the website you linked I can not assist.
If this is not working, maybe the mod is fundamentally broken. -
Email sending broken after updating to 8.2.x (due to IPv6 issues)@Gengar Which ubuntu version are you on ? Unbound behavior slighly varies based on Ubuntu 22.04 and 24.04
Can you please try this:
-
Edit
/home/yellowtent/box/src/mail.js
. You will find a line at around line 86 likeconst DNS_OPTIONS = { timeout: 10000 };
. -
Change it to
const DNS_OPTIONS = { timeout: 30000, tries: 4 };
. -
systemctl restart box
-
-
Moving location of Docker imagesI would not move docker images to an external storage especially a network mounted one . While this might work, docker images is just the source code, it's best to keep it near the CPU and have a setup where the storage is 100% available .
-
Warnings when starting mail service. `client_limit` too low.Setting
default_client_limit = 1500
fixes the warning . I have put this for next release. -
Backup failsFixed now
-
Backup failsThere is a bug in the package. This is because the tmp path is hardcoded in wallos source code - https://github.com/ellite/Wallos/blob/main/endpoints/db/backup.php#L43 . I will fix the package.
But this shouldn't stop you from Cloudron backups. Take a Cloudron app backup and then import it in the other instance - https://docs.cloudron.io/backups/#import-app-backup
-
Email sending issue (was: URGENT)Please go to
https://my.DOMAIN.TLD/#/services
and check if themail
service is running.
And if so, maybe restart it once and then send the logs of that service.If the
mail
service is not running and can not be started, there might be a program likepostfix
running on your server which is blocking the ports.