summaryrefslogtreecommitdiff
path: root/community/opendkim/opendkim.install
blob: a1f16f6ca9c9b84d770fa2b66e00b25cee7a1248 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    useradd -r -g mail -d / opendkim
    chown -R opendkim:mail etc/opendkim
    cat <<EOF
>>>  Check and modify /etc/opendkim/opendkim.conf before starting
EOF
}

post_remove() {
    userdel opendkim
}