This commit is contained in:
2021-05-03 16:10:02 +02:00
parent 1fa5021d13
commit 62ff3af6a9
16 changed files with 262 additions and 7 deletions

View File

@ -0,0 +1,12 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# ---
# Sender addresses blocked by postfwd
# ---
# annoying spammer domains
.*@acieu.co.uk
# annoying spammer addresses
error@mailfrom.com
sqek@eike.se

View File

@ -0,0 +1,9 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# ---
# Sender domains blocked by postfwd
# ---
# annoying spammer domains
acieu.co.uk

View File

@ -0,0 +1,6 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# ---
# SASL Users blocked by postfwd
# ---

View File

@ -0,0 +1,10 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# ---
# SASL Users whitelisted by postfwd
# ---
abo@akweb.de
vertrieb@akweb.de
presse@mbr-berlin.de

View File

@ -1,3 +1,5 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
#---------------------------------------
#-----------------------------
# Settings for script check_cert_for_dovecot.sh

View File

@ -1,3 +1,5 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
#---------------------------------------
#-----------------------------
# Settings

View File

@ -1,3 +1,5 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# ---------------------------------------------------------
# - Parameter Settings for script 'create_opendkim_key.sh'.
# ---------------------------------------------------------

View File

@ -1,3 +1,5 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# ----------------------------------------------------
# ---
# - Parameter Settings for script 'postfix_add_mailboxes.sh'.

View File

@ -1,3 +1,5 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# ----------------------------------------------------
# ---
# - Parameter Settings for script 'sent_userinfo_postfix.sh'.

View File

@ -1,3 +1,5 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# ======================================================
# ---
# Parameter Settings for Script 'whitelist_mb_sigs.conf'

View File

@ -14,7 +14,7 @@
# - service_domain="mx.warenform.de"
# -
#service_domain=""
service_domain="a.mx.oopen.de"
service_domain="e.mx.oopen.de"
# - service_name

View File

@ -52,6 +52,14 @@ ipv4="{{ ipv4_address | default(omit) }}"
ipv6="{{ ipv6_address | default(omit) }}"
# - Webserver User
# -
# - defaults to:
# - http_user=www-data
# -
#http_user="www-data"
# ---
# - Listener configuration
# ---