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

推荐订阅源

G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
V
Visual Studio Blog
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
I
InfoQ
B
Blog RSS Feed
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
IT之家
IT之家
P
Proofpoint News Feed
WordPress大学
WordPress大学
小众软件
小众软件
B
Blog
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
量子位
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.