IMAP and POP3 Server Written Primarily with Security in Mind
Dovecot is an IMAP and POP3 server for Linux and UNIX-like systems,
written primarily with security in mind. Although it is written in C,
it uses several coding techniques to avoid most of the common pitfalls.
Dovecot can work with standard mbox and maildir formats and is fully
compatible with UW-IMAP and Courier IMAP servers as well as mail
clients accessing the mailboxes directly.
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / dovecot23
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:mail/dovecot23 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
dovecot-2.0.configfiles | 0000001000 1000 Bytes | |
dovecot-2.1-pigeonhole.configfiles | 0000000074 74 Bytes | |
dovecot-2.1.configfiles | 0000001117 1.09 KB | |
dovecot-2.2-pigeonhole.configfiles | 0000000149 149 Bytes | |
dovecot-2.2.configfiles | 0000001127 1.1 KB | |
dovecot-2.3-pigeonhole-0.5.21.1.tar.gz | 0001956404 1.87 MB | |
dovecot-2.3-pigeonhole-0.5.21.1.tar.gz.sig | 0000000866 866 Bytes | |
dovecot-2.3-pigeonhole.configfiles | 0000000149 149 Bytes | |
dovecot-2.3.0-better_ssl_defaults.patch | 0000002629 2.57 KB | |
dovecot-2.3.0-dont_use_etc_ssl_certs.patch | 0000005303 5.18 KB | |
dovecot-2.3.21.1.tar.gz | 0007842044 7.48 MB | |
dovecot-2.3.21.1.tar.gz.sig | 0000000866 866 Bytes | |
dovecot-2.3.configfiles | 0000001123 1.1 KB | |
dovecot-rpmlintrc | 0000000122 122 Bytes | |
dovecot23.changes | 0000125506 123 KB | |
dovecot23.keyring | 0000004018 3.92 KB | |
dovecot23.spec | 0000028032 27.4 KB | |
fix-build-with-openssl-3.patch | 0000001140 1.11 KB | |
fix-strict-aliasing.patch | 0000003028 2.96 KB |
Comments 7
Could you build dovecot23 with options
--with-stemmer
and--with-textcat
(requiressnowball libstemmer0d libexttextcat
and to compilesnowball-devel libexttextcat-devel
) as these are necessary for dovecot23-fts-flatcurve.https://github.com/slusarz/dovecot-fts-flatcurve/
Flatcurve just recently reached version 1.0.0 and will be, according to official dovecot documentation, included in dovecot 2.4. However, as a final version it is available since dovecot 2.3.17.
I am preparing an update ... here:
https://build.opensuse.org/package/show/home:computersalat:devel:mail/dovecot23
did build the plugin here:
https://build.opensuse.org/package/show/server:mail/dovecot23-fts-flatcurve
kindly test if that works for you ...
why not just submit the packages from my home? I mean your fts-flatcurve package looks like a copy of mine anyway?
Unfortunately your builds do NOT work, for the reasons stated initially.
I guess if you add Snowball support textcat support would fail, too ;-)
After I rebuild your dovecot32 packages with stemmer- and textcat-support, everything works as expected. Strangely my packages are 45 MiB bigger than yours?!
Your/darix's dovecot23-fts-flatcurve package works well, however. So in conclusion, it can only exist where also snowball and textcat-libraries are available (at least leap 15.5).
Please also consider AppArmor. Here I can recommend:
Add in /etc/apparmor.d/usr.sbin.dovecot (indexer is only for dispatching, does not need its own profile imho):
And accordingly a new file in /etc/apparmor.d/usr.lib.dovecot.indexer-worker like this:
^^ The path Indizes/ above is specific for me as tunables/dovecot does not consider a separate folder for that.
we can not globally turn on the stemmer/textcat option because the libraries are not available on older distros.
Sorry if I get it wrong totally if that's not possible with packaging. But why not ship a different
/usr/lib64/dovecot-fts.so
with package dovecot23-fts-flatcurve that overwrites the one from package dovecot23?Thus, nobody would be bothered if not using flatcurve. Also the package might be 45 MiB smaller for users of dovecot23-fts-* packages (or I am simply not good in compiling). Please see: