Displaying 20 results from an estimated 300 matches similar to: "1.0-test58"
2006 Jun 26
2
[PATCH, RFC 3/13] OTP: parity table
Add OTP parity table.
diff -urdpNX /usr/share/dontdiff -x Makefile dovecot.vanilla/src/lib-otp/otp-parity.c dovecot/src/lib-otp/otp-parity.c
--- dovecot.vanilla/src/lib-otp/otp-parity.c 1970-01-01 03:00:00.000000000 +0300
+++ dovecot/src/lib-otp/otp-parity.c 2006-06-23 13:44:31.161891112 +0400
@@ -0,0 +1,29 @@
+/*
+ * OTP parity table.
+ *
+ * Copyright (c) 2006 Andrey Panin <pazke at
2006 Nov 18
2
Auth checking also the service
Hello everyone. I'm switching to dovecot from courier-imap and after some
problems with Apple Mail client, now everything seems to be fine.
The only problem that I have not solved yet is to check also the service
(pop3, pop3s, imap, imaps) in the authentication phase.
In courier-authlib I do this:
MYSQL_SELECT_CLAUSE SELECT username, \
password, \
2005 Jun 15
6
Compressed maildir
Greetings,
I noticed a while back someone posted a patch/plugin that allowed Dovecot to
use compressed mbox files. I'm now wondering how far that would put us from
having compressed maildir? I have a server with more CPU than disk space, and
while I can buy more HDD space, my backup solution doesn't make that practical.
It seems to me that when looking for a message file, if it
2006 Jul 19
2
Patch suggestion
Hi,
Would it be possible to make a change in the configure file to search
for gssapi.h in <kerberosV/gssapi.h> if it fails to find it in
<gssapi/gssapi.h>? That would allow to compile dovecot with gssapi
easily on OpenBSD without patching it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 186
2006 Jun 26
1
[PATCH, RFC 0/13] OTP: add auth_cache_remove()
This patchset add support for One-Time-Password authentication mechanisms,
both S/Key (RFC 1731) and OTP (RFC 2444) are implemented.
Tested with mutt (uses cyrus sasl library for authentication).
Patches were made against CVS HEAD. Please take a look.
Add auth_cache_remove() function which will be used by OTP code to evict
old entries from auth cache.
diff -urdpNX /usr/share/dontdiff -x
2004 Dec 16
1
building on cygwin
Hi,
attached patch makes dovecot build on cygwin (only have a windows
computer at the moment :-/ )
It spews a lot of warnings, for example "unsigned int format but
uint32_t argument".
johannes
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL:
2006 Jun 29
1
[PATCH]: updated tpop3d UIDL support based on older patch
Hi,
Here is an updated patch which allows to use tpop3d compatible UIDL in dovecot
(it's against 1.0rc1):
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/dovecot-tpop3d-uidl.patch?rev=1.2
which is based on:
http://dovecot.org/pipermail/dovecot/2006-March/012080.html
Please consider merging it.
--
Arkadiusz Mi?kiewicz PLD/Linux Team
arekm / maven.pl
2007 Apr 19
2
dovecot-auth %c variable is not working
In "doc/variables.txt"
> For dovecot-auth there are also these variables:
>
> %c - "secured" string with SSL, TLS and localhost connections.
> Otherwise empty.
%c does not appear to be working. I am trying to use it in a MySQL query userdb and passdb query and it is always empty string.
Timo, any chance you could post a patch that fixes this?
Thanks,
2005 Sep 13
1
Solaris build failed
dovecot-v1.0-alpha build failed for Solaris 11 (OpenSolaris Nevada).
The problematic line is in socket.c line 228. The fix should be to
change SOL_TCP to IPPROTO_TCP found in netinet/in.h. This change should
work universally on all platforms.
Gary
2005 Jan 14
0
Strange behavior of mysql 4.1.8/9 + dovecot1.0-test58~test61 on Fedora 3 x86_64 machine
Some additional tests. I tried to add a test connection in the main.c under auth, which should be the main file of dovecot-auth. The test connection is done as the first statement in the int main() function. However, it still reports that the connection fails due to access denied. What should I do?? Any suggestions are welcomed.
-----Original Message-----
From: dovecot-bounces at dovecot.org
2005 Jan 14
0
Strange behavior of mysql 4.1.8/9 + dovecot 1.0-test58~test61 on Fedora 3 x86_64 machine
I've built & configured the dovecot to use mysql as the passdb and
userdb. However, dovecot-auth always claims that the username/password
of mysql server is wrong (access denied by mysql server) during the
connection. When I set the password to NULL, it can successfully connect
to mysql server! I am 100% sure that I typed the correct password (by
copy & paste), and I can successfully
2005 Aug 30
2
Very minor feature request
Hello,
I'd suggest a way to get to know the "capabilities" of a compiled Dovecot.
The background is that I've run the sequence
./configure --with-ldap && make && make install
twice, all three commands tell me that all is fine (ldap is listed in the
modules), but still dovecot told me that ldap is no Usedb module.
A "make clean" before solved the
2006 Jul 24
2
[PATCH] Substitution of dots to ", dc=" in variable expansions
Hi list,
my ldap directory uses DNs like this:
uid=solist,ou=People,dc=solistland,dc=net,ou=Virtuals
but I only could use something like
uid=solist,ou=People,dc=solistland.net,ou=Virtuals
with dovecot, which obviously isn't what the dcObject object class was
meant to present.
I've written a small function for var-expand.c which introduces a new
modifier for string variable
2006 Dec 10
2
segfault in RC15
Hi all, ive seen a few segfaults in RC15. It's hard for me to reproduce
but I was able to get a core when it happened with one of our customers.
RC15
FreeBSD 4.10
X86
NFS/NetApp
It's squirrelmail/webmail client.
Can't reproduce it, cant turn on dovecot.rawlog because I dont know in
advance which customer will hit this. See it about 5 times per hour,
with thousands of logins per hour.
2010 Jun 29
1
Error that I don't understand
I?ve noticed lines like this in error log:
IMAP(username at cubeholding.com): Error: read(mail, uid=58284) failed: Is a directory
I?ve looked at sources and found this message in src/lib-storage/index/index-mail.c, function static int index_mail_stream_check_failure(struct index_mail *mail) but I don?t understand where it come from, I understand it is something about indexes, anyone can explain
2006 Jul 26
5
linux-2.6-xen.hg
Hi,
Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being
updated? if not, what''s the preferred Linux tree to track that has all
of the Xen bits?
Thanks,
Muli
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2004 Dec 06
1
Dovecot SQL auth problem? (1.0-test52-56)
Hi there,
We are living dangerously and using the test versions on our production
servers which are migrated from 3 different older servers (about 5000
accounts) therefore we have 3 different MySQL auths. All seems to be
ok, but a guy in the office is using Thunderbird as pop3 access. The
auth is saying:
auth(sql): plain(?,xx.xxx.xx.xxx): invalid input
I have hidden his IP for security
2007 Apr 18
3
Per-cpu patches on top of PDA stuff...
Hi Jeremy, all,
Sorry this took so long, spent last week in Japan at OSDL conf then
netconf. After several false starts, I ended up with a very simple
implementation, which clashes significantly with your work since then
8(. I've pushed the patches anyway, but it's going to be significant
work for me to re-merge them, so I wanted your feedback first.
The first patch simply changes
2007 Apr 18
3
Per-cpu patches on top of PDA stuff...
Hi Jeremy, all,
Sorry this took so long, spent last week in Japan at OSDL conf then
netconf. After several false starts, I ended up with a very simple
implementation, which clashes significantly with your work since then
8(. I've pushed the patches anyway, but it's going to be significant
work for me to re-merge them, so I wanted your feedback first.
The first patch simply changes
2005 Sep 09
7
[PATCH 0/6] jbd cleanup
The following 6 patches cleanup the jbd code and kill about 200 lines.
First of 4 patches can apply to 2.6.13-git8 and 2.6.13-mm2.
The rest of them can apply to 2.6.13-mm2.
fs/jbd/checkpoint.c | 179 +++++++++++--------------------------------
fs/jbd/commit.c | 101 ++++++++++--------------
fs/jbd/journal.c | 11 +-
fs/jbd/revoke.c | 158