similar to: Dovecot.1.0.alpha1+mysql+mysql

Displaying 20 results from an estimated 100 matches similar to: "Dovecot.1.0.alpha1+mysql+mysql"

2019 Jan 10
2
auth core dump
2018 Dec 04
3
Dovecot 2.3.4 crash
A full example with dovecot debug symbols activated (note since I have activate valgrind, no more segfault it?s normal I presume ): Dec 4 12:09:40 dovecot: auth-worker: Error: ==3071== Invalid read of size 8 Dec 4 12:09:40 dovecot: auth-worker: Error: ==3053== Invalid read of size 8 Dec 4 12:09:40 dovecot: auth-worker: Error: ==3057== Invalid read of size 8 Dec 4 12:09:40 dovecot:
2005 Aug 25
0
[Fwd: Re:Dovecot] Finally PEBKAC was Failed authentication to a mysql database (bug or PEBKAC?)]
-----Forwarded Message----- From: jigen <jigen at metalabs.org> To: Timo Sirainen <tss at iki.fi> Subject: Re:Dovecot] Finally PEBKAC was Failed authentication to a mysql database (bug or PEBKAC?) Date: Sat, 20 Aug 2005 18:33:11 +0200 On Fri, 2005-08-19 at 16:56, Timo Sirainen wrote: > Dovecot just passes these values to Mysql library without doing anything > to them itself. So
2018 Dec 03
3
Dovecot 2.3.4 crash
On 2 Dec 2018, at 22.22, Guillaume via dovecot <dovecot at dovecot.org> wrote: > > I also have this kind of segfault since the update : > > Dec 2 21:12:11 xxxxxxx dovecot: auth-worker: Error: *** Error in `dovecot/auth': double free or corruption (fasttop): 0x000055573bb99f70 Is this easy to reproduce? Can you try with valgrind? It will slow down the logins a bit though.
2015 Mar 11
2
Fixing broken UTF-8 handling with MySQL driver
Hi, I noticed that dovecot's MySQL driver doesn't play well with UTF-8 encoded strings. I presume this issue has been around for a while. However, it still fails with the current release candidate 2.2.16-rc1. I have been using the sieve extdata plugin with a MySQL-backed dict to retrieve a folder name that is then passed to fileinto: fileinto :create
2015 Mar 12
0
Fixing broken UTF-8 handling with MySQL driver
On 11 Mar 2015, at 21:31, Felix Zandanel <felix at zandanel.me> wrote: > > Although my MySQL installation is set up to use UTF-8 as the default charset on every level (config, database, table and field), and the character_set_* runtime variables all yield the value "utf8", it still seems that the mysql client library must be instructed to actually use UTF-8 explicitly.
1998 Sep 01
0
samba-2.0.0-alpha1 on SGI Irix 6.2
Just compiled samba-2.0.0-alpha1 on SGI Irix 6.2 (using vendor cc). It compiles and is running. Did env CC=cc CFLAGS=-n32 configure --prefix=/var make make install Initially, I tried to build outside the source tree but this failed. +++++++++++++++++++++++++++++++++++++++++ (Mr) David Billinghurst Comalco Research and Technical Support PO Box 316, Thomastown, Vic, Australia, 3074 Phone: +61
2001 Jan 04
0
Problems/Modifications compiling SAMBA 2.2-alpha1 on SCO Openserver 5.0.5a
Hello, after one small modification I was able to compile samba. I have not yet tried to use it, but at least swat is working. It would be nice if anyone could modify the current code to resolve the specified problems. Mike The Problems: Only a nuisance: uid_t and gid_t are unsigned: /GNU-Source/samba-2.2.0-alpha1/source/smbd/sec_ctx.c: In function `initialise_groups':
2013 Oct 22
1
10.0-ALPHA1: /usr/bin/read: strange return code with -t option
When using /usr/bin/read with the -t option the "timeout" return code should be 1 (verified with 8.4-RELEASE and 9.2-RELEASE). When used with 10.0-BETA1, the return code is 142. How to recreate: /usr/bin/read -t 1 RESPONSE JUNK (allow this to timeout) echo $? 142 Also with /bin/sh: builtin read -t 1 RESPONSE JUNK (allow this to timeout) echo $? 142 Thanks for
2005 Aug 18
3
1.0 alpha1 released
As promised a few days ago, 1.0.alpha1 release is now available from Dovecot web page. Changes since 1.0-test80 include only one mbox assert crashfix and removed fsync() call when writing to transaction log, making it a bit faster. I changed the version number also since 1.0-tests to 1.0.alpha. I know '-' is problematic to binary package builders, maybe the new versioning is better?
2005 Aug 19
0
1.0 alpha1 and postfix dovecot auth
Does the postfix-2.2.1-dovecot-auth patch not work with 1.0alpha1? I was using the stable branch and it was working fine. Tried out 1.0alpha1 and now when I connect to postfix it logs this error. Aug 19 11:25:19 redefine postfix/smtpd[17343]: fatal: SASL: connect failed: No such file or directory I've tried with postfix-2.2.4 and 2.2.5. Right now I'm using auth default but I also
2005 Aug 29
2
Sig11 and some corrupted indexes after 1.0-stable -> 1.0.alpha1
I just upgraded my production box from 1.0-stable to 1.0.alpha1. I've noted some new errors in my dovecot logs: Aug 28 23:23:56 cliff dovecot: IMAP(rsferra): Corrupted index cache file /mail/mcad.edu/rsferra/Maildir/.Sent Items/dovecot.index.cache: indexid changed Aug 28 23:33:57 cliff dovecot: IMAP(acarr): Corrupted transaction log file /mail/mcad.edu/acarr/Maildir/.Deleted
2005 Aug 29
0
IMAP noticeably slower after 1.0-stable -> 1.0.alpha1
Not much else to say... All LDAP interaction is noticeably slower, from logging in to moving messages between folders. Configuration options: ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu --with-ldap --disable-ipv6 --without-pam
2005 Sep 06
2
1.0.alpha1: Namespaces
Hi, I'm currently using 1.0.alpha1 without luck regarding a namespace issue. Maybe it's a general understanding problem on my side, but let's see :-) I would like to have my mail stored in Maildir format below ~/.maildir/, which works fine so far. I want any (sub)folders to be created like this: ~/.maildir/ /cur /new /tmp /.Folder/ /cur /new /tmp /.Subfolder/
2005 Sep 11
1
Do index files need removing when upgrading 1.0-stable to 1.0-alpha1 or later?
Hi Timo, Just a quick question: do index files still need removing when upgrading from 1.0-stable (as in the testXX series) or will Dovecot regenerate them automatically? I'm expecting to go with 1.0-stable on Tuesday for my 20,000 users (as that's what I've been testing), but if we see lots of index issues, I may want to upgrade to alpha1 (or later) fairly soon afterwards and it
2005 Sep 19
1
Is Alpha2 slower than Alpha1?
I changed servers at the same time as changing from Alpha1 to Alpha2 but I'm on a faster server so it should be faster. But it seems slower especially deleting server side messages. Using mbox . Anyone else seeing tis?
2005 Oct 17
1
Alpha1..2.. and 3 with Tru64
Hi all, I've found a little problem to compile dovecot on a tru64 os v5.1. The problem is the lack of the "inttypes.h" into the included header in the project. Without this include the make process will fail because it can't find the uint32 type. So is sufficient to add the line '#include <inttypes.h>' in the src/lib/lib.h of the tgz distribution package.
2007 Jul 30
1
dovecot-1.1-alpha1 prefetch appears broken
Config shows... # 1.1.alpha1: /usr/local/conf/dovecot.conf protocols: imaps ssl_listen: 69.94.137.124:10943 login_dir: /common/pkgs/dovecot-1.1-alpha1/var/run/dovecot/login login_executable: /common/pkgs/dovecot-1.1-alpha1/libexec/dovecot/imap-login mail_debug: yes auth default: verbose: yes debug: yes debug_passwords: yes passdb: driver: sql args:
2005 Sep 09
2
Dovecot-alpha1 and Thunderbird Sent problems
I have dovecot 1.0alpha1 setup in a semi test environment running on Solaris 2.6. When using Thunderbird 1.0.6 from Windows occasionally the client will hang after sending a message and before copying it to the Sent folder on dovecot. Sendmail logs indicate that the message has been sent correctly. The mail directory is not shared over NFS. It is in maildir format. Restarting Thunderbird and
2008 Sep 24
2
dovecot 1.2.alpha1 quota dict driver mysql broken
Hi Timo, quota dict seems to be broken with 1.2.alpha1 MAP(robert at schetterer.com): read(/var/run/dovecot/dict-server) failed: Remote disconnected dovecot: Sep 24 18:43:16 Error: dict: Error in configuration file /etc/dovecot/dovecot-dict-quota.conf line 1: Unknown setting: driver dovecot: Sep 24 18:43:16 Error: dict: Failed to initialize dictionary 'quotadict'