aports/testing/postfwd/postfwd.pre-install
2019-04-14 21:31:46 +00:00

7 lines
114 B
Bash
Executable File

#!/bin/sh
addgroup -S postfwd 2>/dev/null
adduser -SD -h /var/lib/postfwd -G postfwd postfwd 2>/dev/null
exit 0