opt/dovecot
2021-08-06 14:24:05 +02:00
..
.footprint [notify] dovecot: update to 2.3.15 2021-06-21 15:58:11 +02:00
.signature dovecot: update to 2.3.16 2021-08-06 14:24:05 +02:00
dovecot.pam
dovecot.rc
Pkgfile dovecot: update to 2.3.16 2021-08-06 14:24:05 +02:00
pre-install
README

README for dovecot 2.x

REQUIREMENTS

PRE-INSTALL
   Create two system users dovecot/dovenull and one system group
   dovecot with unused id < 99:

   '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'
   'passwd -l dovecot'
   'passwd -l dovenull'

   or run the supplied pre-install script.

POST-INSTALL

PRECAUTION