2010-08-29 11:17:24 +02:00
|
|
|
README for dovecot 2.x
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
REQUIREMENTS
|
|
|
|
|
|
|
|
PRE-INSTALL
|
2019-03-10 13:53:24 +01:00
|
|
|
Create two system users dovecot/dovenull and one system group
|
|
|
|
dovecot with unused id < 99:
|
2010-08-29 11:17:24 +02:00
|
|
|
|
2019-03-10 13:53:24 +01:00
|
|
|
'groupadd -r dovecot'
|
|
|
|
'useradd -r -g dovecot -d /var/run/dovecot -s /bin/false dovecot'
|
|
|
|
'useradd -r -g dovecot -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
|