CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
msmtp: moved from core collection
[attic/ports/opt-cross.git] / dovecot / pre-install
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
8