1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-14 17:27:23 +01:00

if a custom CNAME record is set, don't add a default A/AAAA record, e.g. for 'www'

see https://discourse.mailinabox.email/t/multiple-domains-in-mail-in-a-box-with-the-domains-being-hosted-elsewhere/56/18
This commit is contained in:
Joshua Tauberer
2015-01-17 15:00:16 +00:00
parent b02d7d990e
commit 24cc108147
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
CHANGELOG
=========
Development
-----------
DNS:
* If a custom CNAME record is set, don't add a default A/AAAA record, e.g. for 'www', which end up preventing the CNAME record from working.
v0.06 (January 4, 2015)
-----------------------