lub
lub
I don't think this fits Mailu very well. In contrast to e.g. DKIM BIMI doesn't require any adjustments to the existing email setup (infrastructure wise it's just an TXT record...
maybe it's possible to integrate https://github.com/bilde2910/Hauk via a widget?
As a workaround it's possible to bootstrap cross-signing via settings -> security -> cross-signing or on a different client. Then the popup also disappeared in the cases I observed.
The spam/ham classification is implemented via imapsieve, which only triggers when using IMAP. Code from dovecot.conf ``` # Learn from spam imapsieve_mailbox1_name = Junk imapsieve_mailbox1_causes = COPY imapsieve_mailbox1_before = file:/conf/report-spam.sieve...
@Diman0 I use this fork on my production system: https://github.com/lub/Mailu/commits/master So yes, I do receive emails with it. But it needs a rebase before merging iirc.
I'm kinde torn apart on this one. The common paradigm is running one process per container, but considering we already do some cron-like things in other containers (e.g. certbot for...
@tvelocity Thanks for the write up. I agree, that it probably makes sense to remove the resolution as it causes issues and imo really complicates the whole env var handling,...
Using fpm and serving the static files via the existing would require sharing the files between both containers either via volumes (and subsequently some upgrade logic) or by putting all...
> Could you please detail all the steps with a customary NGINX+SSL reverse proxy server (e.g. fresh-install or Docker-Letsencrypt https://github.com/linuxserver/docker-letsencrypt). I don't think I understand what exactly you are looking...
@briantopping (I'm not speaking for the project in any way, just my own opinion) > So if what you're trying to do is somehow make Mailu look complete because there...