Hi,
I have a 2012 cluster. On this FSRM is running.When I goto test the email funtionality I get the eventID 12306
Error: IFsrmEmailExternal::SendMail, 0x8004531c,
The SMTP server requires a secure connection or the client was not authenticated.
The server response was: 5.7.1 Client was not authenticated
So I did this on the hubtransport server
Add-Adpermission -Identity "backup" -user "Domain\Clusternode1$" -extendedrights "Send-as"
This went through without error.
Tested it again and it failed again.
Is there something I did wrong?
Phil