惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
I
InfoQ
博客园_首页
G
Google Developers Blog
爱范儿
爱范儿
Last Week in AI
Last Week in AI
量子位
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
月光博客
月光博客
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东

博客园 - hyouhaku

EC-13547 Unable to start File Replication Service - hyouhaku Recovering an Exchange 2007 Server using the RecoverServer switch Light Bulb Jokes That's disgusting! Uncyclopedia Introducing Blackle, the energy saving search Introducing Blackle, the energy saving search I love.. Google's April Fools' Day Present Hello World Street magic Star War Telnet Version - hyouhaku She Drives Me Crazy Superman Song Xmas Gift For PC Fans 19,November-waiting for Wii Boris... Vasu Singing Guidelines for Presentations---by Donna
Configuring Exchange Server 2007 to send/receive external...
hyouhaku · 2007-05-06 · via 博客园 - hyouhaku

As we know, a server installed as the mailbox role cannot be ran as a edge server. So we need some other 3-part components to bear these tasks. But what i want to say is, if you are running everying thing(domain controller,dns server,exchange server) on a single server,there is really simple ways doing this.

1. Receiving external emails:

Creat MX record in your dns control panel, and then run the script:"Set-ReceiveConnector -Identity "Default <ServerName>" -PermissionGroups "AnonymousUsers"" in the exchange shell.

2.Sending external emails:

Set a smtp connector in the exchange control panel and creat the policy(to send all the out-going mail or depends on domain).

Go test your mailbox now.