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

Generated by cgit