32 Коммитов (bf0c345bb97d6c926f131279d2d0654693514d3d)

Автор SHA1 Сообщение Дата
Florent Daigniere 4ae0d7d768 Enable HAPROXY protocol in between front and imap
With this we avoid running into the limitations of
 mail_max_userip_connections (see #894 amd #1364) and the
 logfiles as well as ``doveadm who`` give an accurate picture.
3 лет назад
Florent Daigniere 5da2ab8fd1 drop privs 3 лет назад
Florent Daigniere bf588d19a4 Fix RECIPIENT_DELIMITER 3 лет назад
Vincent Kling 23d06a5761 Fix a bunch of typos 3 лет назад
Florent Daigniere 224880822f
remove space 4 лет назад
Florent Daigniere 3d7b9fe194 Ensure we use IMAP IDLE like it's supposed to work
imap_idle_notify_interval = 2 mins -> 29 mins

See https://peterkieser.com/2011/03/25/androids-k-9-mail-battery-life-and-dovecots-push-imap/
4 лет назад
lub 40ad3ca032 only load zlib when compression is used 4 лет назад
lub 2316ef1162 update compression algorithms for dovecot 3.3.14
xz is deprecated; lz4 and zstd were not present in our configs before
4 лет назад
lub 98a6ffb497 add compression via xz and lz4 5 лет назад
Thomas Rehn fc47b736ea introduce environment variable to control dovecot full-text-search 5 лет назад
Dario Ernst e499d5a804 Add xapian full-text-search plugin to dovecot
Currently we are not able to offer our users a FTS experience after the
demise of lucene due to unfixed coredumps with musl/alpine.
We now add lucene, the only remaining maintained small/lean FTS plugin
for dovecot. It is quite simple to add to our stack: A two-stage docker
build is used to compile the fts plugin in the first stage, and copy
over only the resulting plugin-artifact to the second stage, which is
our usual dovecot container. Configuration is also minimal.
6 лет назад
Ionut Filip 8d34756023 Increase dovecot mail max userip 6 лет назад
Thomas Sänger 492f3867d8
remove (broken) FTS 7 лет назад
Tim Möhlmann 3a5b763018
Option to disable full text search (lucene)
This is a workaround for the bug in issue #751
7 лет назад
hoellen c041a9d45c allow all characters for username in dovecot 7 лет назад
kaiyou 0a5dbf6230 Re-enable local dovecot sieve scripts 7 лет назад
kaiyou 9890e1fb2a Fix the dovecot configuration path 7 лет назад
kaiyou dc4b0d21ea Clean the dovecot configuration dir 7 лет назад
kaiyou 6ba55ee377 Implement the sieve script name resolution pattern 7 лет назад
kaiyou 4d25083847 Move sieve script generation to the admin container 7 лет назад
kaiyou 68aa797720 Merge branch 'master' into feat-abstract-db 7 лет назад
kaiyou d917f60352
Merge pull request #553 from HorayNarea/compress
add optional Maildir-Compression
7 лет назад
Thomas Sänger 0bdb2a16bc
add optional Maildir-Compression 7 лет назад
Thomas Sänger fb62e6b5a2
add full-text search support 7 лет назад
Pierre Jaury b5d6b93869 Switch to using Podop in Dovecot 7 лет назад
Mildred Ki'Lya 6bb4c6e2f0 Parametrize front address from dovecot 7 лет назад
kaiyou 7f0447514c Finish storing the user quota to redis 7 лет назад
kaiyou 091369915b Display the user quota in the admin interface 7 лет назад
Mildred Ki'Lya 649a4fc9cf Add Delivered-To header to received messages
Postfix, after expanding the alias, is not transmitting the original
envelope recipient email address to dovecot and cannot record it in a
Received: header.

The LMTP DSN extension allows postfix to specify an ORCPT= parameter to
the "RCPT TO:" line (in postfix src/smtp/smtp_proto.c). However, dovecot
does not support the DNS extension on the LMTP endpoint. It has
preliminary support of the ORCPT parameter in latest versions but is is
disabled and not working.

The solution taken was to add a sieve script to parse the Received:
header written by postfix and parse the original RCPT TO address from
it. Then add the header through the "editheader" sieve extension. Later
sieve scripts can take this header to perform further filtering.
7 лет назад
AdrienM 29a1548532 Add explicit ssl_protocols in conf 7 лет назад
kaiyou 1d9b3b00a7 Use rspamd as a milter service instead of deprecated rmilter 8 лет назад
kaiyou 689be5f2d9 Move all directories per theme 8 лет назад