Send Connector for Anonymous Mail

Answered Send Connector for Anonymous Mail

  • 2010年3月3日 下午 07:05
     
     
    In my LAN I have:
    • EXCHANGE - Mailbox + Hub Transport Server
    • SECURE - Client Access Server
    In my DMZ I have:
    • EDGE - Edge Transport Server
    • WEB - A standard web server
    I want the application on my web server to be able to send mail, so I specified it's SMTP server to be the EDGE machine.  Any email the application sends to addresses in my own domain work fine, but email sent to external addresses (using gmail as a test) are failing.

    Outlook, OWA and everything else is configured correctly through an edge send connector which uses my ISP as a smarthost.

    I've spent quite a few hours to try and get this to work and I'm stuck.  I can't even find any logs or events telling me that external mail failed... so if someone could even point out the right way to troubleshoot this that would be great.
    • 已編輯 mddubs 2010年3月3日 下午 07:08 More information
    •  

所有回覆

  • 2010年3月3日 下午 07:16
     
     

    Is the domain part of the From: address on those emails on the Exchange orgs Accepted Domains list?  If not, then the Edge server is going to consider that an unauthorized relay attempt.

  • 2010年3月3日 下午 08:09
     
     提議的解答
    Hi,

     I agree with mjolinor.

     You may try this plan..

     1. Make sure Accepted Domains in the Exchange Organization are created and configured properly.

     2. You need to configure your accepted domains on each Edge Transport server you deploy. However, Microsoft recommend that you configure accepted domains only on the Hub Transport server role, and then create an Edge Subscription for the Edge Transport server. The accepted domain configuration will be replicated to the Edge Transport servers when the Microsoft Exchange EdgeSync service runs.

     3. If the issue remains, then try to create another SMTP Send Connector for * domains and default permissions.

     Ref to:
     Create an SMTP Send Connector
     http://technet.microsoft.com/en-us/library/aa997285.aspx

     Transport Server Deployment Tasks
     http://technet.microsoft.com/en-us/library/dd335218.aspx

     All the Best :)
     

     
    Sathish Kumar Elango | MCSE 2003 & MCSA Messaging | http://msexchangehelp.wordpress.com
  • 2010年3月3日 下午 08:18
     
     
    Or you could just change your application to use an address in one of your accepted domains.......
  • 2010年3月9日 上午 08:17
    版主
     
     已答覆
    Hi,

    Please allow relay for that web server in Edge server:

    Allowing application servers to relay off Exchange Server 2007
    http://msexchangeteam.com/archive/2006/12/28/432013.aspx

    Thanks

    Allen
    • 已標示為解答 mddubs 2010年3月14日 下午 08:53
    •  
  • 2010年3月14日 下午 08:52
     
     
    Thank you Allen!