Displaying 20 results from an estimated 10000 matches similar to: "dovecot Digest, Vol 89, Issue 26"
2010 Sep 06
1
LAYOUT=maildir++ under mbox?
Whilst documenting LAYOUT=maildir++ under dbox, that got me thinking:
Can we specify :LAYOUT=maildir++ with mbox?
If I have it right, this should then remove the problem of not being
able to have messages and mail subfolders in the same mail folder.
So for example if we had mail location specified as:
mail_location = mbox:~/mail:LAYOUT=maildir++
we would have files:
~/mail/inbox - file
2010 May 13
5
mdbox: Cannot create subfolder called "dbox-Mails" (2.0beta5)
I am trying out "mdbox" under Dovecot 2.0beta5.
Looking in the "mailboxes" directory under the mdbox storage root
("~/dbox" in my case), I can see that the mail folders are mapped into
filesystem directories.
But Dovecot seems to put all the message list information
("dovecot.index.cache", "dovecot.index.log") for any given mail folder
into a
2008 Mar 08
4
v1.1.rc2 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig
Changes since rc1:
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
+ Expire plugin
2008 Mar 08
4
v1.1.rc2 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig
Changes since rc1:
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
+ Expire plugin
2010 Sep 06
1
dovecot Digest, Vol 89, Issue 25
Timo Sirainen <tss at iki.fi> Wrote:
> On Mon, 2010-09-06 at 14:26 +0100, Alan Brown wrote:
> > Is there any way of enforcing a Maildir per-folder message limit in
> > Dovecot?
> No.
Would you consider it as a feature request?
> > We're finding major performance hits once a threshold of
files/directory
> > is exceeded. This applies across all
2007 Jun 01
2
Sharing nested folders / maildir variations?
Hey all,
So I've got a shared namespace in dovecot where users can, via a
custom control panel, share their folders into (which creates a
symlink) in order to allow anyone on their domain to access it. I
store mail in maildir.
The issue is that when people share folders, they expect that when
they make subfolders, those are automatically shared as they are
contained within it.
2010 Sep 06
6
Sub-Sub-Subfolders not shown after converting from maildir to mdbox
Hi again,
I just recognized a problem concerning subfolders after converting from
maildir to mdbox. Thunderbird and SeaMonkey don?t show folders that are
subfolders of subfolders.
Have a look at the filesystem:
discovery:/var/mail/domain.tld/patrick/mdbox/mailboxes/Folder1/Folder2#
ls -l
insgesamt 8
drwx------ 2 vmail vmail 4096 5. Sep 23:42 dbox-Mails
drwx------ 3 vmail vmail 4096 5. Sep
2018 Jul 20
0
Dbox lost messages
I make other test:
If I dump the message file m.xxx with doveadm dump I found
Detected file type: dbox
file.msg_header_size = 30
file.create_stamp = 1532017559 (2018-07-19 18:25:59)
offset 16:
msg.size = 2252089
msg.received = 1532017559 (2018-07-19 18:25:59)
msg.virtual-size = 2281418
msg.guid = 06b7dd2c97bb505b54340000193e0904
msg.orig-mailbox = INBOX
if I dump the index of inbox :
2010 Sep 03
1
Suggested location for single-dbox
I've updated http://wiki2.dovecot.org/MailLocation regarding a typical
mail_location entry for dbox.
Previously it said:
mail_location = dbox:~/dbox
but of course "dbox" is now the old name for "sdbox", so the example
should be updated to say "sdbox" and there might/ought also to be an
example for "mdbox".
In
2010 May 13
3
Can't get Thunderbird 2 to delete a folder under mdbox (Dovecot 2.0beta5)
Can't get Thunderbird 2 to delete a folder under mdbox (Dovecot 2.0beta5)
I have built Dovecot 2.0 and installed it under "/opt/dovecot2".
I have done the minimum configurations necesary to get it to work with
SSL, systems users but with a secondary password database, and set up
mail location as "mdbox:~/dbox".
I had to create the directory "dbox" in the
2018 Jul 20
2
Dbox lost messages
Hello,
I use dovecot with dbox storage system.
Today I receive 2 mail (I see that in the maillog ) but I don't find in
INBOX using my IMAP client.
I look in the files m.* and I find the message that I receive. But I
cannot find it in any IMAP folder.
I try to run "doveadm force-resync -u user inbox" but nothing change.
I export all email using the command "doveadm
2013 Mar 08
1
zlib plugin bug?
Hi there,
got a problem with the zlib plugin, just wanted to test it on a
test-mailserver, configured like in the wiki
(http://wiki2.dovecot.org/Plugins/Zlib) and restarted the server.
I've send an email to a blank maildir++ mailbox, the file is saved as
gzip compressed file, but the "Z" flag is missing in the filename.
Is that a bug in the plugin, or in dovecot?
Greetings, Jan
2015 Mar 26
0
Lazy_expunge issue...
Hello everybody,
I have a question about lazy_expunge plugin.
I set up Dovecot with lazy_expunge plugin on a Debian Wheezy machine; I
setup also a global acl to keep .expunged namespace readonly for all
users. Imap client is Horde Webmail Edition 5.2.3
When I try to delete folders containing subfolders, lazy_expunge copies
into expunged private namespace only the upper level folder. The
subfolder
2012 Jun 22
2
LDA vs maildrop... LDA *and* maildrop?
We're considering a move from Courier to Dovecot.? So far, looks like
it's not too bad, but the most challenging obstacle is what to do about
our local delivery.? Factors:
1. we use a lot of maildrop "features" that are impossible in sieve
without piping to an external program (would rather not re-write our
working maildrop scripts in another language)
2. would love to try
2010 Sep 03
2
Documentation for "altpath" / "altmove" / ?"Alternate storage"
I was thinking about documentation for alternate storage.
We have a few mentions at:
http://wiki2.dovecot.org/MailboxFormat/dbox
http://wiki2.dovecot.org/Tools/Doveadm
http://wiki2.dovecot.org/Tools/Doveadm/Altmove
But I was thinking it would be helpful if there could be a page about
alternate storage.
I could write the page, but I currently have so many unknowns that I
think it would be
2018 Jul 20
0
Dbox lost messages
> On 20 Jul 2018, at 14.48, Fineware PM <postmaster at fineware.it> wrote:
>
> Hello,
>
> I use dovecot with dbox storage system.
>
> Today I receive 2 mail (I see that in the maillog ) but I don't find in INBOX using my IMAP client.
>
> I look in the files m.* and I find the message that I receive. But I cannot find it in any IMAP folder.
>
> I try
2018 Jul 20
2
Dbox lost messages
Hello,
no sieve SCRIPT.
in the maillog say "Stored to INBOX".
I don't have the maillog plugin, I install it now to track future
problems.
But If I backup the inbox all email (also that I cannot see) is in the
mbox file.
Il 20/07/2018 13:56 Sami Ketola ha scritto:
>> On 20 Jul 2018, at 14.48, Fineware PM <postmaster at fineware.it> wrote:
>>
>>
2006 Aug 02
4
1.0 RC3 released
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz.sig
Does this fix the hangs people have been reporting?
- SSL connections hanged sometimes, especially when saving messages.
- mbox: Mail bodies were saved with CR+LF linefeeds
- Mail forwarding was broken with deliver/Sieve
- dbox fixes. Might actually be usable now.
- Index file handling
2006 Aug 02
4
1.0 RC3 released
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz.sig
Does this fix the hangs people have been reporting?
- SSL connections hanged sometimes, especially when saving messages.
- mbox: Mail bodies were saved with CR+LF linefeeds
- Mail forwarding was broken with deliver/Sieve
- dbox fixes. Might actually be usable now.
- Index file handling
2007 Jul 19
6
v1.1.alpha1 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha1.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha1.tar.gz.sig
This is the first alpha release of Dovecot v1.1. I hope that it
stabilizes into final release within a few months. There are a lot of
new features since v1.0. The most important ones are listed at the end
of this post.
This is the only v1.1.alpha announcement I send