post_install() {
  getent passwd opendmarc >/dev/null || \
  useradd --system -g mail -s /usr/bin/nologin -d /etc/opendmarc opendmarc
}

post_upgrade() {
  post_install
}
