getent group postdrop &>/dev/null || groupadd -g 75 postdrop
getent group postfix &>/dev/null || groupadd -g 73 postfix
getent passwd postfix &>/dev/null || useradd -u 73 -d /var/spool/postfix -g postfix -s /bin/false postfix

usermod -a -G postfix,postdrop postfix

systemd-tmpfiles --create postfix.conf
