Contact information
Owner: GNOME Infrastructure Team
Purpose: Add new aliases under the aliases table for the domains we host
Description
Adding new aliases on the domains we host can be done by modifying the roles/postfix.server/templates/postmap/virtual-$domain_name on Ansible.
Action
To add an alias under the @gnome.org domain, edit the roles/postfix.server/templates/postmap/virtual-gnome.org file with your favourite editor.
Add a a description and the alias, such as:
# Alias for mail about Copyright/Trademark licensing licensing@gnome.org board@gnome.org
After the commit has been pushed to Ansible's master branch, the aliases table will be rebuilt automatically. (there's no need to run newaliases manually)