Displaying 20 results from an estimated 400 matches similar to: "Copying keyworded messages kills IMAP process(test78)"
2005 Jul 14
1
Changes made to imap descriptor handling in test78?
Hello,
What has changed from test77 to test78 in the way imap manages
its descriptors? I upgraded to test78 this morning on a small
site which I use as a testbed for testing various things.
Running the same copy of my kqueue patch with test77 works
quite well [*], with test78 imap has some problems. Here is
some debugging output I recorded:
Jul 14 12:55:27 egg dovecot: imap-login: Login:
2005 Jul 14
3
Very slow select() command on large mailboxes
Hi,
I'm trying to decide if I could use you mail server in our enviroment which
has about 10k users and mailboxes size about ~1GB.
So I made a few tests and it all worked quite fast, except that select
command on large mailboxes. The first time I select a mailbox which has 10k
messages it takes about 4s to process. I am deliberately trying this on a
Celeron 850Mhz, 512 MB memory and some
2005 Jul 14
2
Few questions
Is there a way to list all keywords a mailbox uses? I fetch flags for all
messages and then gorup them, but this is a very nasty solution.
What's the situation with full text search? Will it ever be implemented? Is
it already? Text search on my 0.99.14 is quite slow. Don't understand why no
IMAP server wants to implement this feature.
Does Dovecot support plugins?
Thank you,
Sebastjan
2005 Jul 23
1
Plugin development
Hi,
I have a few questions regarding copy and save_finish methods.
How can I get a filename or processing mail from the parameters you get in
that methods? How could I use the logger you use for dovecot inside my
plugin?
Thanks, Sebastjan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Nov 18
1
How to disable keywords?
Hi,
is there a quick way to disable keyword feature in dovecot?
Thanks, Sebastjan
2005 Dec 15
1
Variable '%r' doesn't transfomr in Postgres query
Hi,
i'm using postgres for authorization. When I switched from a4 to a5
authorization stoped working.
Query in conf file for postgres looks like this:
password_query = select password from auth('%u','%r');
But in logs, the transformed query looks like this:
Performing query: select password from auth('test','%r');
Looks like you don't transform that
2005 Jul 22
2
Update notifier
Hi,
I'm trying to add a code in dovecot that will notify my services when a
message is updated/added/moved/copied. I checked dovecot code a bit and
mail-storage.c seems to be a nice place for tracking but I'm not sure if I
can track all changes there.
Does anyone have any experience with this topic or ideas?
Thanks,
Sebastjan
-------------- next part --------------
An HTML
2005 Aug 14
1
Authentication based on client host
Hi,
I am wondering if it's possible to authenticate users that come from
specific IP differently then other users.
I will be authenticating them by postgresql so something like this
would be very useful:
password_query = SELECT password from get_user('%username','%host')
Is that possible? Can it be done any other way?
Thanks,
Sebastjan
2005 Jul 13
6
1.0-test78
http://dovecot.org/test/
Fixes:
- Crashes in non-x86 64bit systems
- Bugs in cache file header caching (you probably should delete all
dovecot.index.cache files to be sure the bug won't haunt you in future)
- FETCH ENVELOPE patch by Chris Wakelin (I'll try to figure out what
to do with the list patch later)
Known bugs left:
- Thunderbird + maildir: moving lots of messages from
2005 Aug 20
1
Authentication with encrypted passwords
Hello,
I have a postgresql database which contains users that will access
dovecot, but their passwords are hashed and I don't have them in plain
text.
I was reading documentation that you can add tell dovecot which
password scheme should it use.
For example:
password_query = "select '{MD5}'||password from users where userid=%u"
Which would mean that dovecot will hash the
2005 Sep 14
1
Local authentication without password
Hi,
is it possible to configure dovecot so that users from a specific IP
(let's say 127.0.0.1) don't have to send password? They would be
authenticated no matter if passwords match or not.
Thanks, Sebastjan
2006 Jan 14
1
[BUG] Thread command
Hi,
while implementing thread support in our mail application I found a bug
which kills IMAP(alpha5, SUSE 10) process...
These are the commands:
x OK Logged in.
x select INBOX
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk Junk $Forwarded
Spam)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk Junk
$Forwarded Spam \*)] Flags permitted.
* 2280 EXISTS
* 1 RECENT
*
2005 Jul 20
3
Another minor IMAP LIST issue
I've just noticed that Dovecot 1.0-stable and 1.0-test78 don't include
mbox folders with names beginning with "." in the IMAP LIST output.
These are often used to store "hidden" folders for storing things like
IMAP client configuration (e.g. Pine 4.x, IMHO, Prayer). Usually the
user shouldn't be able to see these, but there are occassions when they
might. It seems
2005 Jul 22
5
1.0-test79
http://dovecot.org/test/
Now checks that field alignmentations are in indexes as they're
expected. test78 crashed if it was wrong, earlier versions ignored the
problem (and crashed with 64bit systems). Now if it's wrong, it prints
error to log file and recreates the index. That means you probably
should delete all dovecot.index files to avoid tons of errors in log
files. Only mbox users
2005 Jul 21
1
test77, yahoo & fetchmail
I've run into a rather narrowly scoped problem ..
On test77 and test78, mails from Yahoo's webmail are seen, by fetchmail
using imaps, to have a 0-length body. When fetching, it claims "0 body
octets". Other mail clients (mutt, kmail) can view the messages fine.
pop3s retrieval works as well. Every other email I've received so far
works fine. It's just those sent by
2005 Jul 20
1
CR LF in stable
Hello,
It seems that mbox format mailboxes holding \r\n (CR + LF) character
sequences (instead of \n only) still cause assertion failures when
moving messages from one folder to another.
--
dovecot: Jul 19 17:14:52 Error: IMAP(dovetest): file istream-raw-mbox.c: line 38
3 (istream_raw_mbox_get_body_size): assertion failed: (rstream->body_offset != (
uoff_t)-1)
--
I seems to work in -test78
2005 Aug 22
1
per user quota with lda
Hi List
Anybody could tell me how to set per-user quota with dovecot-lda?
Thank in advance.
2013 Jan 30
1
kernel driver prevents supend to disk since 3.7 series
Hello,
3.7.x kernels prevent my laptop with Optimus VGA from suspend to disk
with an PFIFO write fault in PCOPY0, see kernel log below.
During the 3.6.x upto 3.6.11 suspend worked without problems.
lspci -v info of the VGAs is attached.
What may I do to debug this further ?
Thanks for any help and greetings,
Hermann
Jan 30 00:32:41 seba kernel: [ 69.468486] nouveau [ DRM] suspending
2013 Jan 18
2
columns called X rename Y
I have a data. frame to which you want to change the names to some of their
columns.
For example:
> seba <- data.frame ('constant' = 3, 'numbers' = 1: 10, 'letters' = LETTERS
[1:10], otros = 2:11)
List their names:
> names (Seba)
[1] "constant" "numbers" "letters"
I want to rename c the column called constant and b the column
2013 Jan 18
4
cambiar ciertos nombres de data.frame
Hola todos.
Tengo un data. frame al que le quiero cambiar el nombra a alguna de sus
columnas.
Por ejemplo:
>seba <- data.frame("constante"=1,"numeros"=1:10, "letras"=LETTERS[A:Z])
Listo sus nombres:
>names(seba)
[1] "constante" "numeros" "letras"
Quiero que la columna que tiene el nombre "constante" pase a