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