opt/dovecot
2010-06-19 10:48:09 +02:00
..
.footprint dovecot: update to 1.2.7 2009-11-16 11:45:45 +01:00
.md5sum dovecot: update to 1.2.12 2010-06-19 10:48:09 +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: update to 1.2.12 2010-06-19 10:48:09 +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