repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
opendkim
/
opendkim.install
blob
d17f2b0c7468e3a8e6c8f3edbd86be79b0d1f439
1
post_install() {
2
# Create opendkim user and set permissions
3
useradd -r -g mail -d / opendkim
4
chown -R opendkim:mail etc/opendkim
5
6
cat <<EOF
7
8
>>> Check and modify /etc/opendkim/opendkim.conf before starting
9
10
EOF
11
}
12
13
post_remove() {
14
userdel opendkim
15
}