post_install() {
    useradd -r -g mail -d / -s /sbin/nologin opendkim
    chown -R opendkim:mail etc/opendkim
    cat <<EOF
>>>  Check and modify /etc/opendkim/opendkim.conf before starting
EOF
}
