opt/dovecot/pre-install

9 lines
326 B
Plaintext
Raw Normal View History

2010-08-29 11:17:24 +02:00
#!/bin/sh
getent group dovecot || /usr/sbin/groupadd -r dovecot
getent passwd dovecot || /usr/sbin/useradd -r -g dovecot -d /var/run/dovecot -s /bin/false dovecot
getent passwd dovenull || /usr/sbin/useradd -r -g dovecot -d /var/run/dovecot -s /bin/false dovenull
2010-08-29 11:17:24 +02:00
/usr/bin/passwd -l dovecot
/usr/bin/passwd -l dovenull