ViMbAdmin
ViMbAdmin copied to clipboard
Virtual Mailbox Administration
Hi all, is there in program to extends possibilities for plugins? Can't see any hooks for domains, and i want to try to write a plugin for opendkim. Anyone wants...
Refactors @mfechner's `ViMbAdminPlugin_MailboxAutomaticAliases`. The new plugin is fully backwards compatible, but adds a whole lot of flexibility. One can now use plain usernames as default mapping (`defaultMapping.abuse = "postmaster"` creates...
`mailbox`.`username` currently isn't required to be unique in the database (uniqueness is currently only [enforced by code](https://github.com/opensolutions/ViMbAdmin/blob/6fc7b6a7be3eb9264b27caf4e48d8c90bafc3ce9/application/controllers/MailboxController.php#L282-L290)), nor is the column even indexed. Querying the ViMbAdmin database using `mailbox`.`username` as...
Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.44 to 3.1.45. Release notes Sourced from smarty/smarty's releases. v3.1.45 Security Prevent PHP injection through malicious block name or include file name. This addresses CVE-2022-29221 Fixed Math...
[ViMbAdmin 3.0.15](https://github.com/opensolutions/ViMbAdmin/commit/166c13b7b0b939f08d9e4a4385e134ff56b0cc74#diff-4a46ed05e9c88660ea73c20a05701e5cR153) now recommends the `dovecot:BLF-CRYPT` password scheme by default. Needless to say that this is a significant improvement in comparison to the previous default `md5.salted` (no matter whether salting...
It seems there are multiple cross-site request forgery (CSRF) vulnerabilities within the latest version of ViMbAdmin. Can we get a status on these fixes? Seems the timeline states that you...
Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.44 to 4.2.1. Release notes Sourced from smarty/smarty's releases. v4.2.1 If you use the {mailto} plugin in your templates, please check if you are escaping the address...
Hi, thanks for your work, maybe it's the time to switch from postfixadmin :) Do you have a direct link to latest archive please ? Not the link to release...
Hello, I have ViMbAdmin 3.4.1 running on PHP 8.2.14. It works fine, logging is enabled, but I don't see most useful events in log. Actions like create/modify/delete domains/mailboxes/aliases/admins etc. are...
Deprecated: Using php-function "htmlentities" as a modifier is deprecated and will be removed in a future release. Use Smarty::registerPlugin to explicitly register a custom modifier. in /opt/ViMbAdmin/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php on line 112