feat: recommended classes configuration

This commit is contained in:
f 2023-01-14 20:43:25 -03:00
parent 7e51f789f4
commit b882e870f4

View file

@ -16,6 +16,8 @@ case $1 in
if test -n "${SRS}"; then
postconf -e sender_canonical_maps=tcp:${SRS}:10001
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
test -n "${NETWORKS}" && postconf -e mynetworks="${NETWORKS}"