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