feat: recommended classes configuration
This commit is contained in:
parent
7e51f789f4
commit
b882e870f4
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ case $1 in
|
||||||
if test -n "${SRS}"; then
|
if test -n "${SRS}"; then
|
||||||
postconf -e sender_canonical_maps=tcp:${SRS}:10001
|
postconf -e sender_canonical_maps=tcp:${SRS}:10001
|
||||||
postconf -e recipient_canonical_maps=tcp:${SRS}:10002
|
postconf -e recipient_canonical_maps=tcp:${SRS}:10002
|
||||||
|
postconf -e sender_canonical_classes=envelope_sender
|
||||||
|
postconf -e recipient_canonical_classes=envelope_recipient,header_recipient
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test -n "${NETWORKS}" && postconf -e mynetworks="${NETWORKS}"
|
test -n "${NETWORKS}" && postconf -e mynetworks="${NETWORKS}"
|
||||||
|
|
Loading…
Reference in a new issue