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

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

exit 0