CrypticCommit
CrypticCommit
Hello, Could the OP @Bart1909 please confirm if the issue is caused by not using rspamd? If I am not mistaken, rspamd in the setup prevents the relaying of emails,...
P.S. Additionally, could you consider getting `anonaddy/anonaddy` the open-source status? This might allow you to activate Docker Scout for better security monitoring. I understand that it can sometimes generate false...
As a workaround, I will be using the following Cron expression: `sudo vi /etc/cron.d/backup_nextcloud_cron` `0 0 * 1 6 root [ "$(date +\%d)" -le 7 ] && podman exec podman_backup_nextcloud...
@m90 Thanks for the info. It seems to be that [robfig/cron](https://github.com/robfig/cron) is abandoned. This fork [clarkmcc/cron](https://github.com/clarkmcc/cron) supports it (I think). The same issue is connected to [434](https://github.com/robfig/cron/issues/434) and [319](https://github.com/robfig/cron/issues/319).
> Wouldn't this fork only support `L` when your use case would need `#`? True, but in my use case I do not really care about first (`SAT#1`) or last...