Displaying 5 results from an estimated 5 matches for "1.0_rc7".
2006 Oct 13
1
MySQL stored proc authorization
On my Gentoo box until today I had dovecot-1.0_rc7
and used following entry in /etc/dovecot/dovecot-sql.conf
password_query = call Authorize('%u', '%n', '%d')
Simply put dovecot is calling my mysql stored routine which handles
authorization. Until today, when I updated dovecot to dovecot-1.0_rc8 it
worked flawlessly. With this version executing stored proc dies with:
[Fwd: dovecot-1.0_rc7 crashes (Login process died too early) with repeated deletes from thunderbird]
2006 Aug 25
1
[Fwd: dovecot-1.0_rc7 crashes (Login process died too early) with repeated deletes from thunderbird]
I've run this test on every permutation of poll and notify:
can NOT reproduce the crash:
--with-ioloop=select --with-notify=none
--with-ioloop=select --with-notify=dnotify
--with-ioloop=select --with-notify=inotify
--with-ioloop=poll --with-notify=none
--with-ioloop=poll --with-notify=dnotify
--with-ioloop=poll --with-notify=inotify
CAN reproduce the crash:
--with-ioloop=epoll
2006 Aug 24
1
dovecot-1.0_rc7 crashes (Login process died too early) with repeated deletes from thunderbird
I can consistently reproduce a crash in dovecot:
Select 20 or more messages and copy them to a test folder.
Go into that test folder and SHIFT-DEL the messages rapidly (holding down SHIFT-DEL works best)
Just rapidly DELing them (even holding down DEL) doesn't do it (unless it's the Trash folder)
I'm using the following namespace (in case that's relevant)
namespace private {
2006 Aug 24
3
forward flag metadata
In testing the migration from courier-imap to dovecot I've discovered
that the forward flag on messages isn't kept track of in a standard way.
courier-imap seems to keep track of forwarded messages in courierimapkeywords/:list
dovecot seems to add an 'a' flag to the filename.
Unfortunately this 'a' flag information doesn't seem to be given out by dovecot.
It's
2006 Oct 11
1
Problems with LDA and vitual mailboxes
Hello,
I try to set up dovecot LDA with virtual domains/mailboxes to use sieve.
I use dovecot 1.0_rc7 with sieve dovecot-sieve-20060726 .
All datas about the virtual domains and mailboxes are stored in a
mysql-database. And without using the LDA delifer agent, everything works
fine.
But when I try to use LDA (even without sieve), I got a delivery failture.
I followed the wiki-howto