Displaying 8 results from an estimated 8 matches for "giorgen".
Did you mean:
girgen
2008 Aug 14
5
dovecot performance
...users.
It is well known that preforking is a good pratice if you want to
achieve a higher performance.
When I was asked about it I readily answered: "of course it does". For
my surprise later, i doesn't.
Do you have any plans to support preforking in the near future?
Best regards,
giorgenes
2009 Jan 20
2
dotlock timestamp trouble
Hi there,
I'm getting a lot of this message in production log:
Created dotlock file's timestamp is different than current time (1232468644
vs 1232468524): /path/to/dovecot.index.log
The IT guy swears the clocks are sincronized.
Whe even have made a test in the machine running dovecot, inside the user's
mailbox:
# > foo; ls -l --time-style=full-iso foo; date
-rw-r--r-- 1 root root
2008 Nov 04
1
problem with i_stream_next_line()
Hello there,
I have a "subscriptions" file that is *not* ended with a line break (created
by another system).
When I do a "lsub "" "*"" the last mailbox name is not listed.
Debugging a little showed that it looks like i_stream_next_line() is not
returning the last line if it doesn't end with a line break.
Is this a bug?
btw, i'm using version
2009 Jul 11
6
Install Xen on VirtualBox?
Hey,
Anyone tried before, is it successful?
Also, Is it possible to use the CPU VT inside Xen if it is running
inside VirtualBox?
I want to setup such env. for testing purpose.
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Nov 06
1
index storage usage
Hello there,
I failed in finding the answer in the wiki so i'm asking it here.
In average, how much the dovecot's indexes increase the usage of storage,
compared to a standard maildir mailbox?
I believe it would be a function of the number of messages instead of the
message's size. Is there a known aproximated function for that?
Thank you.
gpg
2008 Sep 04
2
filename format question
Hello,
Is it possible to configure the filename format in dovecot?
For example, to change from "unique,W=size:2,FLAGS" to
"unique,size.hostname:2,FLAGS_unique2"?
Thanks in advance.
2008 Sep 10
1
plugin for writing compressed mails
Hello there,
I've being reading the zlib plugin and the dovecot code and I can't
see a way of extending the plugin for writing compressed mails instead
of just reading it.
Any clue?
Tks in advance,
gpg
2008 Sep 26
1
problems with auth protocol
Hello there,
I have a client connecting to dovecot and comunicating like this:
* OK Dovecot ready.
* AUTHENTICATE MYAUTH
+ base64 challange
base64_response {NNN}
* NO Invalid base64 data in continued response
The problem is that dovecot seems to reject the response because of
the {NNN} in the end of the string.
If I remove the {NNN} it authenticates just fine.
Any idea of whether it's