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

推荐订阅源

WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
博客园 - Franky
Martin Fowler
Martin Fowler
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志
Recent Announcements
Recent Announcements
The Cloudflare Blog
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享
J
Java Code Geeks
B
Blog RSS Feed
博客园 - 三生石上(FineUI控件)
MongoDB | Blog
MongoDB | Blog
腾讯CDC
博客园_首页
博客园 - 司徒正美
D
DataBreaches.Net
I
InfoQ
GbyAI
GbyAI
IT之家
IT之家
罗磊的独立博客

博客园 - 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.