Displaying 20 results from an estimated 100 matches similar to: "dovecot 1.0 to 1.1 upgrade and filesystem separators"
2007 Jul 06
2
problem with subscriptions file version 1.0.1
Hello,
I am currently working on a patch to add IMAPdir support to dovecot.
(For those who do not know, IMAPdir is exactly like Maildir except that
instead of having a folder .foo it would just be foo. The advantage is
that the file system is slightly easier to search through without the
dot in front of the folders.)
The first thing I did was get the configuration file working for
Maildir.
2006 Aug 21
2
Maildir folder separator
Hi,
There's been some demand from users to make it possible to use the
period character (.) in folder names, but that is impossible when the
folder separator is already period.
Is there any possibility of replacing that which another separator, say
a / ?
-Mikko
2005 Oct 20
3
.'s in folder names
Hi there
We are trying to move over from 1 IMAP server to another, but the problem is dovecot does not allow .'s in folder names (and we have quite a number of people who do have .'s in their folder names (ie "www.domain stuff")
Is there anyway of allowing dovecot to allow .'s in folder names?
Thanks
Craig Whitmore
-------------- next part --------------
An HTML attachment
2007 Mar 09
3
Prayer, Maildir and Folders whose names begin with "."
Greetings -
I think I've just had one of my fears confirmed: not Dovecot-specific
exactly, but it affects how we will use of Prayer (Webmail Software)
with Dovecot...
Currently our production service uses MBX-format mailboxes with the
UW IMAP server; we also use the University of Cambridge "Prayer"
software for Webmail.
By default Prayer saves its preference settings,
2015 Jan 04
0
[PATCH] LAYOUT=imapdir is broken in v2.2
The next thing I noticed in my v1.2 -> 2.2 upgrade is that
mail_location = maildir:[..]:LAYOUT=imapdir
is broken, the symptom is dovecot returning this to the client when
requesting any mailbox beyond INBOX:
Character not allowed in mailbox name: '
Which is actually trying to say "Character not allowed in mailbox name: '\0'",
but since the %c is not escaped it ends
2007 Feb 15
1
maildir and the separator for subfolder
hi,
I use dovecot 1.0rc15 with one maildir namespace.
I'd like to be able to use '.' in folders and subfolders name.
So, I setup the default namespace with
separator =':'
But, when I create some folders and then subfolders with thunderbird
the filename one the server are named with some '.' no ':'...
It seems that dovecot always interprets '.'
2005 Dec 07
1
Ext3 journal abort FC4+Updates
Dear All
Problem with ext3 fs on 3ware 9500S controller:
Dec 7 05:59:50 stams kernel: EXT3-fs error (device sda1):
ext3_add_entry: bad entry in directory #145998372: rec_len is smaller
than minim
al - offset=0, inode=0, rec_len=0, name_len=0
Dec 7 05:59:50 stams kernel: Aborting journal on device sda1.
Dec 7 05:59:50 stams kernel: ext3_abort called.
Dec 7 05:59:50 stams kernel: EXT3-fs
2006 Aug 23
2
Rename folder bug dovecot-1.0RC6 ?
Dear All
can someone confirm this bug please ?
I am using Thunderbird 1.07, TB 1.5.0.4, Horde/IMP webmail as test clients,
all running on FC4.
Server is 1.0RC6 on CentOS 4 with maildir-sep set to ';'
To reproduce:
In your favourite mail client:
1. Create a top-level mail folder "atest"
2. Rename "atest" to "atest-extra" (basically
2010 Feb 26
1
Problem with cut and paste corruption
Dear All
We have noticed a problem when cut-and-pasting a largish section
(> 4096 bytes ?) of R code from an editor to an R session.
System is Fedora 12 i386 with updates, R-2.9.0 and R-2.10.1 at least.
Problem disappears if you start R with --no-readline !
If happens independently of the editor (tried vim/kate) and the
terminal (tried konsole/gnome-terminal)
Could you please try and
2003 Jul 22
1
hierarchy_sep
Hi Timo,
I would like to add another naming scheme to dovecot to recognize
maildir folders:
As of today:
~/Maildir/.foo
~/Maildir/.foo.bar
I would like to add:
~/Maildir/foo
~/Maildir/foo/bar
I had a quick look at the code (very clean, I am impressed!) and I saw
struct mail_storage, with field hierarchy_sep.
I think I cannot just set hierarchy_sep to '/', because /foo would start from
1997 Nov 27
2
R-beta: Memory Management in R-0.50-a4
Dear R users
we're having a problem reading a largish data file using
read.table(). The file consists of 175000 lines of 4
floating pt numbers. Here's what happens:
> dat_read.table('sst.dat')
Error: memory exhausted
(This is line 358 of src/main/memory.c).
Cutting down the file to around 15000 lines allows
read.table() to work OK.
I edited the memory limits in Platform.h
2007 Aug 30
1
maildir rename_subfolders() and listescape interaction
I'd like to flag a problem we are observing that looks like it is caused
by the listescape-plugin.c. I realize that this plugin is not part of the
standard Dovecot 1.0 distribution but I would appreciate any insights or
suggestions for fixes that anyone is kind enough to offer.
The problem concerns subfolder renames when used in conjunction with
Maildir folders (I've not tested this
2010 Aug 05
18
dot-containing foldernames \HasNoChildren bug ?
Hello,
we experience problems with dovecot configuration using the listescape
plugin to allow dots
in foldernames. In some mail clients, dot-containing folders won't show
any subfolders. This seems to
be related to the fact that the \HasNoChildren flag is set on such
folders even if subfolders do exits.
Here is an example from telnet session:
* LIST (\HasNoChildren) "/"
2003 Apr 07
1
Why can't hierarchy sep be changed?
>From: Charlie Brady <charlieb at e-smith.com>
There's something wrong with manually accepting posts from
non-subscribed addresses now, they're just left to queue directory for
some reason.. Please try to keep the From-address the same as the
subscribed one.
> >From maildir-storage.c:
>
> ...
> '.', /* hierarchy_sep - can't be changed */
>
2006 May 17
1
Problems with subfolders in Thunderbird
Dear All
Server:
dovecot-1.0.beta8 (compiled from source)
centos 4.3
Client:
thunderbird 1.0.8 on Fedora Core 4
on port 993
Using maildir
Normally (with the current UW-IMAP) I can create a folder
which may contain only messages or only folders.
If I create a folder which will contain only folders,
it is listed in thunderbird in light-grey italics. Subsequently
I can create message folders
2000 Mar 01
1
R-1.0.0 install: Error "Substitution loop..."
Dear All
First off, let me just add my thanks to all the people involved in the
production of R-1.0.0... Well Done!!
I'm getting an error installing R-1.0.0 on RedHat 5.2, perl 5.004_04. It
did not occur under Solaris 2.6 with perl 5.004_01.
During install of the base package (and akima, bootstrap, etc) it gets to the
point of building the help pages and it gives this error:
2007 Aug 14
2
namespaces and creation of folders that contain folders...
Hi Timo and all. imap/cmd-create.c contains the following bit of code:
len = strlen(full_mailbox);
if (len == 0 || full_mailbox[len-1] != ns->sep)
directory = FALSE;
else {
/* name ends with hierarchy separator - client is just
informing us that it wants to create children under this
mailbox. */
1999 Oct 21
2
problems with memory allocation
I hope that someone has had a similar trouble and will be able to
help us :
We , have installed the R package in a Digital Workstation with 500Mb
of
RAM memory, running under Unix operating system. The package works fine
but when we try to start the program with more than 120Mb, (vsize
- --120M) the
workstation refuses to allocate this memory. The message that we get
is:
Fatal error:
2006 Jan 26
5
Support for Kmail maildir format
Has anyone looked into providing support in dovecot for Kmail folders? I
would like to make my Kmail folders (on my main desktop system) available to
my other systems (including over a VPN when I am travelling). Kmail is my
main mail program and I have a lot of mail in a lot of folders, so I don't
want to set up a separate IMAP service and move all the mail and folders.
Kmail's use
2007 Aug 24
3
Plugin development question
Hello,
>From what I have read on the dovecot site, it's possible to create a
plugin for a custom data store format. We have emails in a custom
format in a database and would like to create a plugin for accessing
these emails through dovecot.
Is there any supporting documentation from creating a plugin like this?
Are there any samples?
TIA,
Gary