#!/bin/sh

adduser --system --home /srv/mail/${1}/ --shell /bin/false --uid ${2} --group --disabled-password mx-${1}

