summaryrefslogtreecommitdiff
path: root/dovecot/README
blob: 0f465aff46b383daa84d7bef4469e708d05275de (plain)
    1 README for dovecot 1.0.x
    2 
    3 REQUIREMENTS
    4 
    5 PRE-INSTALL
    6    Create a user/group dovecot with a unused id < 99:
    7    'groupadd -g 26 dovecot'
    8    'useradd -g dovecot -u 26 -d /var/run/dovecot -s /bin/false dovecot'
    9    'passwd -l dovecot'
   10    
   11 POST-INSTALL
   12 
   13 PRECAUTION
   14    The configuration file has had a lot of changes between 0.99 and 1.0, 
   15    so it's better to just modify the included dovecot.conf file manually
   16    than to update the existing one.
   17    See http://wiki.dovecot.org/moin.cgi/UpgradingDovecot

Generated by cgit