#!/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