Skip to content
Snippets Groups Projects
Commit 26d13390 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

transport

parent 1f83cf78
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !437. Comments created here will be created in the context of that merge request.
# AUTOMATICALLY GENERATED BY MAILMAN ON 2021-07-03 22:52:50
#
# This file is generated by Mailman, and is kept in sync with the binary hash
# file. YOU SHOULD NOT MANUALLY EDIT THIS FILE unless you know what you're
# doing, and can keep the two files properly in sync. If you screw it up,
# you're on your own.
# Aliases which are visible only in the @lists.archlinux.org domain.
test@lists.archlinux.org lmtp:[10.0.0.2]:8024
test-bounces@lists.archlinux.org lmtp:[10.0.0.2]:8024
test-confirm@lists.archlinux.org lmtp:[10.0.0.2]:8024
test-join@lists.archlinux.org lmtp:[10.0.0.2]:8024
test-leave@lists.archlinux.org lmtp:[10.0.0.2]:8024
test-owner@lists.archlinux.org lmtp:[10.0.0.2]:8024
test-request@lists.archlinux.org lmtp:[10.0.0.2]:8024
test-subscribe@lists.archlinux.org lmtp:[10.0.0.2]:8024
test-unsubscribe@lists.archlinux.org lmtp:[10.0.0.2]:8024
......@@ -4,3 +4,9 @@
- name: reload postfix
service: name=postfix state=reloaded
- name: run postmap
command: postmap /etc/postfix/{{ item }}
loop:
- aliases
- transport
......@@ -21,7 +21,8 @@
loop:
- aliases
- milter_header_checks
notify: reload postfix
- transport
notify: run postmap
- name: open firewall holes for postfix
ansible.posix.firewalld: service=smtp zone={{ item }} permanent=true state=enabled immediate=yes
......
......@@ -46,7 +46,7 @@ smtpd_reject_footer = For assistance contact <postmaster@archlinux.org>. Please
smtpd_milters = inet:localhost:11332
non_smtpd_milters = $smtpd_milters
alias_maps = texthash:/etc/postfix/aliases hash:/var/lib/mailman/data/aliases
alias_maps = hash:/etc/postfix/aliases hash:/var/lib/mailman/data/aliases
local_recipient_maps = $alias_maps hash:/etc/postfix/transport
alias_database = $alias_maps
transport_maps = hash:/etc/postfix/transport
......
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