opt/dovecot
2021-12-07 15:56:40 +01:00
..
.footprint dovecot: update to 2.3.17 2021-10-28 17:58:05 +02:00
.signature dovecot: update to 2.3.17.1 2021-12-07 15:56:40 +01:00
dovecot.pam dovecot: add PAM support, use defaults for SSL certs, remove configuration patch 2019-03-10 13:54:22 +01:00
dovecot.rc dovecot: add PAM support, use defaults for SSL certs, remove configuration patch 2019-03-10 13:54:22 +01:00
Pkgfile dovecot: update to 2.3.17.1 2021-12-07 15:56:40 +01:00
pre-install dovecot: add PAM support, use defaults for SSL certs, remove configuration patch 2019-03-10 13:54:22 +01:00
README dovecot: add PAM support, use defaults for SSL certs, remove configuration patch 2019-03-10 13:54:22 +01:00

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