Hi all,
I'm running dovecot 2.3.7.1, with mdbox and single instance storage. I use
offline deduplication like this:
mail_attachment_fs = sis-queue /mailboxes/%d/_attachments_/queue:posix
Each week I run doveadm sis deduplicate to deduplicate the mail attachments.
Everything was fine until I mi
>This is a 'has anyone run into this and solved it' post. And yes, I've been
>reading and re-reading TFM but without luck. The background is that I'm
>working on tooling before we start a mass maildir->mdbox conversion. One of
>those tools is recovering mail from backups (easy as pie with maildir).
hrows an error like this:
set: invalid option -- 'w'
So the solution is to add '--' to the command line signaling the end of the
options:
sudo -u vmail doveadm acl set -u user@domain -- "Spam" user=user@domain
-write-seen
Regards,
Peter
Peter Benko írta:
>H
Hi all,
I'm trying to set an ACL with negative rights. I have no problems setting it
with standard IMAP commands, but I'm unable to do it with the doveadm acl
command.
I tried:
sudo -u vmail doveadm acl set -u "user@domain" Spam user="-user@domain" lookup
(notice the "-" before the username)
Hi all,
I'm experimenting with having the mail store on a 9p file system that lacks
mmap() functionality. So I disabled it in dovecot:
mmap_disable = yes
However, I keep getting the following error messages in my log:
Oct 15 16:55:00 computer-name dovecot: imap u...@domain.com[192.168.1.
Hi all, I'm experimenting with having the mail store on a 9p file system
that lacks mmap() functionality. So I disabled it in dovecot: mmap_disable =
yes However, I keep getting the following error messages in my log: Oct 15
16:55:00 computer-name dovecot: imap u...@domain.com[192.168.1.3] Error
Hi all,
I have noticed a strange behavior with dovecot (tested with 2.2.13). I use
shared folders to share mailboxes between users. I have a namespace called
"Accounts" that hosts the shared folder for the users (prefix Accounts/%%n/).
However, When I issue an IMAP select command on a random no
Hi all,
I'm receiving a reproducible dsync backup panic for some of my users. The error
message is as follows:
dsync-remote(user@): Panic: file dsync-brain-mailbox-tree-sync.c: line
111 (dsync_brain_mailbox_tree_sync_change): assertion failed:
(brain->no_backup_overwrite)
dsync-remote(user@):