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

addgroup -S -g 12 mail > /dev/null 2>&1
adduser  -S -u 8 -h /var/spool/mail -s /sbin/nologin -g mail -G mail -D mail > /dev/null 2>&1

exit 0