Microsoft KB Archive/235483

From BetaArchive Wiki
Knowledge Base


How to add secondary SMTP proxy address for GroupWise DirSync

Article ID: 235483

Article Last Modified on 10/28/2006



APPLIES TO

  • Microsoft Exchange Server 5.5 Standard Edition



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.


Additional query words: XFOR

Keywords: kbinfo KB235483