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

catch-all aiases and domain aliases should not require postmaster@ and admin@ aliases because they'll forward anyway

This commit is contained in:
Joshua Tauberer
2015-01-19 23:18:28 +00:00
parent 1bf8f1991f
commit 85a40da83c
2 changed files with 6 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ Setup:
Miscellaneous:
* Internationalized domain names (IDNs) are now supported for DNS and web, but email is not yet tested.
* Domains that only have a catch-all alias or domain alias no longer automatically create/require admin@ and postmaster@ addresses since they'll forward anyway.
v0.06 (January 4, 2015)