11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
|
# Example aliases file
|
||
|
|
||
|
# Send root to Joe and Jane
|
||
|
root: {{ msmtp_email_address }}
|
||
|
|
||
|
# Send cron to Mark
|
||
|
cron: {{ msmtp_email_address }}
|
||
|
|
||
|
# Send everything else to admin
|
||
|
default: {{ msmtp_email_address }}
|