aboutsummaryrefslogtreecommitdiffstats
path: root/community/postfwd/postfwd.pre-install
blob: 62c8ba5d716d78d6e1c410a3fe4cf217d69cc170 (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S postfwd 2>/dev/null
adduser -SD -h /var/lib/postfwd -G postfwd postfwd 2>/dev/null

exit 0