SharePoint 2010 - Configuring incoming emails without local SMTP
-
Monday, April 04, 2011 10:05 AM
Hello,
My question is about configuring incoming emails on SharePoint 2010. The organization I'm working for is using Exchange 2010 and of course it already has a SMTP server.
Is there a way to use this already existing SMTP server instead of creating a new one on the SharePoint web front server ?
If so, could you give my a procedure ? I found these two but they always creating a new SMTP server locally.
http://sharepointgeorge.com/2010/configuring-incoming-email-sharepoint-2010/
- Moved by Mike Walsh FIN Monday, April 04, 2011 12:14 PM You obviously know you have SPS 2010. Please therefore post your questions to a SP 2010 forum (From:SharePoint - General Question and Answers and Discussion (pre-SharePoint 2010))
All Replies
-
Monday, April 04, 2011 1:58 PM
You can look at configuring E-mail settings using the advanced scenario as described on MSDN here.
http://technet.microsoft.com/en-us/library/cc262947.aspx#section4
Be nice Mike!
Corey Roth blog: www.dotnetmafia.com twitter: @coreyroth -
Monday, April 04, 2011 2:44 PM
Hi,
installing the SMTP service on the frontend machine(s) is not a requirement. But you have to know the address of and have access to the SMTP server.
Outgoing email settings:
In CA, add it explicitly under "System Settings" -> "Configure outgoing email settings" -> Outbound SMTP server (use the FQDN)
Incoming email settings:
In CA, add it explicitly under "System Settings" -> "Configure incoming email settings". If you want to use Directory Management Services (aka DMS, gives you advanved emailing features and user directory integration, such as AD), then you choose
"Use the SharePoint Directory Management Service to create distribution groups and contacts?" YES
The form will expand, and you can specify the FQDN of the smtp server.
If you don't want to use DMS, then leaving settings as they are in "Configure incoming email settings" is good enough. Optionally, you can restrict the servers, from which SharePoint will accept emails, by adding them to the "Safe Email Server", but leaving it to "Accept mail from all e-mail servers" should be just as fine.
A long story short: Just configure the outgoing email server, and leave the incoming settings as they are. Do modifications, if you want to use Directory Management Services.
I hope this was helpful.
Best regards,
Martin
Martin W. Angler, MCTS
Blog angler.wordpress.com
Twitter: Follow me on twitter -
Thursday, April 07, 2011 8:13 AMModerator
Hi Martin,
Have you even tested it?
In my opinion, the SharePoint server uses a windows service to capture mails from a e-mail drop folder. As far as I know, the Exchange doesn't dorp mails to folder. So, I don't think it is possible to use Exchange server as the incoming mail server directly.Thanks,
Jinchun Chen
Jin Chen - MSFT- Marked As Answer by Wayne Fan Wednesday, April 13, 2011 1:32 AM
-
Tuesday, April 12, 2011 8:19 PM
Agree with Jinchun.
You don't have to run SMTP on Front-End Web Server but you have to run it somewhere to get the email in the "drop" folder as eml file and configure your SharePoint (the timer service) to be aware the location of the drop folder and pick up the eml files from there.
The easiest way is to run SMTP server on Front-End Web Server and select "automatic" as shown here http://ethan-deng.tech.officelive.com/images/SPConfigureIncomingEmail.jpg
The not so easy way is to run SMTP server somewhere else and share the "drop" folder as network shared folder and give permissions to your SharePoint Timer Service account. And in the settings as shown http://ethan-deng.tech.officelive.com/images/SPConfigureIncomingEmail.jpg, select "Advanced" and then give the network shared folder as \\myserver1\drop\
You can read more here http://anurasoftware.com/SPIncomingEmailSettings.aspx
Jasonzh- Marked As Answer by Wayne Fan Wednesday, April 13, 2011 1:32 AM
-
Wednesday, May 11, 2011 7:42 AM
Hello , You can try this solution.
http://compartirtecno.blogspot.com/2011/05/primer-plato-correo-entrante-en.html
-
Monday, May 14, 2012 3:50 PM
Jasonzh2010:
http://ethan-deng.tech.officelive.com/images/SPConfigureIncomingEmail.jpg is not accessible. Any other working links?Martin W Angler:
We would like to have the minimal setup, with Exchange and without local SMTP.I used "Use the SharePoint Directory Management Service to create distribution groups and contacts > No". But when I configured it like this it simply did not work. So eventually I installed local SMTP and asked the Exchange admin to configure connector in Exchange to pass the mail sent to XYZ@sharepoint.mydomain.com to the SharePoint server.
So what do we miss to configure it without local SMTP? What kind of rights for SharePoint are needed in Exchange and what kind of settings have to be adjusted in Exchange? Can SharePoint directly look into and pick up mail from Exchange, how does it knows that mail for @sharepoint.mydomain.com are for SharePoint? As far as I understand from Exchange admin, SharePoint was not picking the mails from Exhchange and mail was picked up only after local SMTP was configured...
We need SharePoint only to receive mail and that is all, no additional mailboxes or anything like that…
Thanks in advance!
Tofig
- Edited by Tofig Monday, May 14, 2012 4:04 PM

