The mail aliases file can be managed to contain definitions for specific email aliases:
username:
alias.present:
- target: user@example.com
salt.states.alias.
absent
(name)¶Ensure that the named alias is absent
salt.states.alias.
present
(name, target)¶Ensures that the named alias is present with the given target or list of targets. If the alias exists but the target differs from the previous entry, the target(s) will be overwritten. If the alias does not exist, the alias will be created.