I have an error message getting returned to me which would appear to be something wrong with the Exchange set up. Is there a possibility that I'm doing something wrong? I have no idea where to to start to track this down:
The following recipient(s) cannot be reached:
Customer Service Account on 6/3/2009 11:00 AM
There was a SMTP communication problem with the
recipient's email server. Please
contact your system administrator.
<fgdc.myservername.net #5.5.0 smtp;550 Requested action not taken: mailbox unavailable>
This is perhaps a ServerFault question, but I wanted to get some input as to whether it's even possible that there's something I can do to fix it in my code.
Site is Asp.Net C#, using URL Routing
Server is 2003, 64-bit and running Exchange 2003
UPDATE
Turns out it was a layer of Spam protection. Figured out this was only happening for internal addresses and MIMESweeper looks to be throwing away the messages. They were coming from an external web server, but sending with an internal domain. Flags go up. Messages don't go.