userli
userli copied to clipboard
Web application to (self-) manage email users and encrypt their mailboxes.
Bumps [@symfony/webpack-encore](https://github.com/symfony/webpack-encore) from 1.8.2 to 3.1.0. Release notes Sourced from @symfony/webpack-encore's releases. Support for Vue 2.7 and dropping vue-template-compiler Hi Webpackers! This is a tiny release that adds better support...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.0.0. Release notes Sourced from copy-webpack-plugin's releases. v11.0.0 11.0.0 (2022-05-17) ⚠ BREAKING CHANGES minimum supported Node.js version is 14.15.0 Changelog Sourced from copy-webpack-plugin's changelog. 11.0.0...
Adds support for TOTP-based two-factor authentication. ## Overview * Users can enable and disable two-factor authentication in their account settings. Both requires the user to enter their password. When two-factor...
Implement an easy 2FA solution with a symfony package. Maybe just OTP or U2F. It's only focused on the web interface, not IMAP/POP3.
We run a low traffic mail server with around 100 mailboxes. We repeatedly (about once a week) experience the following situation: The IMAP login process/ checkpassword starts a lot of...
Aliases are a core feature of Userli. We should support WKD lookup for them as well. We should at least enable to upload multiple keys per user and one key...
Apparently there's a bug in calculating the waiting period for recovery processes. When starting the recovery process, I get told that I have to wait at least 48 hours, but...
It would be nice to have a Dockerfile and [an official image on Docker hub](https://hub.docker.com/search?q=userli&type=image) as well and or even integration into fully fledged mail server setups (like [mail](https://github.com/mailcow/mailcow-dockerized/issues/410)[cow](https://github.com/mailcow/mailcow-dockerized/issues/2129), [Mailu](https://github.com/Mailu/Mailu/issues/1040),...
> Suspicious User ... has invited ... This should be done on the next run of this cron job and only if the invitation happened between this and the last...
Apparently, the current way of encrypting mails from legacy users as we do it in `bin/mailcrypt-encrypt-maildir` is error-prone. In particular, using `doveadm fs put crypt ...` seems to be dangerous....