GNU bug report logs -
#42899
[PATCH 00/10] Dovecot improvements. Add support for pigeonhole.
Previous Next
Reported by: Alexey Abramov <levenson <at> mmer.org>
Date: Mon, 17 Aug 2020 09:29:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 25 Feb 2025 11:35:46 +0000
with message-id <87bjuq1ckt.fsf <at> cbaines.net>
and subject line Re: [bug#42899] [PATCH v6 0/3] services: dovecot: Add pigeonhole support
has caused the debbugs.gnu.org bug report #42899,
regarding [PATCH 00/10] Dovecot improvements. Add support for pigeonhole.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
42899: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42899
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Guix,
I did some work on dovecot, and now can run it with sieve/managesieve
support. I followed the same aproach NixOS guys did. I patched moduledir in
the source code (/etc/dovecot/modules), and provide it as a symlink to current
system profiles lib/dovecot.
I also added fts plugin support for dovecot, added few more options for sieve
protocol configuration.
Alexey Abramov (10):
gnu: dovecot: Add lucene library to support fts indexing.
gnu: dovecot: Patch and provide a static path for module directory.
services: dovecot: Use modules via symlink to system profile.
gnu: dovecot-pigeonhole: Add new variable.
services: dovecot: Serialize global settings first.
services: dovecot: Only serialize settings with non-empty values.
services: dovecot: Add 'mail-attribute-dict' configuration option.
services: dovecot: Add 'imap-metadata?' protocol configuration option.
services: dovecot: Add 'managesieve-notify-capability' configuration.
services: dovecot: Add 'managesieve-sieve-capability' option.
gnu/local.mk | 1 +
gnu/packages/mail.scm | 68 +++++++-
...ovecot-use-static-path-for-moduledir.patch | 146 +++++++++++++++++
gnu/services/mail.scm | 151 ++++++++++--------
4 files changed, 300 insertions(+), 66 deletions(-)
create mode 100644 gnu/packages/patches/dovecot-use-static-path-for-moduledir.patch
--
2.27.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Alexey Abramov via Guix-patches via <guix-patches <at> gnu.org> writes:
> Hi everyone,
>
> It is been a while.. I add some changes to the previous series.
>
> - I changed the location of modules to /usr/lib/dovecot instead of
> /etc/dovecot. Don't know why). /usr/lib/dovecot seems natural to me.
> - I renamed `%dovecot-moduledir' to make-dovecot-moduledir, and now use
> union-build to create the union of modules.
> - %dovecot-activation uses switch-symlinks now.
> - I changed the tests a little bit, so that email will go through a simple
> sieve script.
>
> Alexey Abramov (3):
> gnu: dovecot: Set moduledir to global directory.
> services: dovecot: Provide plugins through a /gnu/store directory.
> tests: dovecot: Add sieve.
>
> doc/guix.texi | 19 ++++++++++++
> gnu/packages/mail.scm | 8 ++++--
> gnu/services/mail.scm | 44 ++++++++++++++++++++++++++--
> gnu/tests/mail.scm | 67 +++++++++++++++++++++++++++++++++++++++----
> 4 files changed, 129 insertions(+), 9 deletions(-)
Thanks all, I've pushed these patches to master as
c9d9eab868f155ea4f49199b7cf9ad13002bfc86.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.