opt/dovecot
2017-08-25 15:10:50 +02:00
..
.footprint dovecot: update to 2.2.32 2017-08-25 15:10:50 +02:00
.md5sum dovecot: update to 2.2.32 2017-08-25 15:10:50 +02:00
.signature dovecot: update to 2.2.32 2017-08-25 15:10:50 +02:00
dovecot dovecot: update to 2.2.18 2015-05-16 14:56:18 +02:00
dovecot-config.patch dovecot: disable tcp_wrappers 2015-06-27 17:49:51 +02:00
Pkgfile dovecot: update to 2.2.32 2017-08-25 15:10:50 +02:00
pre-install dovecot: update to 2.0.1 2010-08-29 11:17:24 +02:00
README dovecot: update to 2.0.1 2010-08-29 11:17:24 +02:00

README for dovecot 2.x

REQUIREMENTS

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

   'groupadd -g 26 dovecot'
   'useradd -g dovecot -u 26 -d /var/run/dovecot -s /bin/false dovecot'
   'useradd -g dovecot -u 27 -d /var/run/dovecot -s /bin/false dovenull'
   'passwd -l dovecot'
   'passwd -l dovenull'

   or run the supplied pre-install script.

POST-INSTALL

PRECAUTION