fix Smtp/Ads to NOT store users primary mail address as forward

if forwardOnly is not set, like we do it for UCS
This commit is contained in:
ralf 2024-01-16 19:46:40 +02:00
parent 84ee837cdc
commit ec96fa921e

View File

@ -89,7 +89,7 @@ class Ads extends Ldap
/**
* Attribute to only forward mail, OR false if not available
*/
const FORWARD_ONLY_ATTR = 'proxyaddresses';
const FORWARD_ONLY_ATTR = false;
/**
* Value of forward-only attribute, if not set any value will switch forward only on (checked with =*)