I'm trying to use AD recipient verification. However I can't select an AD server even though I have 4 defined under authentication servers?
Can anyone confirm?
This thread was automatically locked due to age.
This is clearly a bug, Louis, so please open a ticket with Support to report it.
You can see which AD server WebAdmin chose for the default profile with:
cc get_object REF_SMTPGlobalProfile |grep REF_AutAd
You can see all of your AD authentication objects with:
cc get_objects authentication adirectory |grep REF_AutAd
You can change the default profile to use "REF_AutAdiAdServer2" with:
cc change_object REF_SMTPGlobalProfile rcpt_ad_server REF_AutAdiAdServer2
Cheers - Bob