2010-08-29 11:17:24 +02:00
|
|
|
README for dovecot 2.x
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
REQUIREMENTS
|
|
|
|
|
|
|
|
PRE-INSTALL
|
2010-08-29 11:17:24 +02:00
|
|
|
Create two users dovecot/dovenull and one group dovecot with a
|
|
|
|
unused id < 99:
|
|
|
|
|
2006-02-23 15:26:10 +00:00
|
|
|
'groupadd -g 26 dovecot'
|
|
|
|
'useradd -g dovecot -u 26 -d /var/run/dovecot -s /bin/false dovecot'
|
2010-08-29 11:17:24 +02:00
|
|
|
'useradd -g dovecot -u 27 -d /var/run/dovecot -s /bin/false dovenull'
|
2006-02-23 15:26:10 +00:00
|
|
|
'passwd -l dovecot'
|
2010-08-29 11:17:24 +02:00
|
|
|
'passwd -l dovenull'
|
|
|
|
|
|
|
|
or run the supplied pre-install script.
|
|
|
|
|
2006-02-23 15:26:10 +00:00
|
|
|
POST-INSTALL
|
|
|
|
|
|
|
|
PRECAUTION
|