Question : Exchange 2010 Email policy

Hi,

I created an Exchange email policy for the users in a specific OU. However, when I create a mailbox for the user that belongs to the OU, the email policy is not inherited despite having the "Automatically update email addresses based on email address policy".

The policy that I created has a priority of 1 (there are two others), and it is enabled.

Answer : Exchange 2010 Email policy

ptr = (tree *)malloc (sizeof (tree *));

Should that not be

ptr = (tree *)malloc (sizeof (tree));

Random Solutions  
 
programming4us programming4us