updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / opendkim / opendkim.install
blobd17f2b0c7468e3a8e6c8f3edbd86be79b0d1f439
1 post_install() {
2     # Create opendkim user and set permissions
3     useradd -r -g mail -d / opendkim
4     chown -R opendkim:mail etc/opendkim
6     cat <<EOF
8 >>>  Check and modify /etc/opendkim/opendkim.conf before starting
10 EOF
13 post_remove() {
14     userdel opendkim