1
0
forked from ports/opt
opt/dovecot
..
2013-01-07 18:02:21 +01:00
2013-01-07 18:02:21 +01:00
2012-05-09 08:50:16 +02:00
2013-01-07 18:02:21 +01:00
2010-08-29 11:17:24 +02:00
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