Please Help !!!My Setup:
1- Exchange server 2000 with Lotus Connector.
2- Domino ND6.0.1
3- Lotus connector with Export user only
My objective:
1- when I run the Dirsync from Exchage
2- I need email address to be send also.
N.B. I did that between exchange5.5 and Domino 6.0.1
I used red book SG246955 chp 4.
I tried the same thing in exchange 2000, no luck.
thanks in advance
Subject: Exchange Lotus connector
For Exchange Server 5.5, modify the following files as specified:
Dxanotes\Amap.tbl:
SMTPAddr 128 InternetAddress
Dxanotes\Mapmex.tbl:
SMTPAddr = Trim( SMTPAddr, “B” )
Dxamex\Amap.tbl:
SMTPAddr 256 Proxy-Addresses(SMTP:)
Dxamex\Mapnotes.tbl:
SMTPAddr = SMTPAddr
For Exchange 2000, modify the following files:
Dxanotes\Amap.tbl:
SMTPAddr 128 InternetAddress
Dxanotes\Mapmex.tbl:
SMTPAddr = Trim( SMTPAddr, “B” )
Dxamex\Amap.tbl:
SMTPAddr 256 ProxyAddresses(SMTP:)
Dxamex\Mapnotes.tbl:
SMTPAddr = SMTPAddr
Subject: RE: Exchange Lotus connector
Thank you for your help.I did the modification and it works.
Thanks again.