Kann man zwei MsExchange 2013 an einem Standort mit zwei getrennten Netzen und einer externen Domänen aufsetzen?
Hallo,
Habe bei mir folgende Situation:
Wir haben 2 getrennte Netze an einem Router.
Jedes Netz hat einen Server mit Microsoft Windows Server 2012 R2 mit Domäne. Das erste Netz hat einen Microsoft Exchange Server 2013. im anderen Netz würde ich gerne auch einen Exchange Mailserver aufsetzen. Würde das funktionieren? Wenn ja, wie?
Ps Es gibt zwei verschiedene maildomäins
Habe bei mir folgende Situation:
Wir haben 2 getrennte Netze an einem Router.
Jedes Netz hat einen Server mit Microsoft Windows Server 2012 R2 mit Domäne. Das erste Netz hat einen Microsoft Exchange Server 2013. im anderen Netz würde ich gerne auch einen Exchange Mailserver aufsetzen. Würde das funktionieren? Wenn ja, wie?
Ps Es gibt zwei verschiedene maildomäins
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 307506
Url: https://administrator.de/forum/kann-man-zwei-msexchange-2013-an-einem-standort-mit-zwei-getrennten-netzen-und-einer-externen-domaenen-307506.html
Ausgedruckt am: 18.05.2025 um 15:05 Uhr
6 Kommentare
Neuester Kommentar

Hi.
Sure you can so that. Normally if you have 'only one' public static IP you put a postfix server as a relay in a DMZ of your Network(Router) which handles all incoming external requests on port 25 an forwards the mails to the right mail server in your internal network. As a bonus this machine can do spam filtering, antivirus and much more before any of the mails reaches one of the two internal mail servers.
If your clients want to use OWA, you could install a reverse proxy like (squid, apache,nginx) on the same machine (depends on the expected load) which forwards this traffic for each domain to the right internal mail server.
Hope this answers your questions.
Regards
Sure you can so that. Normally if you have 'only one' public static IP you put a postfix server as a relay in a DMZ of your Network(Router) which handles all incoming external requests on port 25 an forwards the mails to the right mail server in your internal network. As a bonus this machine can do spam filtering, antivirus and much more before any of the mails reaches one of the two internal mail servers.
If your clients want to use OWA, you could install a reverse proxy like (squid, apache,nginx) on the same machine (depends on the expected load) which forwards this traffic for each domain to the right internal mail server.
Hope this answers your questions.
Regards

Like I said above! If you only have one public ip you need a relay server (e.g postfix) which receives all mails for both domains on port 25 which then forwards the mails to the right internal mail server.
You cannot forward the mail port (25) to two servers at the same time, that's not possible and that's the reason why you need such a solution.
But you are saying nothing about your network and infrastructure
You cannot forward the mail port (25) to two servers at the same time, that's not possible and that's the reason why you need such a solution.
But you are saying nothing about your network and infrastructure