diff --git a/mailserver.cf b/mailserver.cf index b174dc4..42dbfb8 100644 --- a/mailserver.cf +++ b/mailserver.cf @@ -444,6 +444,9 @@ methods: "any" usebundle => configure_roundcube(@(roundcube_cfg)), depends_on => {"aia_roundcube_installed"}; + "any" usebundle => configure_roundcube_password_plugin(@(vimb_cfg)); + + "any" usebundle => install_postfix_pkgs; "any" usebundle => install_dovecot_pkgs; "any" usebundle => install_redis;