opt/dovecot
Juergen Daubert 472fbe4ef2 Merge branch '3.4' into 3.5
Conflicts:
	dovecot/.signature
	dovecot/Pkgfile
	dropbear/.signature
	dropbear/Pkgfile
2019-03-28 16:05:13 +01:00
..
.footprint dovecot: add PAM support, use defaults for SSL certs, remove configuration patch 2019-03-10 13:54:22 +01:00
.signature Merge branch '3.4' into 3.5 2019-03-28 16:05:13 +01:00
dovecot.pam dovecot: add PAM support, use defaults for SSL certs, remove configuration patch 2019-03-10 13:54:22 +01:00
dovecot.rc dovecot: add PAM support, use defaults for SSL certs, remove configuration patch 2019-03-10 13:54:22 +01:00
Pkgfile Merge branch '3.4' into 3.5 2019-03-28 16:05:13 +01:00
pre-install dovecot: add PAM support, use defaults for SSL certs, remove configuration patch 2019-03-10 13:54:22 +01:00
README dovecot: add PAM support, use defaults for SSL certs, remove configuration patch 2019-03-10 13:54:22 +01:00

README for dovecot 2.x

REQUIREMENTS

PRE-INSTALL
   Create two system users dovecot/dovenull and one system group
   dovecot with unused id < 99:

   'groupadd -r dovecot'
   'useradd -r -g dovecot -d /var/run/dovecot -s /bin/false dovecot'
   'useradd -r -g dovecot -d /var/run/dovecot -s /bin/false dovenull'
   'passwd -l dovecot'
   'passwd -l dovenull'

   or run the supplied pre-install script.

POST-INSTALL

PRECAUTION