Dimitri Huisman

Results 169 comments of Dimitri Huisman

Looks like the issue in the [dotenv parser](https://github.com/docker/compose/issues/8763) is resolved. I'm closing this issue.

This seems relevant. https://github.com/roundcube/roundcubemail/issues/8251 Apparently there is a roundcube setting that might help ``` // Sieve RFC says that we should use UTF-8 encoding for mailbox names, // but some...

@ghostwheel42 What setting did you put in the override? am I correct we can resolve this bug by adding that setting to [config.inc.php](https://github.com/Mailu/Mailu/blob/master/webmails/roundcube/config/config.inc.php)?

Since there is no activity I will close this PR for now. Once you have time again, feel free to open a new PR and we will continue there.

The documentations has been updated on master.

The problem is that this check does not trigger https://github.com/Mailu/Mailu/blob/31a85397dd2a451eac7466c99a3ab82f71f1f8b6/core/admin/mailu/ui/views/users.py#L35 The input should be converted to lowercase or the function (domain.has_email) should convert the input to lowercase.

FYI We have enabled the wiki and I will start describing the architecture there. I will also document any project related matters over there. E.g. what is required to do...

You can simply disable pop3 & imap for the user access if the user may only send email. It is documented here: https://mailu.io/2.0/webadministration.html#webadministration-add-user

This can already be achieved via sieve script or rspamd multimap. But I can imagine some people would want to have a checkbox per user that enables/disables the ability to...