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

lmtp

parent d180d39e
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.
......@@ -47,8 +47,9 @@ smtpd_milters = inet:localhost:11332
non_smtpd_milters = $smtpd_milters
alias_maps = texthash:/etc/postfix/aliases hash:/var/lib/mailman/data/aliases
local_recipient_maps = $alias_maps
local_recipient_maps = $alias_maps hash:/etc/postfix/transport
alias_database = $alias_maps
transport_maps = hash:/etc/postfix/transport
milter_header_checks = pcre:/etc/postfix/milter_header_checks
......
......@@ -43,6 +43,12 @@
become_user: postgres
become_method: su
- name: open firewall holes for mailman (LMTP)
ansible.posix.firewalld: port=8024/tcp zone=wireguard permanent=true state=enabled immediate=yes
when: configure_firewall
tags:
- firewall
# TODO: start uwsgi
# TODO: hyperkittynginx.ini
# TODO: hyperkitty databases
......
......@@ -11,5 +11,7 @@ admin_pass: {{ vault_mailman_admin_pass }}
[mta]
configuration: /etc/postfix.cfg
lmtp_host: {{ hostvars['mailman3.archlinux.org']['wireguard_address'] }}
lmtp_port: 8024
smtp_host: {{ hostvars['lists.archlinux.org']['wireguard_address'] }}
smtp_port: 25
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