1
0
forked from ports/opt
opt/dovecot
..
2017-06-26 16:39:14 +02:00
2017-06-26 16:39:14 +02:00
2017-06-26 16:39:14 +02:00
2015-05-16 14:56:18 +02:00
2017-06-26 16:39:14 +02: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