Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
David Runge
infrastructure
Commits
1d8d133e
Verified
Commit
1d8d133e
authored
Jul 08, 2021
by
Kristian Klausen
🎉
Browse files
mailman: Forward common mailboxes to root@archlinux.org
parent
70459b61
Changes
3
Hide whitespace changes
Inline
Side-by-side
roles/mailman/files/aliases
0 → 100644
View file @
1d8d133e
root root@archlinux.org
MAILER-DAEMON postmaster@archlinux.org
postmaster postmaster@archlinux.org
abuse abuse@archlinux.org
roles/mailman/tasks/main.yml
View file @
1d8d133e
...
...
@@ -19,7 +19,9 @@
-
name
:
install postfix maps
copy
:
src={{ item }} dest=/etc/postfix/ owner=root group=root mode=0644
loop
:
-
aliases
-
milter_header_checks
notify
:
reload postfix
-
name
:
open firewall holes for postfix
ansible.posix.firewalld
:
service=smtp permanent=true state=enabled immediate=yes
...
...
roles/mailman/templates/main.cf.j2
View file @
1d8d133e
...
...
@@ -41,7 +41,7 @@ smtpd_reject_footer = For assistance contact <postmaster@archlinux.org>. Please
smtpd_milters = inet:localhost:11332
non_smtpd_milters = $smtpd_milters
alias_maps = hash:/var/lib/mailman/data/aliases
alias_maps =
texthash:/etc/postfix/aliases
hash:/var/lib/mailman/data/aliases
local_recipient_maps = $alias_maps
alias_database = $alias_maps
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment