mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
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:
parent
84ee837cdc
commit
ec96fa921e
@ -89,7 +89,7 @@ class Ads extends Ldap
|
|||||||
/**
|
/**
|
||||||
* Attribute to only forward mail, OR false if not available
|
* 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 =*)
|
* Value of forward-only attribute, if not set any value will switch forward only on (checked with =*)
|
||||||
|
Loading…
Reference in New Issue
Block a user