12-08-04 10:53 PM
Dan Swanson wrote:
> We would like to be able to set up Email forwarding for
> our Exchange users. At the moment, we use the altRecipient
> field in Active Directory to forward Email to a Contact
> which contains the non-local Email address. We would like
> to do the same thing without having to create a Contact.
> But if we try to set the altRecipient field to a non-local
> Email account, we get a contraint error. The PERL code the
> reports the contraint error is shown below:
>
> $ldap_server->modify($dn,replace => {'altRecipient'
> => 'anyuser@yahoo.com'});
>
> It works fine if an local Exchange user is entered in
> place of the "anyuser@yahoo.com".
-------------------------------------------------------------------------
Sorry Swanson,
the altRecipient field only accepts a valid DN of a mail-enabled object
such as a contact or user.
[ Post a follow-up to this message ]
|