Displaying 20 results from an estimated 1000 matches similar to: "Wish list item: %g/%{gid} variable"
2011 Dec 10
1
2.1.rc1 (51d87deb5c26): %{gid} modification problem
I tried to apply the X modifier to the %{gid} variable:
'mail_attachment_dir = /srv/mail/.SiS/%X{gid}'.
But the name of the created directory is '0', instead of '11172'.
Regards,
Pascal
--
The trapper recommends today: c01dcofe.1134416 at localdomain.org
2010 Jun 21
1
doveadm search: Error: Syncing mailbox foo failed: Mailbox doesn't exist: foo
Hi Timo,
doveadm reports errors for \Noselect mailboxes.
What I have:
1 LIST "" *
* LIST (\HasNoChildren) "/" "Templates"
* LIST (\HasChildren) "/" "INBOX"
* LIST (\Noselect \HasChildren) "/" "INBOX/Lists"
* LIST (\Noselect \HasChildren) "/" "INBOX/Lists/vmm"
* LIST (\HasNoChildren) "/"
2012 Jan 15
1
2.1.rc3 (1a722c7676bb): doveadm mailbox list -> Segmentation fault
Oops, I did it again.
--
The trapper recommends today: c01dcofe.1201514 at localdomain.org
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: core.doveadm.1326628435-21046_bt.txt
URL: <http://dovecot.org/pipermail/dovecot/attachments/20120115/465ed777/attachment-0004.txt>
2009 Jun 14
1
v1.2.rc5 imap ignores configuration reloads
Hi Timo,
after changing the mail_executable in the imap {?} section I have to
restart Dovecot v1.2.rc5, otherwise the changes are not accepted.
With Dovecot v1.1.x (tested with v1.1.11 and v1.1.16) it's enough to
send a SIGHUP to the dovecot process.
Regards,
Pascal
--
The trapper recommends today: c01dcofe.0916521 at localdomain.org
2010 Jun 20
1
Panic: file doveadm-print.c: line 102: unreached
Hi Timo,
I've tried `doveadm search -u pv? ?` -> Aborted (core dumped)
dovecot --version: 2.0.beta6 (573cb66e9180)
Backtrace: attached.
Regards,
Pascal
--
The trapper recommends today: c01dcofe.1017103 at localdomain.org
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gdb.txt
URL:
2010 Jun 21
2
Panic: file doveadm-print-table.c: line 56 assertion failed
Hi Timo,
`doveadm -f table mailbox status -u bar all inbox\*` aborts with:
Panic: file doveadm-print-table.c: line 56 (doveadm_calc_header_length):
assertion failed: ((value_count % hdr_count) == 0)
Backtrace is attached.
Regards,
Pascal
--
The trapper recommends today: c01dcofe.1017215 at localdomain.org
-------------- next part --------------
An embedded and charset-unspecified text was
2011 Dec 07
2
2.1.rc1 (1e118913348b): Panic: file mail-user.c: line 128 (mail_user_ref): assertion failed: (user->refcount > 0)
Hi Timo,
right after delivering the message to the INBOX the lmtp crashes.
I wonder about the "Sent" in the attached backtrace.
Regards,
Pascal
--
The trapper recommends today: c01dcofe.1134117 at localdomain.org
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: doveconf.txt
URL:
2012 Jan 28
1
v2.1.rc5 (85a9b5236b6c) Error: lmtp client: DNS lookup of $FQDN failed: connect(dns-client) failed: No such file or directory
When the Sieve plugin tries to send a vacation message or redirect
a message to another address it fails.
dovecot: lmtp(6412, user at example.com): Error: lmtp client: DNS lookup of orange.example.com failed: connect(dns-client) failed: No such file or directory
dovecot: lmtp(6412, user at example.com): Error: dAIOClYSJE8MGQAAhQ0vrQ: sieve: msgid=<4F241255.2060900 at example.com>: failed to
2015 Apr 24
0
Auth-worker, Unknown User
On 04/24/2015 03:55 PM, Stephen R Guglielmo wrote:
> Hi list,
>
> I'm running Debian Jessie (8). I have Postfix and Dovecot working
> successfully. I attempted to setup LMTP in order to enable sieve
> support, but it seems I was not successful. Dovecot version 2.2.13.
>
> Postfix accepts an incoming test mail I sent, then tries to deliver it
> to Dovecot via LMTP:
2018 Aug 27
1
mail-migration with dovadm sync/backup and mail_attachment_dir
I need to run a mail-migration from a Dovecot with mail_attachment_dir /
single instance storage enabled.
As mailboxes and mail_attachment_dir are rsynced I would normally run a
doveadm backup -u <user> -R -d dbox:<path to rsynced mailbox>/dbox
How can I tell it the mail_attachment_dir the rsynced source / (reverse)
destination uses?
Or do I have to start a Dovecot process and use
2014 Apr 03
1
mdbox with mail_attachment_dir per user in 2.2.12
Hello,
we have 2 netapp arrays with 2 volumes and we need to store our mail
data in one or other volume for every user.
We want keep data for one user in one volume only.
So we would like to have 2 separate mail_attachment_dir, one on every
volume.
But in latest version 2.2.12 it look like it is only possible to set
one global mail_attachment_dir.
I have an idea with 2 separate dovecot
2015 Feb 10
2
How to Delete an user and Purge attachements with a common directory mail_attachment_dir with SIS for all users.
Hello everybody,
What is the best way to delete an user mailbox (ex:
/var/mail/johndoe ) when all attachments (for all users) are in a
common directory with SIS deduplication (ex: mail_attachment_dir =
/var/mail/attachments ) ?
Trying to delete user mailbox directory (rm) and do the command :
doveadm -v purge -u johndoe leave all johndoe's attachments orphelin.
Best regards,
2011 Dec 10
2
2.1.rc1 (8a63f621bd2e): SiS permission issue + crash
Since changeset 8a63f621bd2e I'm one step closer to the perfect working
setup. I'm sharing one GID per domain, all it's alias names and accounts.
So I can use: mail_attachment_dir = /srv/mail/.SiS/%{gid}
In order to avoid permission trouble I've set fs ACL on the .SiS dir:
,--[ getfacl srv/mail/.SiS ]--
| # file: srv/mail/.SiS
| # owner: root
| # group: root
| user::rwx
|
2015 Feb 25
3
btrfs for mail_attachment_dir
Hello,
I don't find any indication, that no btrfs for then filesystem for the
path in "mail_attachment_dir" is to be used. but btrfs has a big problem
with hard links in the same directory.
Nuisance is the only deal with a different file system?
Hardy
2015 Sep 05
3
Problems setting up SIS (duplicate files with same hash)
Hi everyone,
I am currently trying to setup our next dovecot server (2.2.18) with SIS
enabled, but I have enconutered 1 problem and 1 question:
*1) Same attachment, different filenames*
I have a feeling a misconfigured something (or forgot to do something)
because SIS almost works, but not quite since 3 identical attachment take
3x the space (see end of email for my SIS config).
For 3 the
2012 Mar 08
1
Single instance storage
I have read most of the doc on the dovecot website, and couldn't find any
info on the single instance storage feature, so I'm posting my questions
here.
- Are these 3 parameters the only one necessary for single instance
storage? I cannot find any doc on this feature on the website; is there
anything specific I need to know about them? (the last one isn't exactly
self-explanatory).
-
2011 Jun 25
2
permissions for dbox attachment directory
I am running dovecot 2.0.13 on CentOS5, set up with only local system
users, and single instance store set up in a single directory.
e.g.
mail_attachment_dir = /var/mail/attachments
I get errors when importing mail to IMAP because the attachment
directories are owned by the respective mail account user(s) and so cannot
be accessed or written to by other users.
Are there some user id setting I
2013 Jun 12
2
LMTP crash with sdbox and SIS
Debian Wheezy amd64 plus Stefan's stable-auto/dovecot2.2 repository
2:2.2.2-0~auto+57 = 16495:d447dcc6b611
Crash goes away when I disable mail_attachment_dir, happens with a
fresh home as well
# 2.2.2 (d447dcc6b611): /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.0
disable_plaintext_auth = no
first_valid_uid = 100
mail_attachment_dir = /home/studext/attachment
mail_gid
2015 May 29
2
Enabling Master User for migration
On 5/29/2015 9:25 AM, Dominik Breu <dominik at dominikbreu.de> wrote:
> Hello Charles,
>
> the bare minimum ist just the first passdb entry
> auth_master_user_separator = *
> passdb {
> driver = passwd-file
> args = /etc/dovecot/passwd.masterusers
> master = yes
> pass = yes
> }
>
> this will do the trick.
Ok, this isn't working, I'm
2013 Mar 04
1
Stability of extraction of attachment
Hello,
We are migrating our dovecot servers from 2.1.9 to 2.1.15 (or 2.2 if
there is a stable version soon) and maildir format to mdbox.
Looking for mdbox options I have found options:
* mail_attachment_dir
* mail_attachement_min_size
* mail_attachment_fs
* mail_attachment_hash
but this options are described with the message:
# WARNING: This feature hasn't been tested much yet. Use at