| Server IP : 198.38.94.13 / Your IP : 216.73.217.33 Web Server : Apache System : Linux d4744.dxb1.stableserver.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : revivere ( 1140) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/saltstack/salt/lib/python3.10/site-packages/salt/states/__pycache__/ |
Upload File : |
o
;j� � @ s d Z dd� Zdd� ZdS )aH
Configuration of email aliases
The mail aliases file can be managed to contain definitions for specific email
aliases:
.. code-block:: yaml
username:
alias.present:
- target: user@example.com
.. code-block:: yaml
thomas:
alias.present:
- target: thomas@example.com
The default alias file is set to ``/etc/aliases``, as defined in Salt's
:mod:`config execution module <salt.modules.config>`. To change the alias
file from the default location, set the following in your minion config:
.. code-block:: yaml
aliases.file: /my/alias/file
c C s� | i ddd�}t d | |�rd|d<