Is Exchange server essential to make the smtp work in sharepoint 2010

Answered Is Exchange server essential to make the smtp work in sharepoint 2010

  • 05 Juli 2012 6:27
     
     

    Hi,

       I want to know whether the email sending and receiving function works in sharepoint 2010 server without using Exchange server. Can we use any other Outbound SMTP server: for that sake? As I am new to this Please explain me how this SMTP works? What is essential to make this work?


    • Diedit oleh VidyaPai 05 Juli 2012 6:45 Question had some HTML contents
    •  

Semua Balasan

  • 05 Juli 2012 7:43
     
     Jawab

    You don't need Exchange to enable outbound mail traffic. Any SMTP server will do, as long as SharePoint has access to it (firewall port 25 and probably an entry in the access list). More information on outgoing mail:

    http://technet.microsoft.com/en-us/library/cc263462

    To enable incoming mail to SharePoint you can use Exchange but you don't have to. To use incoming mail without Exchange, you'll have to make the necessary changes to DNS to route mails for your SharePoint environment to your SharePoint farm. More information on incoming mail:

    http://technet.microsoft.com/en-us/library/cc262947.aspx

    Incoming mail requires you to activate the local IIS-based SMTP server on your SharePoint box whereas outgoing mail does not.


    SharePoint consultant / platform architect, speaker, accidental DBA & biased allround Microsoft-centric IT Pro @ http://thomasvochten.com

  • 05 Juli 2012 8:46
     
     

    Thanks for your response Thomas.

    I will check it and let you know.

  • 05 Juli 2012 12:21
     
     Jawab

    Exchange isn't required to make outbound email work in SharePoint.  You can enable the SMTP on anyof the SharePoint WFE'w and then point SharePoint to use that SMTP service as it's outbound service.  Make sure that you set up some security on the SMTP server so it doesn't become a relay source for "bad" people on the internet.   Just make the private IP range of the SharePoint servers the allowed IP Range for relaying through the server.

    Hope this helps-

    Jeff DeVerter
    Rackspace
    blog:http://www.social-point.com
    twitter: http://www.twitter.com/jdeverter


    Jeff DeVerter

  • 09 Juli 2012 12:56
     
     

    Thanks for your response Jeff,

            I will test it and let you know.