1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-18 18:07:22 +01:00

if a custom DNS record exists for a web-serving domain and the record is just the box's IP address, don't skip this domain for serving web

This commit is contained in:
Joshua Tauberer
2015-09-05 20:06:30 +00:00
parent c545e46ebe
commit 104b804059
2 changed files with 5 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ Calender/Contacts:
* CalDAV/CardDAV and Exchange/ActiveSync for calendar/contacts wasn't working in some network configurations.
Web:
* If a custom DNS record is set on a domain or 'www'+domain, web would not be served for that domain. If the custom DNS record is just the box's IP address, that's a configuration mistake, but allow it and let web continue to be served.
Control panel:
* Added an option to check for new Mail-in-a-Box versions within status checks. It is off by default so that boxes don't "phone home" without permission.