29 lines
477 B
Plaintext
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$
|
|
|