XFOR: Internet Mail Connector Proxy Generator Options

Last reviewed: June 16, 1997
Article ID: Q153270
The information in this article applies to:
  • Microsoft Exchange Server, version 4.0

SUMMARY

In the Exchange Administrator program, the default SMTP site addressing is userformat@domainname, where the default user format is the mailbox. It is possible to specify other userformat strings.

To change the SMTP proxy generator, open the Microsoft Exchange Administrator program and choose Configuration-Site Addressing-Site Addressing tab. Highlight the SMTP proxy and click the EDIT button.

MORE INFORMATION

IMC Proxy generator options

The format is:

userformat@domain

the @domain is an '@' sign followed by the desired alphanumeric domain text.

The userformat string is optional and can contain text as well as replacement strings. The default userformat string, if one is not specified, is "%m". The following replacement strings are available:

   %% = a single percent sign
   %s = surname
   %g = given name
   %i = middle initial
   %d = display name
   %m = mailbox
   %rxy (Replace all subsequent characters x with character y in username.
        If x == y,then the char will be deleted)

Note: Invalid characters (per RFC 821/822 email address spec) are removed from user name (unless explicitly replaced using the %r).

Examples for mailbox = "markc"

   display name = "Mark M. Clark"
   surname = "Clark"
   given name = "Mark"

Format String          Proxy Generated for sample user
-------------          -------------------------------
%d@microsoft.com       MarkMClark@microsoft.com
%r._%d@microsoft.com   MarkM_Clark@microsoft.com
%r..%d@microsoft.com   MarkM.Clark@microsoft.com
%g.%s@microsoft.com    Mark.Clark@microsoft.com
@microsoft.com         markc@microsoft.com

REFERENCES

For additional information, please see the following article in the Microsoft Knowledge Base:

ARTICLE-ID: Q140933

TITLE     : XFOR: SMTP Proxy Address Generated Incorrectly


Additional query words:
Keywords : kbusage XFOR
Version : 4.0 5.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.