opt/dovecot
2024-08-15 11:20:29 +02:00
..
.footprint
.signature dovecot: updated to version 2.3.21.1 2024-08-15 11:20:29 +02:00
dovecot-2.3.21-openssl3_fixes-1.patch dovecot: added optional dependencies; added security patches; set correct rundir; enable sqlite and libtirpc by default (#8) 2024-08-05 10:50:13 +02:00
dovecot-2.3.21-security_fix-1.patch dovecot: added optional dependencies; added security patches; set correct rundir; enable sqlite and libtirpc by default (#8) 2024-08-05 10:50:13 +02:00
dovecot.pam
dovecot.rc
Pkgfile dovecot: updated to version 2.3.21.1 2024-08-15 11:20:29 +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