File Server Resource Manager not sending e-mail

We are using the default threshold of 85%.  We are not receiving notification when the drives are reached or exceed the established threshold.

I can manually send e-mail via the File resource manager console.

What can I look at to see if everything is working correctly, or areas to troubleshoot?

Thanks.

DJ

July 6th, 2015 5:29am

Hi,

    

FSRM server use its computer account to authenticate the SMTP session before submitting message to exchange. To resolve the issue you must assign FSRM count account ( servername$) send as permission on user mailbox you are using in From field from exchange management Shell as Rich mentioned.

Add-Adpermission -Identity "username" -user "domain\comuptername$" -extendedrights "Send-as"

Note: The username is User address you are using in From field. Computername$ is FSRM server computer account name.

New-ReceiveConnector -Name FSRM -Usage Custom -Bindings xxx.xxx.xxx.xxx:25 -RemoteIPRanges xxx.xxx.xxx.xxx -AuthMechanism BasicAuth -PermissionGroups Anonymous

See:

http://social.technet.microsoft.com/Forums/windowsserver/en-us/b1c40455-a337-422b-bedd-597beae13969/smtp-authentication-and-fsrm?forum=winserverfiles

Free Windows Admin Tool Kit Click here and download it now
July 6th, 2015 10:48pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics