Displaying 20 results from an estimated 80000 matches similar to: "Doveadm-Sync for sieve / control"
2020 Oct 12
0
Preparing for replication: dsync-local(testaccount): Panic: file mbox-lock.c
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="default-style">
Replication is not supported with mbox format. You can only do unidirectional sync out of mbox.
</div>
<div class="default-style">
<br>
</div>
<div
2020 Sep 23
4
Vacation sieve explained: how does it work?
On 23 Sep 2020, at 14:07, Marc Roos <M.Roos at f1-outsourcing.eu> wrote:
> It is just a sieve rule.
>
> 1.
> On disk default file .dovecot.sieve
>
> 2. I am using roundcube webmail for that.
>
> 3. with if false # true
> # rule:[Out of Office]
> if true
> {
> vacation :days 1 :subject "Test" "test test";
> }
Is there a way
2020 Sep 23
2
Vacation sieve explained: how does it work?
On 23 Sep 2020, at 14:29, Marc Roos <M.Roos at f1-outsourcing.eu> wrote:
> You can do whatever you like, as long as the result is this 'text' file.
> I have also bash file that modifies this file for users. You can make a
> 5 min cron job that detects changes in ldap and then creates the sieve
> rule.
I've tried the cronjob approach before, and people didn?t like
2020 Oct 11
2
Preparing for replication: dsync-local(testaccount): Panic: file mbox-lock.c
I am preparing a bit for setting up replication. However when I manually
try to dsync an account, the first time I execute this[1] command it
seems to be ok. The 2nd time I am getting this error[2].
If I add -1 (one way syncing) the error disappears. Does this mean I
will have problems with setting up replication between these two
servers?
[1]
[@ ~]# doveadm sync -n inbox -u testaccount
2019 Apr 02
2
sieve scripts not synching for 2.3.5.1 pre-built
Hi,
We're synching mailboxes, changing format from maildir to mdbox, using doveadm backup/doveadm sync.
When still running 2.2.36, 'doveadm backup' also synched the sieve scripts, without issues.
After the upgrade to 2.3.5.1, the sieve sync stopped working. We're using the pre-built 2.3 packages from https://repo.dovecot.org/ce-2.3-latest/debian/stretch
In fact, when I now
2014 Sep 11
1
replicating (manage)sieve - no symlink on replica?
2.2.13/0.4.2, both from source-tarball, no fancy options.
tcp-replication between two nodes and following plugin parameters (same
on both sides, except the ip-addr)
plugin {
sieve_before = /home/ssfn/etc/dovecot/sieve.default
sieve_global_dir = /home/ssfn/etc/dovecot
sieve = ~/.dovecot.sieve
sieve_dir = ~/.sieve
sieve_extensions = +vnd.dovecot.duplicate
sieve_duplicate_period = 6h
2019 May 13
2
Doveadm sync, Error: read(remote) failed: EOF, Error: read(remote) failed: EOF
In the manual page this command is used for converting a mailbox
doveadm sync -u test mdbox:~/mdbox -x INBOX -x INBOX/*
Yet I am getting this error and the mdbox folder is not created.
dsync-local(test): (version not received)
doveadm(test): Fatal: execvp(mdbox:~/mdbox) failed: No such file or
directory
[@ dovecot]# doveconf | grep mail_locat
mail_location =
2017 Sep 28
1
doveadm backup panic, dsync-ibc.c, dsync_ibc_send_mailbox_tree_node, assertion failed: (*name != NULL)
Hi folks,
Not sure how much extra information I'll be able to provide on this, but
I'm experiencing a consistent, reproducible dsync backup error with a
single, specific account I'm trying to migrate from UW-IMAP / Panda (mix
mailbox) to a Dovecot 2.2.32 cluster. Didn't spot any core files laying
around.
Doveadm backup output, dovecot --version and dovecot -n below:
2016 Jul 21
3
Replication sieve scripts.
Hello,
Thanks for the advice. I have looked for the libs and here is the
difference:
Dovecot production env 2.2.10:
/usr/lib/dovecot/modules/doveadm
rw-r--r-- 1 root root 18560 Jan 9 2014 lib10_doveadm_acl_plugin.so
-rw-r--r-- 1 root root 14256 Jan 9 2014
lib10_doveadm_expire_plugin.so
-rw-r--r-- 1 root root 10232 Jan 9 2014 lib10_doveadm_quota_plugin.so
-rw-r--r-- 1 root root
2018 Sep 03
1
Failed to get attribute vendor/vendor.dovecot/pvt/server/sieve/default
Any ideas what this cryptic message means ? Despite what the message says, there is no "more information" to be found in the logs on either server !
mail.debug dovecot: dsync-server(<REMOVED>): Debug: sieve: file storage: Created storage directory /my/dir/structure/.dovecot.sieve/tmp
mxd mail.debug dovecot: dsync-server(<REMOVED>): Debug: sieve: file storage: Relative path
2020 Sep 23
0
Vacation sieve explained: how does it work?
> On 23. Sep 2020, at 15.15, Graham Leggett <minfrin at sharp.fm> wrote:
>
> On 23 Sep 2020, at 14:07, Marc Roos <M.Roos at f1-outsourcing.eu> wrote:
>
>> It is just a sieve rule.
>>
>> 1.
>> On disk default file .dovecot.sieve
>>
>> 2. I am using roundcube webmail for that.
>>
>> 3. with if false # true
>> #
2015 May 19
2
"doveadm backup" doesn't work anymore after upgrading to 2.2.18
Until today I could do this to backup my primary IMAP4 server:
"""
doveadm backup ssh csi doveadm dsync-server
"""
It doesn't work anymore after upgrading to Dovecot 2.2.18:
"""
jcea at ubuntu:~$ doveadm backup ssh csi doveadm dsync-server
Enter passphrase for key '/home/jcea/.ssh/id_rsa':
dsync-remote(root): Error: Mailbox INBOX: Failed
2020 Sep 23
2
Vacation sieve explained: how does it work?
Hi all,
I have a legacy system that uses gnarwl to handle vacation messages, most specifically the vacation messages are stored in LDAP. We have a web based tool that allows people to update their vacation message, all they?re doing is modifying LDAP.
I am trying to find out if dovecot?s vacation sieve can do the same thing. I am struggling however to find something that describes to me how
2020 Jun 11
2
Pigeonhole-sieve auto-reply
Is it possible to have a sieve script reply with a press message to certain emails (and only certain emails) based on sieve matches?
I see a lot on vacation replies, but I want something more specific.
Something along the lines of procmails formail command?
Everything I?ve searched for is about vacation r filing replies into the same folder as the original message.
2018 Nov 23
0
doveadm dsync-server doesn't use user parameter?
I did a debug output of the dsync-server and found out that it queries
the userdb parameter but doesn't use it.
---
Debug: Loading modules from directory: /usr/lib/dovecot/modules
Debug: Module loaded: /usr/lib/dovecot/modules/lib01_acl_plugin.so
Debug: Module loaded: /usr/lib/dovecot/modules/lib02_lazy_expunge_plugin.so
Debug: Module loaded: /usr/lib/dovecot/modules/lib10_quota_plugin.so
2014 Dec 13
0
Replication and Sieve
Hi,
Hanns Mattes <hanns at hannsmattes.de> schrieb:
[replication not updating sieve rules]
I didn't get any further but at least I saw an error message. After I
deleted one user's home-directory on one of the two machines, maillog
was showing (on both machines with a short delay):
,----[ /var/log/mail ]
| dsync-server(someuser at example.com): Panic: file dsync-brain-mailbox.c:
|
2015 Feb 17
1
doveadm sync out of memory
Le 16/02/2015 20:40, Casey Stone a ?crit :
> On Feb 13, 2015, at 3:42 PM, FUSTE Emmanuel <emmanuel.fuste at thalesgroup.com> wrote:
>
>> Le 13/02/2015 16:19, Casey Stone a ?crit :
>>> On Feb 5, 2015, at 10:39 PM, Casey Stone <tcstone at caseystone.com> wrote:
>>>
>>>> Hello:
>>>>
>>>> I've been looking forward to
2016 Jul 31
4
Sieve Script Replication Gliches (Report #2)
Hi,
I've observed some odd behaviour with dsync replication between two
hosts, specifically to do with sieve script replication.
In short, I have two hosts which replicate in a master-master type setup
where almost all of the reads and writes happen to just one of the two
hosts.
They are both running 2.2.devel (9dc6403), which is close to the latest
2.2 -git . Pigeonhole is running
2011 Oct 28
6
dsync should sync sieve-dirs to!
Having dsync to make backups from existing mail-spaces, it would be nice
to make dsync syncing the sieve-dirs too. -Otherweise backups aren't
complete...
Peer
--
Heinlein Professional Linux Support GmbH
Linux: Akademie - Support - Hosting
http://www.heinlein-support.de
Tel: 030 / 40 50 51 - 0
Fax: 030 / 40 50 51 - 19
Zwangsangaben lt. ?35a GmbHG:
HRB 93818 B / Amtsgericht
2014 Sep 15
1
migration from cyrus with dsync sieve problem
Hi all
i'm migrating a cyrus imapd server to dovecot with dsync
everyting seems working but sieve rules are not copied to dovecot server
I searched for documentation but without any luck
I use the configuration below with
doveadm -v -o mail_fsync=never backup -R -u emailaddr imapc:
Is sieve supported with dsync? How I can specify sieve server address
and port?
# 2.2.13.21 (606efd4a4f35):