Displaying 20 results from an estimated 10000 matches similar to: "Why can't hierarchy sep be changed?"
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
2006 Apr 26
2
being courier_imap compatible
OK, I am running (for many years now) an existing courier_imap maildir
++ setup with exim as the MTA. Has been fine. I have my own custom
ldap schema for user account definition and authorization.
I installed dovecot 1.0 beta 7 as a test and have it listening on a
different port. I would like, if possible, to set things up so that
a user could use either dovecot or courier. Having to
2006 Apr 17
2
making Dovecot match Courier POP3 UID's
Hi, guys.
I've read the information in the Wiki about making dovecot's UID's match
Courier's UID's in the POP3 server, so that a UIDL command on either
server will return the same UID's for the same group of messages.
However, what I've read doesn't match what I'm seeing in Courier.
Courier appears to keep the UID numbers for messages that it uses for
the POP3
2006 May 30
1
Migration problems from Courier-Imap
Hi,
I'm migrating from Courier-Imap to Dovecot-Imapd and I have some problems..
I don't want to change the IMAP folders, so I wish to have Dovecot's
compatibility with Courier's IMAP folders.
In the Dovecot configuration I configured this:
namespace private {
separator = .
prefix = INBOX.
inbox = yes
}
Dovecot correctly shows me the INBOX folder, but doesn't show me the
2007 May 23
2
Courier migrating issues: indexes, maildirsize, update query
Hi,
(my first post to the list)
I'm in the process of testing Dovecot to see whether it meets our needs
to replace our current Courier setup which serves well over 100.000
mailboxes (pop3 and imap: mysql with NFS)
So far dovecot seems pretty straight forward; however I ran into a
couple of things that I'm curious about.
1. What's the deal with
2002 Dec 30
2
Maildir format
Started using dovecot and I am very impressed by its speed. I am
confused by what it is expecting the format of the Maildir directory
to be in. I currently have ~/Maildir which contains new, cur, and tmp
all containing email that should be in my inbox and it pops up
correctly as such when I connect to dovecot using Mutt. After the
connection a new .INBOX is created under ~/Maildir with sym
2003 Jun 30
1
Dovecot first impressions
Hi,
I have only recently become aware of Dovecot and gave it a try. The
previous 0.99.9.1 version didn't work well for me (OpenSSL), I dropped
it, but 0.99.10 has come just in time (saw it on freshmeat) and I
thought I'd give it another try if it promised SSL fixes, and it's sorta
working for me (i. e. it works with mutt, Mozilla, sylpheed, but not
cone -- but cone is beta and has SSL
2008 Feb 07
3
replacement for IMAP_EMPTYTRASH=Trash:7
While running dovecot on debian etch using version 1.0.rc15-2etch3, i wonder
the following:
If i read the config files correctly, dovecot seems to have no equivalent of
courier's IMAP_EMPTYTRASH=Trash:7 setting.
Therefore, i wrote a script that dives into the user's directories and their
maildirs. It looks like this:
=============================================
#!/bin/bash
for pad1
2007 Sep 24
3
Mixed Courier POP3 and Dovecot IMAP environment
Hi,
Currently we support Courier POP and IMAP for all our users (users can
use IMAP as well as POP at the same time).
We are thinking about moving to Dovecot; but first moving away from
Courier IMAP to Dovecot IMAP (and maybe later also move to Dovecot POP).
This would create a mixed environment; after some research I have the
following questions.
To not break POP3 Courier and still be
2015 Apr 02
8
[CentOS-announce] Release for CentOS Linux 7 (1503 ) on x86_64
It's not just the name of the ISO file. c.f. the VERSION_ID variable in
/etc/os-release
On Thu, Apr 2, 2015 at 10:52 AM, Always Learning <centos at u64.u22.net> wrote:
>
> On Wed, 2015-04-01 at 22:54 -0700, John R Pierce wrote:
>
> > you guys sure get your panties in a bunch over something as silly as the
> > iso file name.
>
> You may wear them, many of us
2003 Oct 17
1
Shared Folders
I was just wondering if any thought has been given to shared folders and
how they might be implemented yet? True shared folders are compelling
enough to our organization that I've been looking into moving to Cyrus
from Courier, but transparent folder migration looks to be nearly
impossible for more than a handful of accounts... so that leaves me back
at hoping courier or dovecot can
2003 Feb 04
2
bincimap
hi,
what do you tyhink about it? especially the faq comment about dovecot?
http://www.bincimap.andreas.hanssen.name/
--
Levente "Si vis pacem para bellum!"
2003 Jan 10
1
Thread extension
Just figured I'd mention that CVS supports now THREAD extension. I also
did a bit of benchmarking using a folder with 4685 mails (evolution
mailing list):
dovecot+mbox:
- 0.59s user 0.01s system 98% cpu 0.608 total
- malloc() memory usage 45072 -> 825685
dovecot+maildir:
- 0.60s user 0.17s system 98% cpu 0.780 total
- malloc() memory usage: 45003 -> 825480
Meaning it takes almost
2007 May 04
1
Converting Courier mailboxes to Dovecot
Hi,
I have around 100 mailboxes (maildirs) to convert from Courier IMAP
(4.1.3) to Dovecot.
(From a recent backup) I've tested a few mailboxes on Dovecot 1.0.0, and
while the client doesn't notice any difference (at least in Thunderbird)
I'm hoping to get rid of the old Courier folders and convert any useful
information they may have into Dovecot.
I've tried Timo's
2003 May 28
4
Speed and memory probs writing large Maildir
I have Dovecot 0.99.9.1 compiled from the source, without SSL, running
on a Red Hat 9.0 system - EXT3 file system, Pentium Pro 233 MHz, Intel
motherboard, 128M RAM, IBM 40Gig 7200 RPM HD. I find reading and
searching to be nice and fast, and comparing it with Courier IMAP on a
Celeron 824 MHz, I think Dovecot is generally not much slower, which
means it may well be faster than Courier in some or
2007 Aug 09
2
courier-dovecot-migrate.pl destroyed my indices... still recovering...
I tried to disable courier-pop3 today in favour of dovecot pop3.
Prior to that I ran:
find /home -maxdepth 1 -type d | xargs --replace /usr/local/scripts/courier-dovecot-migrate.pl --overwrite --recursive --convert {}
( /home is hashed two levels deep: /home/a/a/aanton/Maildir/ )
After that, I got lots of errors like:
Aug 9 13:02:40 postamt dovecot: IMAP(azenclu): Maildir
2008 Feb 22
2
Maildir Subsystems
Greetings - new to the list, so apologies of I'm asking questions that
have been brought up before.
I work for a large email provider, currently using qmail, vpopmail and
courier-imap. We tend to make fairly regular customizations of the
software, and if you folks have any knowledge of courier's code
layout, you probably can understand why we hate working on it.
Anyway, I am looking at
2003 May 26
1
pam-mysql and freebsd 4.7
Hi everyone,
I'm using freebsd 4.7 and want to authenticate some services using the
pam-mysql module.
I can authenticate successfully when I use the normal out-of-the-box
methods, but when I try to use the pam-mysql module, I get nothing...
I've got postfix running, and postfix is succesfully using mysql thanks to
it's great usability. But when I want to use Courier IMAP/POP to work
2006 Mar 18
3
Message Filenames
Is there anyway to get a message's filename through the imap server? I've been developing a program for awhile and just switched to dovecot from courier. Courier had a file that for every line was like:
<message uid> <message filename>
Is there anway to get this information out of dovecot?
-Charlie
2008 Oct 22
2
dovecot 1.0 to 1.1 upgrade and filesystem separators
Dear All
I have a test system where I am trying out 1.1.4
On the old 1.0rc6 (!) system I had edited:
src/lib-storage/index/maildir/mail-storage.h
to change:
#define MAILDIR_FS_SEP ';'
#define MAILDIR_FS_SEP_S ";"
so I can get some mail folder hierarchy and '.'s in
folder names - this all worked perfectly.
Under 1.1.4 the MAILDIR_FS_SEP lines are no longer present.