salt.states.alias

Configuration of email aliases.

The mail aliases file can be managed to contain definitions for specific email aliases:

username:
  alias.present:
    - target: [email protected]
salt.states.alias.absent(name)

Ensure that the named alias is absent

name
The alias to remove
salt.states.alias.present(name, target)

Ensures that the named alias is present with the given target

name
The local user/address to assign an alias to
target
The forwarding address

Table Of Contents

Previous topic

salt.states.virtualenv

Next topic

salt.states.alternatives