Add support for subdomains.

This commit is contained in:
Tom Alexander 2023-06-19 15:02:07 -04:00
parent 99ff022411
commit b00aef9318
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@ $ORIGIN fizz.buzz.
ns1 IN A 74.80.180.138
; ns2 IN A 74.80.180.138
; Allow receiving mail on subdomains
* 1h IN MX 10 in1-smtp.messagingengine.com
* 1h IN MX 20 in2-smtp.messagingengine.com
; The A-records for mail.fizz.buzz override the wildcard, so we have to manually re-create the MX records
mail 1h IN MX 10 in1-smtp.messagingengine.com
mail 1h IN MX 20 in2-smtp.messagingengine.com
; Access webmail at mail.fizz.buzz
mail IN A 103.168.172.47
IN A 103.168.172.48