Hi,
I built a new file server and copy my setting over from my old file server FSRM. When I send a test email from FRSM options I get the following error in the event
In the event viewer I get -
Log Name: Application
Source: SRMSVC
Date: 4/4/2013 2:06:57 PM
Event ID: 12306
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: MARS.encinitas.local
Description:
A File Server Resource Manager Service email action could not be run.
Error-specific details:
Error: IFsrmEmailExternal::SendMail, 0x8004531c, Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="SRMSVC" />
<EventID Qualifiers="32772">12306</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-04-04T21:06:57.000000000Z" />
<EventRecordID>973</EventRecordID>
<Channel>Application</Channel>
<Computer>MARS.encinitas.local</Computer>
<Security />
</System>
<EventData>
<Data>
Error-specific details:
Error: IFsrmEmailExternal::SendMail, 0x8004531c, Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender</Data>
<Binary>2D20436F64653A20454D4C4E54524C4330303030303139322D2043616C6C3A20454D4C4E54524C4330303030303038332D205049443A202030303030313437362D205449443A202030303030333836302D20434D443A2020433A5C57696E646F77735C73797374656D33325C737663686F7374202D6B2073726D7376637320202D20557365723A204E616D653A204E5420415554484F524954595C53595354454D2C205349443A532D312D352D313820</Binary>
</EventData>
</Event>
I have search and found this -> http://msserveradmin.blogspot.in/2011/08/event-id-12306-fsrm-smtp-cannot-send.html I'm not sure how to implement?
here is the EMS cmd -> Add-ADPermission -Identity "Mailbox Display Name" -user "Domain\ServerName$" -extendedrights "Send-as"
what do I enter for "Mailbox Display Name"? the from address in FRSM options I have is "FSRM@fileserver.mydomain.local" then I entered "myDomain\fileserver$"
Any suggestions?
Wave~Chaser