oopen-server/roles/common/files/mailserver/etc/postfix/postfwd.wl-hosts
2024-07-13 23:31:55 +02:00

29 lines
477 B
Plaintext

# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# ---
# Trusted hosts whitelisted by postfwd
#
# This file is called with '=~'. This means perl regexp is possible
#
#
# To increase performance use ^ and/or $ in regular expressions
#
# Example:
#
# # all hosts of domain 'oopen.de'
# \.oopen\.de$
#
# # host a.mx.oopen.de
# ^a\.mx\.oopen\.de$
#
# ---
# give truested hostnames here
# host b.mx.oopen.de
^b\.mx\.oopen\.de$
# host d.mx.oopen.de
^d\.mx\.oopen\.de$