Displaying 4 results from an estimated 4 matches for "ioloop_timeval".
2008 Jun 20
3
Time moved backwards by 4398 seconds
...e. Can you figure out how
big the window should be?
Thanks,
Anders.
--- ./src/lib/ioloop.c-orig 2008-06-20 10:45:54.000000000 +0200
+++ ./src/lib/ioloop.c 2008-06-20 10:47:36.000000000 +0200
@@ -230,8 +230,13 @@
struct timeval tv, tv_call;
unsigned int t_id;
- if (gettimeofday(&ioloop_timeval, &ioloop_timezone) < 0)
- i_fatal("gettimeofday(): %m");
+ /* The Linux gettimeofday() will sometimes jump forward
+ * by approximately 4398 seconds. Ignore that reading. */
+ do {
+ if (gettimeofday(&ioloop_timeval, &ioloop_timezone) < 0)
+ i_fatal("gettimeofd...
2012 Jan 23
3
make imap search less verbose
We have an imap-client (SOGo) that doesn't handle this status output while
searching:
* OK Searched 76% of the mailbox, ETA 0:50
Is there any way to disable this output on the dovecot-side?
-jf
2021 Jun 21
2
Dovecot v2.3.14.1 released
Hi,
This is an "important fixes only" release in case you don't want to upgrade to v2.3.15. There is no matching Pigeonhole release - use the same v2.3.14 instead.
https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz <https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz>
https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz.sig
2021 Jun 21
2
Dovecot v2.3.14.1 released
Hi,
This is an "important fixes only" release in case you don't want to upgrade to v2.3.15. There is no matching Pigeonhole release - use the same v2.3.14 instead.
https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz <https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz>
https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz.sig