opt/dovecot
Tim Biermann 17c4671a40 dovecot: added optional dependencies; added security patches; set correct rundir; enable sqlite and libtirpc by default (#8)
Hi Jürgen,

this is a bit bigger and if you are not opposed, I'll continue with openldap/krb5 👼

1. Included a few security patches
2. Add support for a bunch of optional dependencies
3. set the correct rundir with `configure`
4. Enables the use of core/libtirpc and core/libcap by default

I have been running this in a productive environment and it works great (e.g. ldap support, argon password hashes and postgres backend).

If you agree to the changes, a squash commit via gitea ui will suffice 😄

Thanks!

Reviewed-on: #8
Co-authored-by: Tim Biermann <tbier@posteo.de>
Co-committed-by: Tim Biermann <tbier@posteo.de>
2024-08-05 10:50:13 +02:00
..
.footprint dovecot: update to 2.3.21 2023-09-18 11:52:37 +02:00
.signature dovecot: added optional dependencies; added security patches; set correct rundir; enable sqlite and libtirpc by default (#8) 2024-08-05 10:50:13 +02:00
dovecot-2.3.21-openssl3_fixes-1.patch dovecot: added optional dependencies; added security patches; set correct rundir; enable sqlite and libtirpc by default (#8) 2024-08-05 10:50:13 +02:00
dovecot-2.3.21-security_fix-1.patch dovecot: added optional dependencies; added security patches; set correct rundir; enable sqlite and libtirpc by default (#8) 2024-08-05 10:50:13 +02:00
dovecot.pam
dovecot.rc dovecot: use /run/dovecot as rundir 2022-02-12 19:08:58 +01:00
Pkgfile dovecot: added optional dependencies; added security patches; set correct rundir; enable sqlite and libtirpc by default (#8) 2024-08-05 10:50:13 +02:00
pre-install
README

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