mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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
|
||||
*/
|
||||
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 =*)
|
||||
@ -166,4 +166,4 @@ class Ads extends Ldap
|
||||
{
|
||||
return static::DESCRIPTION;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user