aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opendkim/opendkim.pre-install
blob: 25d3fd7538c2825aa69a3c3f3a9a906f405d5a60 (plain)
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S opendkim 2>/dev/null
adduser -S -D -H -s /bin/false -G opendkim -g opendkim opendkim 2>/dev/null

exit 0