Merhaba
firmaroot1.grp ve firmaroot2.grp arasında bidirectional forest trust var.
Bunların altında firma1.grp ve firma2.grp domainleri mevcut.
exchfirma1.grp Exchange 2010 sistemiyle exchfirma2.grp Exchange 2016 sistemi arasında mail alışverişi yapmak istiyorum.
Bunun içib karşılıklı olarak her iki domainde de SendUser adlı kullanıcılar tanımladım.
Exchfirma2.grp (2016) aldında mail flow/send connector altında bir send connector tanımladım:
Name: Firma1SendConnector
Type: Internal
Network Settings: Route Mail trough smart hosts (Firma1.grp CAS/HUB sunucusu IP adresi)
Authentication: Basic Authentication Firma1\senduser ve password (Offer basic auth only after starting TLS seçili)
Address Space: firma2.grp
Source Server: exchfirma2.grp seçildi
Warning Transport servers specified for the connector aren't in the same Active Directory site.
Daha Sonra EMS üzerinden
\enable-CrossForestConnector.ps1 -Connector "Firma1SendConnector" -user "ANONYMOUS LOGON"
komutunu koşturdum
Identity User Deny Inherited
-------- ---- ---- ---------
Firma1SendConnector NT AUTHORITY\ANON... False False
Exchfirma1.grp (2010) aldında Organizational Config/HUB Trasport altında bir send connector tanımladım:
Name: Firma2SendConnector
Type: Internal
Network Settings: Route Mail trough smart hosts (exchfirma2.grp sunucusu IP adresi)
Authentication: Basic Authentication Firma2\senduser ve password (Offer basic auth only after starting TLS seçili)
Address Space: firma2.grp
Source Server: exchfirma1.grp seçildi
2010 EMS üzerinde
.\enable-CrossForestConnector.ps1 -Connector "Firma2SendConnector" -user "ANONYMOUS LOGON" -genericMTA
Çıktı olarak
Identity User Deny Inherited
-------- ---- ---- ---------
Firma2SendConnector NT AUTHORITY\ANON... False False
aldım
Ama hala birbirleri arasında mail alıp veremiyorum.
1. Tanımladığım kullanıcıların hangi gruplara üye olması gerekir?
2. Eksik kalan bir nokta var mı?
Teşekkürler.