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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
D
Docker
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
月光博客
月光博客
S
SegmentFault 最新的问题
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI

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