• Joshua Tauberer's avatar
    support "domain aliases" (@domain => @domain aliases) · 7e7abf3b
    Joshua Tauberer authored
    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
    7e7abf3b
Name
Last commit
Last update
conf Loading commit data...
management Loading commit data...
setup Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...