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 / README
1 README for dovecot 2.x
2
3 REQUIREMENTS
4
5 PRE-INSTALL
6 Create two users dovecot/dovenull and one group dovecot with a
7 unused id < 99:
8
9 'groupadd -g 26 dovecot'
10 'useradd -g dovecot -u 26 -d /var/run/dovecot -s /bin/false dovecot'
11 'useradd -g dovecot -u 27 -d /var/run/dovecot -s /bin/false dovenull'
12 'passwd -l dovecot'
13 'passwd -l dovenull'
14
15 or run the supplied pre-install script.
16
17 POST-INSTALL
18
19 PRECAUTION