Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


fortgeschrittene:postfix-dns

Dies ist eine alte Version des Dokuments!


Vorraussetzung: bind

Mailserver-Ausfall über zweiten MX-Eintrag im DNS abpuffern

Konfiguration der Zone

nsupdate
server localhost

update add notebook22.linuxhotel.de 7200 IN MX 10 notebook14.linuxhotel.de

update add notebook22.linuxhotel.de 7200 IN MX  5 notebook22.linuxhotel.de

Damit hat notebook22 die höhere Priorität, notebook14 ist Reserve-Mailserver für notebook22. Dir Priorität ist ordinal. D.h. der niedrigste MX wird bevorzugt. ====== Konfiguration Reserve-Mailserver ====== postconf -e 'relay_domains = $mydestination, notebook22.linuxhotel.de'

fortgeschrittene/postfix-dns.1480450967.txt.gz · Zuletzt geändert: 2016/11/29 20:22 von stefan_miethke