summaryrefslogtreecommitdiff
path: root/user/dovecot/dovecot.pre-install
blob: 0f6df4c759ee383e44ad1e4acbef536479471259 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

groupadd -r dovecot 2>/dev/null
groupadd -r dovenull 2>/dev/null
useradd -r -u 90 -d / -s /sbin/nologin -g dovecot dovecot 2>/dev/null
useradd -r -u 91 -d / -s /sbin/nologin -g dovenull dovenull 2>/dev/null

exit 0