opt/dovecot
Juergen Daubert de3534533d Merge branch '3.4' into 3.5
Conflicts:
	dovecot/.signature
	mod_php/.signature
	mod_php/Pkgfile
	php-fcgi/.signature
	php-fcgi/Pkgfile
	php-fpm/.signature
	php-fpm/Pkgfile
	php-ftp/.signature
	php-ftp/Pkgfile
	php-gd/.signature
	php-gd/Pkgfile
	php-gettext/.signature
	php-gettext/Pkgfile
	php-mysql/.signature
	php-mysql/Pkgfile
	php-sockets/.signature
	php-sockets/Pkgfile
	php-sqlite3/.signature
	php-sqlite3/Pkgfile
	php/.signature
	php/Pkgfile
	samba/.footprint
	samba/.signature
	samba/Pkgfile
2019-05-02 17:02:25 +02: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-05-02 17:02:25 +02: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-05-02 17:02:25 +02: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