Displaying 3 results from an estimated 3 matches for "05e14a49507f".
2015 May 14
1
Pigeonhole v0.4.8.rc3 compilation error (bad mail-deliver.h)
Got a
/usr/local/include/dovecot/mail-deliver.h:30:17: error: field
has incomplete type 'struct timeval'
struct timeval delivery_time_started;
^
error.
This is because mail-deliver.h in dovecot-2.2.17 is missing an
#include <sys/time.h>
Adding that line to mail-deliver.h fixes the problem. Oddly, I had no problem compiling dovecot
2015 May 14
2
Best practice for getting sieve scripts replicated?
Hi ?
I do have replication between two servers running, and mail is replicated without any issues.
I do have sieve running at both servers without any issues.
But replication of sieve scripts doesn't work as "expected":
Whenever I do modify my default script und upload it via "doveadm sieve put -u abc -a default < default" it becomes uploaded to the home directory of
2015 May 14
2
Best practice for getting sieve scripts replicated?
...ing it the wrong way?
>
>
> That smells like a bug. What is your configuration (dovecot -n)? This
> should also show the versions of the packages you have installed.
--------------------------------------------------------------------------------------
mail> doveconf -n
# 2.2.17 (05e14a49507f): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.8.rc3 (b491aa4139bc)
# OS: FreeBSD 10.1-STABLE amd64 zfs
auth_username_format = %Ln
auth_verbose = yes
deliver_log_format = msgid=%m, time=%{delivery_time}ms, status=%$
doveadm_password = </usr/local/etc/dovecot/SQLITE/doveadm-secre...