Your postfix seams to be outdated, my system reports:
# cat /etc/os-release
NAME="grommunio"
VERSION="2023.11.2"
ID="grommunio-lds"
ID_LIKE="suse"
VERSION_ID="2023.11.2"
PRETTY_NAME="grommunio"
ANSI_COLOR="0;36"
HOME_URL="https://grommunio.com/"
DOCUMENTATION_URL="https://docs.grommunio.com/"
My Postfix reports: 3.7.3, this is the expected version.
# postconf -d | grep mail_version
mail_version = 3.7.3
Try to update your system:
zypper ref -f; zypper up
or better:
zypper ref -f; zypper dup