opt/dovecot
2009-10-06 18:21:22 +02:00
..
.footprint dovecot: upate to 1.2.6 2009-10-06 18:21:22 +02:00
.md5sum dovecot: upate to 1.2.6 2009-10-06 18:21:22 +02:00
dovecot dovecot: fixed rc script, install headers (FS#214) 2008-02-18 17:47:01 +01:00
dovecot-config.patch dovecot: update to 1.2.5 2009-09-14 11:37:04 +02:00
Pkgfile dovecot: upate to 1.2.6 2009-10-06 18:21:22 +02:00
README dovecot: update to 1.2.0 2009-07-02 15:52:03 +02:00

README for dovecot 1.2.x

REQUIREMENTS

PRE-INSTALL
   Create a user/group dovecot with a unused id < 99:
   'groupadd -g 26 dovecot'
   'useradd -g dovecot -u 26 -d /var/run/dovecot -s /bin/false dovecot'
   'passwd -l dovecot'
   
POST-INSTALL

PRECAUTION