| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
dovecot can use /etc/passwd and /etc/shadow dirctly, so there are not
really any need for PAM.
https://github.com/alpinelinux/aports/commit/10b458891b729fee807ff3860398019a1b18c5af#commitcomment-25379432
This reverts commit 10b458891b729fee807ff3860398019a1b18c5af.
|
|
|
|
| |
fixes #8099
|
|
|
|
|
| |
move configure to a function so we avoid specify the common options
multiple times
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- cosmetic fixes in init-script
- move /usr/libexec/dovecot to /usr/lib/dovecot
- add pidgeonhole (sieve) ldap storage plugin as subpackage
- move all sieve-related stuff to pidgeonhole-plugin subpackage,
so now dovecot package have no sieve-dependent libs and binaries.
- move all ldap-related libs to dovecot-ldap subpackage,
so now dovecot package doesn't depends on libldap.
|
|
|
|
|
| |
Remove fixed-upstream LibreSSL patch for dovecot as it was fixed
upstream in commit dovecot/core#b91659702c83b8f144e369ad5fa82724242c210c
|
| |
|
| |
|
|
|
|
|
|
| |
--
add config for sieve-extdata-plugin
some fixes in APKBUILD
|
|
|
|
|
|
| |
it was discussed that building these external plugins as part of
the Dovecot APKBUILD would prevent ABI version mismatches and
other bugs that arise when Dovecot is updated
|
|
|
|
|
|
|
|
| |
Dovecot 2.2.26 was actually released as 2.2.26.0 after some
critical issues were fixed in the initial release. After some
discussion about how the numbering scheme should be handled, a
temporary fix was introduced and remaining hardcoded version
numbers removed.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* main/dovecot: Properly set primary group in .pre-install.
main/dovecot/dovecot.pre-install
* main/{npre,postgrey}: Properly set primary group in .pre-install.
main/nrpe/nrpe.pre-install
main/postgrey/postgrey.pre-install
* main/ympd: Reorder arguments in .pre-install as in da4e96aacef5.
main/ympd/ympd.pre-install
* main/znc: Reorder arguments in .pre-install as in da4e96aacef5.
main/znc/znc.pre-install
* main/aports-build: Reorder arguments in .pre-install as in da4e96aacef5.
main/aports-build/aports-build.pre-install
* main/atheme-iris: Fix overlooked consistency issue as in a60b9f07dee0.
main/atheme-iris/atheme-iris.pre-install
* main/[various]: Add group and use it as primary in .pre-* scripts.
main/apache2/apache2.pre-install
main/aports-build/aports-build.pre-install
main/atheme-iris/atheme-iris.pre-install
main/clamav/clamav-db.pre-install
main/clamsmtp/clamsmtp.pre-install
main/clamsmtp/clamsmtp.pre-upgrade
main/coova-chilli/coova-chilli.pre-install
main/dhcp/dhcp.pre-install
main/djbdns/dnscache.pre-install
main/djbdns/tinydns.pre-install
main/ez-ipupdate/ez-ipupdate.pre-install
main/fetchmail/fetchmail.pre-install
main/freeswitch/freeswitch.pre-install
main/gitolite/gitolite.pre-install
main/gnats/gnats.pre-install
main/gross/gross.pre-install
main/icecast/icecast.pre-install
main/memcached/memcached.pre-install
main/ngircd/ngircd.pre-install
main/openntpd/openntpd.pre-install
main/snort/snort.pre-install
main/squid/squid.pre-install
main/squid/squid.pre-upgrade
main/transmission/transmission-daemon.pre-install
main/znc/znc.pre-install
|
|
|
|
| |
rename plugin subpackage
|
|
|
|
|
|
| |
Sieve support in dovecot requires the pigeonhole plugin.
The plugin requires to be rebuilded each time dovecot minor version changes,
so having it as a subpackage will make it easier.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- sample-configs (conf.d) moved to main package because those are used by dovecot.conf
- dovecot-sample-config subpackage and corresponding dovecot-sample-config.post-install are removed
- configs related to ldap auth moved to dovecot-ldap subpackage
- new subpackage dovecot-sql with sql-related configs
- all sql drivers now depend on dovecot-sql
- init-script: default basedir set to /run/dovecot. added creation of basedir
|
| |
|
|
|
|
| |
allows dovecot-pigeonhole-plugin to build properly
|
|
|
|
|
| |
Increased pkgrel after having added description to init.d script in
previous commit.
|
|
|
|
|
| |
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
|
| |
|
|
|
|
|
| |
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|