opt/dovecot
2023-09-18 11:52:37 +02:00
..
.footprint dovecot: update to 2.3.21 2023-09-18 11:52:37 +02:00
.signature dovecot: update to 2.3.21 2023-09-18 11:52:37 +02: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: use /run/dovecot as rundir 2022-02-12 19:08:58 +01:00
Pkgfile dovecot: update to 2.3.21 2023-09-18 11:52:37 +02: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