first commit

This commit is contained in:
Ludovic Cartier
2024-12-06 11:04:10 +01:00
parent d4ff9859ae
commit 53beeec066
11 changed files with 174 additions and 0 deletions

15
templates/aliases.j2 Normal file
View File

@@ -0,0 +1,15 @@
# {{ ansible_managed }}
# /etc/aliases
mailer-daemon: postmaster
postmaster: root
nobody: root
hostmaster: root
usenet: root
news: root
webmaster: root
www: root
ftp: root
abuse: root
noc: root
security: root
root: {{ postfix_catchall | default('admin@brainsys.io') }}