<<< Back to Howtos
|
|
How to Configure Exchange to Automatically Modify SMTP EMail Addresses for new users and existing users:
|
|
|
|
|
|
|
With Microsoft Exchange 2003, you can tell Exchange server to automatically add pre-formated SMTP email address for existing and new Exchange accounts.
To add a formated SMTP email address:
- Connect to the server where Exchange is installed.
- Run "Exchange System Manager".
- In the left side pane, Expand menu "Recipients".
- Then "Recipients Policies".
- In the right side pane, right-click "Default Policy" and select "Properties".
- Clic on "E-Mail Addresses (Policy) and click the "New..." button.
- From the "New E-Mail address" window, select "SMTP Address" and click "OK".
- Position the cursor in the "Address" field and type in the domain name in this format:
%g.%s@domain.com.
- Make sure to leave the check mark next to "This Exchange Organization is responsible for all mail delivery to this address" and click "OK".
- By default the new SMTP address will not be enabled. Click the check box nest to the newly added domain and click "OK".
- The e-mail Addresses of type(s) [smtp] have been modified.
Do you want to update all corresponding recipient e-mail addresses to match these new address(es)?
Click yes if you want to ADD all Exchange users a new e-mail address corresponding to the %g.%s@newdomain.com
Click no if you want to manualy add e-mail addresses to selected accounts.
Here is the list of variables you can use:
- %g = given name (first name)
- %s = surname (last name)
- %i = middle initial
- %d = display name
- %m = Exchange 2000 or 2003 Alias
- %rxy = Replace all subsequent characters x with character y in username. If x = y, then the character will be deleted.
You can place a number in front of any of the preceding switches to define how many characters of the switch should be used, for example:
- %1s = Uses the first letter of the surname
- %3g = Uses the first three letters of the given name
- %1g%s = Uses the first letter of the given name and the given name
The one I use the most often is:
- %g.%s = mark.smith@sertec.ca
- %1g%s = msmith@sertec.ca
- %g = mark@sertec.ca
|
<<< Back to Howtos
[ Home | Services | Howtos | Contact us ]