aboutsummaryrefslogtreecommitdiffstats
path: root/testing/milter-greylist/milter-greylist.pre-install
blob: 06b94b4589fc9b3dce7900351f19a2c3f76d2b7d (plain)
1
2
3
4
#!/bin/sh
addgroup -S smmsp &>/dev/null
adduser -h /var/lib/milter-greylist -s /sbin/nologin -S -G smmsp smmsp &>/dev/null
exit 0