How to add secondary SMTP proxy address for GroupWise DirSync (235483)



The information in this article applies to:

  • Microsoft Exchange Server 5.5

This article was previously published under Q235483

SUMMARY

The latest versions of the Microsoft Exchange Server Connector for Novell GroupWise no longer generate the SMTP proxy address of GroupWise users based on the GroupWise domain information (or their gateway alias). However, users may want to continue to use the gateway alias (if one exists) for their secondary SMTP proxy address. Alternatively, users may want to generate a secondary SMTP proxy address based on a rule.

MORE INFORMATION

For more information about how to customize the mapping rules, click the following article numbers to view the articles in the Microsoft Knowledge Base:

196585 Creating secondary proxy addresses during Notes DirSync

180517 Customizing directory synchronization between Exchange and Notes

Except for Exchconn.ini, the mapping tables are located in the Exchsrvr\Connect\Exchconn\Dxagwise folder. Note that there must only be spaces when separating the fields. Do not use the TAB key. The Exchconn.ini file is located in the Exchsrvr\Connect\Exchconn folder.
  1. For Exchange Server, add the following line to Mexamap.tbl:

    SMTPADDR2 128 Secondary-Proxy-Addresses(smtp:)

  2. Add the following line to Gwamap.tbl:

    SMTPADDR 128 External-Name

  3. Add the following line to Mapgwise.tbl:

    SMTPADDR2 = ISEQUAL(SMTPADDR, "", OBJECT "@groupwise.com", SMTPADDR)

  4. Open the Exchconn.ini file, and then look for the following parameter setting (under the [LME-GWISE] section):

    SMTPAliasType=

  5. Add the following keyword to that parameter setting:

    SMTPAliasType=SMTP

  6. Run a Full Reload directory synchronization from GroupWise to Exchange Server.
Customize the mapping rule that is listed in step 3 based on the SMTP domain that you want to map.

Modification Type:MajorLast Reviewed:5/15/2006
Keywords:kbinfo KB235483