aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opendmarc/opendmarc.pre-install
blob: 5345378ba58060b8671983ae308a49bfc5387fb4 (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -D -H -h /run/opendmarc -s /sbin/nologin -G mail -g opendmarc opendmarc 2>/dev/null

exit 0