Link to home
Start Free TrialLog in
Avatar of trbosol
trbosol

asked on

Default Recipient policy setting

How is it possible to force lower-case lettering for the recipient policy email address.  We want it to be firstname.lastname@domain.com - but all lower case.  I have set the policy to be %g.%s@domain.com.  But since it pulls the information from AD we input it as John Smith and the email address is them Jim.Smith@domain.com and we need it to be jim.smith@domain.com

Is this possible?  BTW - we can't use the display name and do that lower case.  And they don't want me to input the first name and last name in lower case.  Is there another variable I can use?  Any help is GREATLY appreciated.

ASKER CERTIFIED SOLUTION
Avatar of salberd
salberd
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of trbosol
trbosol

ASKER

I was mainly looking for an automatic way of doing it through the policy.
Please give me any plausible reason why your addresses shouldn´t be Jim.Smith@..... ?

Exchange doesn´t give a damn whether lower or upper-case lettering in an email address ..... That´s not UNIX !!
Your can send to jim.smith and Jim.Smith, both e-mail are post in the same mailbox
Avatar of trbosol

ASKER

The company is VERY big on formality and structure.  They want email addresses to go out lower case b/c of the look - they don't like Jim.Smith even though it has been explained they both function correctly and it would be easier to go the Jim.Smith route.  I can't be the first one to need to do this.
i fear that you the first one with this "problem" ... Sorry, but there is no known solution to do that ....
Same problem here!
The Exchange email address policy unfortunately does not have a setting to use lowercase for an uppercase character in the user properties. That is very annoying if you want to use the email address data in your autosignature. Our house style prescribes lowercase email addresses, but the email address policy turns it to upper case automatically. The only way to workaround is to put it to lower case manually and turn off "Automatically update email addresses based on recipient policy".
I was looking into this problem as well and found this:

http://www.tech-archive.net/Archive/Exchange/microsoft.public.exchange.admin/2006-01/msg03704.html

It is possible to do (I have tested this and it works in Exchange 2003) with a little bit of creative %rxy use.
Check this site out
http://support.microsoft.com/kb/285136/

Basically you need to replace all capitals with lower case as shown below
Create the Smtp string to read:
"%rAa%rBb%rCc%rDd%rEe%rFf%rGg%rHh%rIi%rJj%rKk%rLl%rMm%rNn%rOo%rPp%rQq%rRr%rSs%rTt%rUu%rVv%rWw%rXx%rYy%rZz%g.%s@domain.com"

Hope this helps