1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00
mailinabox/management
Joshua Tauberer 7e7abf3b53 support "domain aliases" (@domain => @domain aliases)
This seemed to already be technically supported but the validation is now stricter and the admin is more helpful:

* Postfix seems to allow @domain.tld as an alias destination address but only if it is the only destination address (see the virtual man page).
 * Allow @domain.tld if it is the whole destination address string.
 * Otherwise, do not allow email addresses without local parts in the destination.
* In the admin, add a third tab for making it clear how to add a domain alias.

closes #265
2014-11-14 13:35:58 +00:00
..
templates support "domain aliases" (@domain => @domain aliases) 2014-11-14 13:35:58 +00:00
auth.py web-based administrative UI 2014-08-17 22:46:06 +00:00
backup.py fix control panel when no backup has been made yet 2014-10-15 12:31:08 -04:00
buy_certificate.py show SSL certificate expiration info in the control panel even long before certificates expire 2014-10-07 14:49:36 +00:00
daemon.py adding a really slick ssl certificate installation form in the control panel 2014-10-10 15:49:14 +00:00
dns_update.py DNSSEC: use RSASHA256 for the .guide tld too 2014-10-23 17:03:23 +00:00
mail_log.py management/mail_log.py also include the previously rotated log file 2014-10-10 13:59:50 +00:00
mailconfig.py support "domain aliases" (@domain => @domain aliases) 2014-11-14 13:35:58 +00:00
status_checks.py when installing a ssl cert for the primary hostname, dns, postfix, and dovecot all need to be updated/kicked 2014-10-28 11:38:04 +00:00
utils.py in the admin, show user mailbox sizes, fixes #210 2014-10-07 20:24:11 +00:00
web_update.py when installing a ssl cert for the primary hostname, dns, postfix, and dovecot all need to be updated/kicked 2014-10-28 11:38:04 +00:00