Skip to content

Implement alias_domain attribute for domain object.

Mark Sapiro requested to merge msapiro/mailman:alias_domains into master

This branch implements and tests an alias_domain attribute for Domain objects. See the section Unusual Postfix configuration at src/mailman/docs/MTA.rst for more about the purpose of this attribute.

I think this branch is almost complete as far as the core is concerned with the sole exception that it adds a column for alias_domain to the domain database table, and I'm sure this requires some migration, but I haven't done that as I don't really know how.

Also, mailman_client and postorius will also need updates to be able to display and set the alias_domain. I haven't looked at that at all yet.

Merge request reports