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

推荐订阅源

V
Visual Studio Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
博客园_首页
量子位
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
S
SegmentFault 最新的问题
雷峰网
雷峰网
小众软件
小众软件
博客园 - 聂微东
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog

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