When I started looking at the issue, I went through series of basic transport troubleshooting steps for Exchange 2013 multirole server, such as checking all transport related services, possible back pressure issue, and state of all server components. Of course, there is nothing wrong with them.
Running out of ideas, I checked settings of send connector, just to make sure there is nothing out of ordinary. I see this in Send Connector properties,
I then run get-TransportService | fl *dns* to make sure that we don’t have any external DNS settings configured.
Ooops, there are external DNS Server setting. I run several NSLOOKUP test and found DNS server did not respon any queries. I think this is the problem cause.
To remove it, you have to run
Set-TransportService -ExternalDNSAdapterEnabled $true -ExternalDNSServers $null
After restarting the transport service, all mails in the Draft folder are gone. Mail flow is restored!
Note :
If this action did not solve the issue, try to disable your Antivirus that installed on your Server. Sometimes, Antivirus blocked Microsoft Exchange services and will cause this issue.
Tidak ada komentar:
Posting Komentar