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

addgroup -S smmsp 2>/dev/null
adduser -S -h /var/lib/milter-greylist -s /sbin/nologin -G smmsp -g smmsp smmsp 2>/dev/null

exit 0