I'm trying to use dsync to mirror mail onto a remote IMAP server.
The remote server is generating an error that authentication via
plain text is not permitted. Does dsync imapc support any
non-clear-text authentication mechanisms? The remote server supports:
AUTH=CRAM-MD5 AUTH=DIGEST-MD5 AUT
Joseph Tam:
A. Schulze writes:
precomputing ssl-params is also possible without patching but it's a
little bit tricky
...
Long version in german: https://andreasschulze.de/dovecot/ssl-params
Nice.
(You should probably point out to ensure ssl_parameters_regenerate is
zero, otherwise all thi
I have two dovecot instances that replicate to each other. Mail arrives
into "post" and it is generally accessed via IMAP on "france". Changes
(moves/expunge etc) on "france" seem to replicate back to "post" more or
less immediately. But this seems to happen only for this user. (Some)
other use
I’m almost embarrassed to submit the following patch.
cut here
--- dovecot-2.2.19/src/lib/bits.h.orig Thu Mar 19 08:42:32 2015
+++ dovecot-2.2.19/src/lib/bits.h Thu Nov 5 15:10:35 2015
@@ -10,7 +10,9 @@
#include
#include
-#include
+#ifdef HAVE_STDINT_H
+# include
+#endi