summaryrefslogtreecommitdiff
path: root/dovecot/pre-install
blob: 01bff34bdb6c621dde971731fe0f37a58c96dad6 (plain)
    1 #!/bin/sh
    2 
    3 getent group dovecot   || /usr/sbin/groupadd -r dovecot
    4 getent passwd dovecot  || /usr/sbin/useradd  -r -g dovecot -d /var/run/dovecot -s /bin/false dovecot
    5 getent passwd dovenull || /usr/sbin/useradd  -r -g dovecot -d /var/run/dovecot -s /bin/false dovenull
    6 /usr/bin/passwd -l dovecot
    7 /usr/bin/passwd -l dovenull

Generated by cgit