I've been using dovecot for a year or two now, and really like it. I have a
fairly simple setup, but I think it's time to get a little more advanced. I
keep an "archive" of all my email, both sent and received. Every once in a
while I get confused, and accidentally delete something from my archi
Brandon Lamb schrieb:
> On Fri, Oct 31, 2008 at 5:37 AM, Robert Schetterer
> <[EMAIL PROTECTED]> wrote:
>> Hi @ll,
>> has anbody experience with
>> dovecot behind load balancers
>> im planning to test
>> ha-proxy
>> pen
>> balance(ng) on ubuntu hardy in a HA-Cluster
>> in front of dovecot servers
>
On Oct 31, 2008, at 10:03 PM, Bernhard Herzog wrote:
On 31.10.2008, Timo Sirainen wrote:
Right, it could (would) cause mailboxes to be listed that aren't
supposed to be listed. I think you'll also have a problem if e.g.
"foo"
exists but doesn't have 'l' right and "foo/bar" exists and has 'l'
On 31.10.2008, Timo Sirainen wrote:
> Right, it could (would) cause mailboxes to be listed that aren't
> supposed to be listed. I think you'll also have a problem if e.g. "foo"
> exists but doesn't have 'l' right and "foo/bar" exists and has 'l'
> right. I think % will currently not list "foo". If
On Oct 31, 2008, at 9:42 PM, Bernhard Herzog wrote:
The behavior of the _verify funtion is the problem. It only
rebuilds if any
of the already referenced acl files has changed but not if new acl
files have
been created. I'm not sure yet what the best way is to determine
whether new
mailb
On 28.10.2008, Bernhard Herzog wrote:
> - The dovecot-acl-list is not always rebuilt, even when it should have
>been, AFAICT. In particular, if the file exists but is empty, it's
>never updated, even when ACL later change. Maybe this is a bug in
>the Kolab branch.
It happens with va
Timo Sirainen a =E9crit :
> On Fri, 2008-10-31 at 08:32 +0100, Thorsten Vollmer wrote:
>> Hi Timo,
>>
>> Dovecot fails to start after upgrading from 1.1.4 to 1.1.6:
>>
>> Fatal: userdb didn't return a home directory, but mail location used i=
t
>> (%h): %h/mail:CONTROL=3D%h/control:INDEX=3D%h/index
Erdenebat Gantumur a écrit :
> Hi dear, Timo
>
> When I execute dovecot -F then it doesn't exiting. During this time when
> try to telnet 110 port it shows
>
> Escape character is '^]'.
> +OK Dovecot ready.
> ^]
> telnet> quit
>
> Also i've set log and log_info path. In dovecot_info.log it's sho
Hi Timo,
The server and client both are Debian machines.
Server: debian etch, kernel 2.6.18-5-amd64, nfs-kernel-server
1.0.10-6+etch.1 (v3)
Client: debian sarge, kernel 2.6.8-2-386, nfs-common 1.0.10-6+etch.1
Regards,
Bas
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL P
On Fri, 2008-10-31 at 17:32 +0100, Bernhard Herzog wrote:
> On 31.10.2008, Timo Sirainen wrote:
> > On Fri, 2008-10-31 at 08:32 +0100, Thorsten Vollmer wrote:
> [...]
> > > Adding a fake home directory to args in
> > > master-settings.c:get_imap_capability solved the problem for me, but
> > > there
On 31.10.2008, Timo Sirainen wrote:
> On Fri, 2008-10-31 at 08:32 +0100, Thorsten Vollmer wrote:
[...]
> > Adding a fake home directory to args in
> > master-settings.c:get_imap_capability solved the problem for me, but
> > there may be a more correct fix.
>
> Yes, that's the correct fix:
> http://
On Thu, 2008-10-30 at 17:50 +0100, LÉVAI Dániel wrote:
> > The "/" hardcoding only means the "%" wildcard matching, meaning if
> > you've a mailbox "foo/bar" then "%" would match only "foo" part, but
> > if you've a mailbox "foo.bar" then "%" would match the full
> > "foo.bar". In any case you'll n
On Fri, 2008-10-31 at 10:45 +0100, Laurent Blume wrote:
> Hello all,
>
> My system is set up to have quotas both on /var/mail, where emails are
> received, and on /export/home, where users' homedirs are.
> But the client (Thunderbird) shows the same /export/home values both for
> the Inbox and for
On Fri, 2008-10-31 at 08:32 +0100, Thorsten Vollmer wrote:
> Hi Timo,
>
> Dovecot fails to start after upgrading from 1.1.4 to 1.1.6:
>
> Fatal: userdb didn't return a home directory, but mail location used it
> (%h): %h/mail:CONTROL=%h/control:INDEX=%h/index
> Error: imap dump-capability process
On Fri, 2008-10-31 at 11:38 +0100, Bas van Oosterum wrote:
> I upgraded to dovecot 1.1.6 to be able to use NFS. Got a little issue: I
> can't move mail to another IMAP folder (so I can't delete to: moving to
> .trash does not work. Error message
>
>
>
> Oct 31 11:07:45 jozua-mailserver dovecot
On Fri, 2008-10-31 at 12:52 +0100, Bernhard Herzog wrote:
> On 28.10.2008, Bernhard Herzog wrote:
> > - List with "%" doesn't list all intermediate mailboxes.
> >
> >On the one hand arthur sees this:
> >
> > x LIST "" "*"
> > ...
> > * LIST (\Noselect \HasChildren) "/" "users/fo
On Tue, 2008-10-28 at 21:07 +0100, Bernhard Herzog wrote:
> One of the main problems the patch addresses is getting a list of all
> users that have mailboxes the logged in user can see. The patch uses a
> dict to cache information about which users have at least one mailbox
> that is visible to ot
On Tue, 2008-10-28 at 14:11 +0100, Sascha Wilde wrote:
> Sascha Wilde <[EMAIL PROTECTED]> writes:
> > Ok, as discussed I have made some changes (hopefully improvements) in
> > the new "auth-master" API for userdb requests...
>
> And using this new I finally put a first alpha version of the missing
On Thu, 30 Oct 2008 22:55:34 +0100, Tom Hendrikx <[EMAIL PROTECTED]> wrote:
> HILT Guillaume wrote:
>> On Thu, 30 Oct 2008 10:51:43 +0100, Guillaume Hilt
>> <[EMAIL PROTECTED]> wrote:
>>> Hi there,
>>>
>>> I'm running a server under Gentoo 64 with postfix 2.5.5, Dovecot
>>> 1.1.4-r1 and Dovecot-an
> [EMAIL PROTECTED] wrote:
>> One option that I would prefer if I were to backup the entire store with
>> one command would be generating a snapshot of the file system.
>> And then rsync or cp that snapshot. That way youll always get a
>> consistent backup and you wont have to worry about how lon
On Thu, 2008-10-30 at 14:42 -0400, Allen Belletti wrote:
> I'd like to add my vote here as well; dbox would be *the* feature that
> would make me happy. I'm the guy who asked a few weeks ago about ways to
> speed access on our GFS clustered mail environment.
>
> Meanwhile, I've done some prelimina
Hi @ll,
has anbody experience with
dovecot behind load balancers
im planning to test
ha-proxy
pen
balance(ng) on ubuntu hardy in a HA-Cluster
in front of dovecot servers
--
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
[EMAIL PROTECTED] wrote:
>
> Rsync seems to be loading information about each file into memory before
> comparing the lists of files and doing the actual transfer.
> That may be a lot of memory if you have a lot of files.
>
> I sometimes overcome this by rsync’ing each user or domain one at a time.
On 28.10.2008, Bernhard Herzog wrote:
> - List with "%" doesn't list all intermediate mailboxes.
>
>On the one hand arthur sees this:
>
> x LIST "" "*"
> ...
> * LIST (\Noselect \HasChildren) "/" "users/ford"
> * LIST (\HasNoChildren) "/" "users/ford/INBOX/hhgttg"
> x
> Dave McGuire wrote:
>> On Oct 29, 2008, at 3:42 PM, Scott Silva wrote:
What is the best way to do a (server-side) backup of all mail in a
user's mail?
>>> I usually just rsync the /home directories to another server. The
>>> inital sync
>>> can take a while, but it gets faster afte
Hi all,
I upgraded to dovecot 1.1.6 to be able to use NFS. Got a little issue: I
can't move mail to another IMAP folder (so I can't delete to: moving to
.trash does not work. Error message
Oct 31 11:07:45 jozua-mailserver dovecot: IMAP([EMAIL PROTECTED]):
fdatasync_path(/var/mail/kerknet.o
Hello all,
My system is set up to have quotas both on /var/mail, where emails are
received, and on /export/home, where users' homedirs are.
But the client (Thunderbird) shows the same /export/home values both for
the Inbox and for the folders in the homedir, so a user cannot know
where she stands
El Jueves, 30 de Octubre de 2008 a las 20:15, Timo Sirainen escribió:
> On Oct 30, 2008, at 9:02 PM, John Lightsey wrote:
> > A little late, but I don't see any mention of /etc/lsb-release in
> > the LSB specification. You probably want the output of /usr/bin/
> > lsb_release -d
>
> I don't think
Hi Timo,
Dovecot fails to start after upgrading from 1.1.4 to 1.1.6:
Fatal: userdb didn't return a home directory, but mail location used it
(%h): %h/mail:CONTROL=%h/control:INDEX=%h/index
Error: imap dump-capability process returned 89
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
A
29 matches
Mail list logo