Dimitri Huisman
Dimitri Huisman
There is no include functionality for the clamd.conf file. That means it does not fit with the mailu/overrides folder. It should not be too easy to change these settings (MaxScanSize,...
As mentioned in issue #217, you can already configure this via the overrides folder. It might be a nice feature to have so we follow best practices.
Hi There, we see this issue had only little attention 😟. As much as it pains us: In order to get the current issues a bit more manageable for us,...
There are a couple of possibilities: - Use php:fpm-alpine and use the same nginx frontend (front image) for the static parts of the webmails. - Use php:fpm-alpine and also use...
The problem is probably here: https://github.com/Mailu/Mailu/blob/dbbfa44461c3b8a537e9fe6b56f4690417d3c8a2/core/admin/mailu/ui/forms.py#L40 This is the validator for the forward field https://github.com/Mailu/Mailu/blob/dbbfa44461c3b8a537e9fe6b56f4690417d3c8a2/core/admin/mailu/ui/forms.py#L106 I think it can be fixed with this regex ```^([+_a-z0-9\-]+)(\.[+_a-z0-9\-]+)*@([a-z0-9\-]{2,}\.)*([a-z]{2,})(,([+_a-z0-9\-]+)(\.[+_a-z0-9\-]+)*@([a-z0-9\-]{2,}\.)*([a-z]{2,}))*$``` According to https://regex101.com/ the regex...
Using that functionality, it would indeed be possible to use a single job to derive all variable values, and then use a single step in each job to assign the...
For this release I was planning on looking into use buildx and switching to buildx. I haven't used it before. This would also be a great moment to simplify and...
That looks promising. I will use this in my simplification for the automatic build. Using a single test job with a matrix for all targets is really handy to get...
@leolivier Again thank you for your assistance. Your examples were really helpful. I have taken over most of the things. The complete workflow takes about ~12/13 minutes instead of the...
Sounds good. However I think it might be better to focus on a workflow file that builds for arm only. If building for arm really takes 1.5 hours on github...