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