Skip to content

ldap: Allow mailserver.forwards

This basically removes the assertion that forced mailserver.forwards to be prohibited if the user was using LDAP. However, it appears that simply removing the assertion works. Added two tests to confirm.

I looked into this because I need to set up forwards while also maintaining LDAP.

In the future I might have a look at mailserver.extraVirtualAliases; that one is slightly trickier due to the fact that it has some in-place validation for the accounts, whereas this will not be possible with LDAP.

Merge request reports