blob: b83cbdfb4cd7c6c78c68f8e0be89796777d3cc96 (
plain)
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
|