blob: 8b1762236135f829106c2a2b4214d5aa9cd17af8 (
plain)
1 README for dovecot 2.x
2
3 REQUIREMENTS
4
5 PRE-INSTALL
6 Create two system users dovecot/dovenull and one system group
7 dovecot with unused id < 99:
8
9 'groupadd -r dovecot'
10 'useradd -r -g dovecot -d /var/run/dovecot -s /bin/false dovecot'
11 'useradd -r -g dovecot -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
|