IIS/SMTP - emails are stuck in mailroot/Queue

we are using exchange 2010 for our messaging solutions. we also have once of our web server,  for some our requirements our web application server need to send  mails  through our exchange server.  to do that we had enabled the smtp virtual server in IIS 6.0 , created the receive connector in exchange, I am trying from the website and all the mails  which I am sending  was stored in iis mail root queue folder.  if any body help me to send that mails to that recipients.

Best Regards

Jaga

March 30th, 2015 6:00am

Hello

check map SMTPSVC1 smtp log file
and try send email with telnet.
and check smtp receive log file in exch server.

Free Windows Admin Tool Kit Click here and download it now
March 30th, 2015 6:14am

Hi Jaga,

Please run the following command to check the receive connector configuration:

Get-ReceiveConnector | fl

Additionally, please provide more information about the sending message. We can collect any logs such as message tracking logs, SMTP logs or event logs for further troubleshooting.

Regards,

March 31st, 2015 5:46am

Hi Jaga,

I would absolutely not install IIS SMTP on your Exchange Server, Exchange uses its own SMTP engine since Exchange 2007 and does not rely on IIS anymore. You may find it is not working because it is trying to listen on the same port and IP address that the Exchange Transport service is already running on.

Remove IIS SMTP from your Exchange 2010 Server. Then:

1. Either configure your web application to authenticate against your Exchange server, or

2. Allow the web application to be able to anonymously relay through your Exchange servers Receive Connector.

"Allow Anonymous Relay on a Receive Connector" https://technet.microsoft.com/en-us/library/bb232021%28v=exchg.141%29.aspx?f=255&MSPPError=-2147217396

Free Windows Admin Tool Kit Click here and download it now
March 31st, 2015 11:16am

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

Other recent topics Other recent topics