Skip to content
Snippets Groups Projects
Verified Commit ae163d6b authored by ynerant's avatar ynerant
Browse files

[nullmailer] Define allmailfrom to always send mails as root


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 601a5213
No related branches found
No related tags found
1 merge request!216Belenios
......@@ -3,3 +3,4 @@ glob_nullmailer:
root: root@crans.org
smtp_server: smtp.adm.crans.org
defaulthost: crans.org
allmailfrom: root@crans.org
......@@ -26,3 +26,9 @@
content: "{{ nullmailer.defaulthost }}\n"
dest: /etc/nullmailer/defaulthost
mode: 0644
- name: Set nullmailer allmailfrom
copy:
content: "{{ nullmailer.allmailfrom }}\n"
dest: /etc/nullmailer/allmailfrom
mode: 0644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment