search for: test46

Displaying 15 results from an estimated 15 matches for "test46".

2004 Sep 30
1
[PATCH] NTLM2 support
...missing in dovecot. Attached patch adds it. Tested and works for me. Please consider applying. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- diff -urpNX /usr/share/dontdiff dovecot-1.0-test46.vanilla/src/auth/mech-ntlm.c dovecot-1.0-test46/src/auth/mech-ntlm.c --- dovecot-1.0-test46.vanilla/src/auth/mech-ntlm.c 2004-08-31 13:28:03.000000000 +0400 +++ dovecot-1.0-test46/src/auth/mech-ntlm.c 2004-09-28 23:45:46.000000000 +0400 @@ -25,6 +25,7 @@ struct ntlm_auth_request { pool_t pool;...
2004 Oct 05
0
1.0-test46: Assertion failed
Hi, I'm experiencing there assertions in the mail log (about 8 times during the last 2 days): Oct 5 11:20:51 web dovecot: POP3(xxxxx): file mbox-lock.c: line 493 (mbox_lock): assertion failed: (lock_type == F_RDLCK || ibox->mbox_lock_type != F_RDLCK) What is it? I'm running 1.0-test46 and sendmail on FC2. This is in dovecot.conf: #fcntl_locks_disable = no #mbox_read_locks = fcntl mbox_write_locks = fcntl Thanks. Martin
2004 Sep 24
0
1.0-test46
http://dovecot.org/test/ Most importantly added mbox_lazy_writes option, enabled by default. This makes Dovecot do writes to mbox only with EXPUNGE and CHECK commands and when mailbox is being closed. This is the same behaviour as with UW-IMAP. Especially useful for POP3 where most users just download the mails and delete everything - with this enabled Dovecot doesn't anymore go writing
2004 Oct 07
0
[PATCH] fix NTLM2 endianness buglet
Hi, this patch fixes endianness problem in NTLM2 code. Please consider applying. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- diff -u dovecot-1.0-test46/src/auth/mech-ntlm.c dovecot-1.0-test46/src/auth/mech-ntlm.c --- dovecot-1.0-test46/src/auth/mech-ntlm.c 2004-09-28 23:45:46.000000000 +0400 +++ dovecot-1.0-test46/src/auth/mech-ntlm.c 2004-10-04 21:41:48.000000000 +0400 @@ -154,7 +154,8 @@ message = ntlmssp_create_challenge(auth->pool, req...
2004 Oct 07
0
[PATCH] add missing error check in epoll code
Hello, this patch adds missing epoll_create() error check. Please consider applying. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- diff -urpX /usr/share/dontdiff dovecot-1.0-test46.vanilla/src/lib/ioloop-epoll.c dovecot-1.0-test46/src/lib/ioloop-epoll.c --- dovecot-1.0-test46.vanilla/src/lib/ioloop-epoll.c 2004-09-06 00:59:47.000000000 +0400 +++ dovecot-1.0-test46/src/lib/ioloop-epoll.c 2004-10-05 21:39:52.000000000 +0400 @@ -57,6 +47,8 @@ void io_loop_handler_init(struct iol...
2004 Oct 07
0
[PATCH] change old style SASL discovery code
...will write CRAM-MD5 or DIGEST-MD5 SSP we'll support it readily :) Please consider applying. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- diff -urpX /usr/share/dontdiff dovecot-1.0-test46.vanilla/src/pop3-login/client-authenticate.c dovecot-1.0-test46/src/pop3-login/client-authenticate.c --- dovecot-1.0-test46.vanilla/src/pop3-login/client-authenticate.c 2004-09-15 17:19:12.000000000 +0400 +++ dovecot-1.0-test46/src/pop3-login/client-authenticate.c 2004-10-05 20:43:18.000000000 +040...
2004 Oct 10
1
cvs build broken in auth/db-mysql.c?
After running ./configure --with-ldap --with-ssl=openssl --with-pgsql --with-mysql --without-cyrus-sasl2 --sysconfdir=/etc (Settings taken from the debian/rules of debian package version 0.99.11-3) of the cvs HEAD or test46 I get the following error during make: db-mysql.o(.text+0x116): In function `db_mysql_query': /tmp/dovecot-1.0-test46/src/auth/db-mysql.c:82: undefined reference to `mysql_conn_open' The following trivial change seems to let the build finish: RCS file: /home/cvs/dovecot/src/auth/db-mysql...
2005 Aug 03
3
debs for 1.0?
...cely on my sarges, but I need pop3_uidl_format = %f for Courier compatibility. I can't find any debs more recent than test22 of over a year ago (those are at http://src.braincells.com/dovecot-test/). Even though google turns up http://hemma.tobbe.nu/debian/mini-dinstall/incoming/dovecot_1.0.test46-1_i386.changes searching for dovecot on packages.debian.org (any distribution or source) only yields 0.99.14 and 0.99.20050712. I know Jaldhar called for vounteers to take over, but I don't feel qualified... but I've managed to do away with all non-deb installations, so if I have to I'...
2004 Sep 29
2
UIDL bug
I noticed a problem with handling UIDL msgnumber in test46. If you do "UIDL 1" on a POP3 connection it returns the UID of the message followed by a dot and an error message. I made 2 changes: I added the following line to line 527 of src/pop3/commands.c ctx->message = message; I changed line 559 from: if (list_uids_iter(client, ctx)) to...
2004 Sep 28
3
Moving mail dirs
...alf of BMT SeaTech Limited. ======================================================================== == -----Original Message----- From: Timo Sirainen [mailto:tss at iki.fi] Sent: 28 September 2004 00:09 To: dovecot at spam.turbolink.net Cc: dovecot at procontrol.fi Subject: [Dovecot] Re: More test46 feedback On 28.9.2004, at 00:29, dovecot at spam.turbolink.net wrote: > Here's another error message I just started getting with test46: > > Error: POP3(test2): file mbox-lock.c: line 493 (mbox_lock): assertion > failed: (lock_type == F_RDLCK ||ibox->mbox_lock_type != F_RDLCK)...
2004 Sep 29
2
pgsql and default_pass_scheme
Hello list, I am running Dovecot 1.0-test46 on FreeBSD with PostgreSQL as backend, runs _very_ nice, but i can not set "default_pass_scheme = CRYPT" (only PLAIN) for PostgreSQL Auth in dovecot-pgsql.conf. I have a valid entry in pg_hba.conf (and reloaded/restarted): "local mail mail...
2004 Oct 10
1
1.0-test47
http://dovecot.org/test/ Been a while since last release. Still seems there are some mbox problems, but I haven't been able to break anything for last few days. I guess it's stable enough. At least more stable than test46 which crashed quite often when expunging. - pretty much rewrote "index extension" support. it's now possible to add extensions to headers and to message records. it's possible to resize them. I'll probably use it soon to change mbox code to use 32bit offsets and automat...
2004 Sep 28
2
Any way to disable imap on all but localhost ?
Noticed that some configuration settings like imap_listen appear to have been removed. Any way to accomplish this ? -kim __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
2004 Oct 20
1
Problems with thunderbird
...popmail --with-storages=maildir --without-passwd --without-passwd-file --without-static --without-pop3d --with-mysql --disable-ipv6 --with-ssl=openssl --without-checkpassword --without-bsdauth --without-static-userdb I'm usig the sql as auth, with vpopmail. I've also tried 1.0-test19, test46, 47, 48 and 49. Going to try 0.9.11 now, but in the 0.9-series i've had huge problems with indexes becoming fucked up every couple of hours. (The last 0.9 I tried is 0.9.10.6) Am i doing something wrong or what? -- Best regards, Jonas Lundgren ICQ: #52064961 IRC: neonman @ EFnet, Un...
2004 Oct 04
3
timeout when retrieving folder list w/ Evolution 2.0?
hi, i have a problem with some maildir folders, where Evolution times out when retrieving the header list. It only happens with one particular folder, but i can't seem to find a pattern behind it. The amount of headers it does manage to retrieve varies, from between 3% to 50%. Its not a particularly large folder either (only 520 messages). The error message I get from Evolution is