Displaying 20 results from an estimated 400 matches similar to: "userdb-vpopmail.c bug in rc27"
2007 Mar 22
3
--with-vpopmail compile errors
Hi,
I'm building dovecot.src.rpm with vpopmail support and I get this error:
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib
-I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm
-DAUTH_MODULE_DIR=\""/usr/lib/dovecot/auth"\"
-DPKG_LIBEXECDIR=\""/usr/libexec/dovecot"\" -I/home/vpopmail/include
-std=gnu99 -O2 -g -march=i686 -Wall
2010 Nov 16
1
Help - custom vpopmail
Hi,
First, I'm not sure if dovecot should alter this, but it seems vpopmail
writes the IP into the 'remote_ip' field instead of the auth type. Dovecot
still writes the auth type.? I want both.
So I modified my vpopmail install to write an additional field into the
lastauth table.? My custom vpopmail writes the remote IP into remote_ip,
and the auth type into a 'type'
2010 Feb 26
2
segfault with vpopmail 5.5.0
Hi,
version: 1.2.10
OS: Debian unstable/x86_64
[118905.528497] dovecot-auth[3856]: segfault at 0 ip (null) sp 00007fff6666ad98 error 14 in dovecot-auth[400000+61000]
2010-02-26 22:17:45 dovecot: Error: child 3856 (auth) killed with signal 11 (core dumped)
(gdb) bt full
#0 0x0000000000000000 in ?? ()
No symbol table info available.
#1 0x0000000000423b0e in vpopmail_lookup_vqp
2009 Aug 31
1
dovecot-auth segfault with vpopmail 5.5.0 on amd64
Seeing dovecot-auth segfault on amd64
dovecot is 1.2.4
pertinent details below:
ldd /usr/local/libexec/dovecot/dovecot-auth
linux-vdso.so.1 => (0x00007fffef1fe000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007fe8e6bae000)
libvpopmail.so => /usr/lib/libvpopmail.so (0x00007fe8e6986000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fe8e6782000)
librt.so.1 => /lib/librt.so.1
2004 Sep 22
3
problems with cvs version and vpopmail
Hi, I have tried compiling the latest cvs version of dovecot on my FreeBSD
5.2.1-release box with the ports version of vpopmail: 5.4.3_1.
In the configuration file I have two auth paragraphs, one for passwd
authentication and one for vpopmail-auth:
auth vpopmail {
mechanisms = plain
userdb = vpopmail
passdb = vpopmail
user = vpopmail
}
But the vpopmail dosn'nt work. I got the
2006 Jan 18
2
%d interpolation problem fixed
On 6 Dec 2005, at 17:21, Timo Sirainen wrote:
> On Tue, 2005-12-06 at 17:11 +0000, William Ross wrote:
>> On 6 Dec 2005, at 16:51, Timo Sirainen wrote:
>>
>>> On Fri, 2005-10-28 at 17:52 +0200, Riccardo Bini wrote:
>>>>> I just wrote this: http://wiki.dovecot.org/Quota
>>>> Well... but you have to correct %n with vpopmail backend. %u in the
2004 Jun 14
1
vpopmail and open smtp relay
I'm using vpopmail's POP-before-SMTP auth, but dovecot don't support it,
so I'm wrote this patch
==============================================================
diff -Naur dovecot-0.99.10.5/src/auth/auth-login-interface.h
dovecot-0.99.10.5-patched/src/auth/auth-login-interface.h
--- dovecot-0.99.10.5/src/auth/auth-login-interface.h Sun May 18
16:26:28 2003
+++
2004 Sep 30
0
dovecot not working with some vpopmail passwords
Hello.
I tried installing dovecot on a server that relies on vpopmail
authentication using $1$ MD5 algorithm and it didn't work.
Please fix this for the next release.
Attached is a patch, please be carefull with the line wrapping.
Radu
--- passdb-vpopmail.c.old Thu Feb 20 00:46:51 2003
+++ passdb-vpopmail.c Thu Sep 30 18:58:56 2004
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003 Timo
2005 Nov 03
0
Vpopmail authentication problem
Hello,
I have a problem setting dovecot-1.0 / vpopmail authentication with
virtual users.
Here is my dovecot.conf (the part related to vpopmail) :
passdb = vpopmail
userdb = vpopmail
default_mail_env = maildir:/home/domains/%d/users/%n
I recompiled dovecot with "verbose" option and keep getting this error :
Nov 3 11:10:58 ***** dovecot: auth(default): vpopmail(lb at
2005 Jul 07
2
bug(?) in 2.11
Hi!
I write this config line:
kernel /boot/i386/vmlinuz ro ramdisk=32768 root=/dev/ram0 init=/linuxrc
but when I try to boot I got this mesasge:
Could not find kernel image: /boot/i.386/
Same symptomes are with slash and backslash too. I think, the parses
don't understand the directory separator characters and count as the
part of filename.
ps
Sorry for my english
--
Gabor HALASZ
2005 Nov 03
1
domU compilation failure on x86_64
Hi!
I tried to compile the xen devel (updated with hg today) on Debian Sid
and I got the next error (same with gcc 3.4.5 and gcc 4.0.2).
CC arch/xen/x86_64/kernel/setup64.o
arch/xen/x86_64/kernel/setup64.c:38: error: parse error before
"__cpuinitdata"
arch/xen/x86_64/kernel/setup64.c:38: warning: type defaults to `int'' in
declaration of `__cpuinitdata''
2003 Jan 14
1
0.99.7 out
This one seems to be actually working. Also rewrote doc/index.txt in
case someone is interested.
2009 Jul 22
2
PAM_USER falsely assumed immutable
In 1.2.1 there's:
passdb-pam.c:230 status = pam_get_item(pamh, PAM_USER, &item);
passdb-pam.c:237 auth_request_set_field(request, "user", item, NULL);
so "item" is PAM_USER, which is then checked by auth_request_set_field:
1022 if (strcmp(request->user, value) != 0) {
1023 auth_request_log_debug(request,
2000 Nov 22
1
Configuration Trouble
I have succeeded in getting two tinc1.0pre3 hosts to connect, but I can't
ping one from the other. I can ping the local tap interfaces. tcpdump shows
that icmp echo requests are received by the other host, but no replies are
sent. The two hosts are North and South. It is the same pinging North to
South and South to North. The hosts are configured as follows:
South:
Debian 2.2
2005 Mar 30
2
test65 killed by SIGSEV
Hi,
I had successfully set up dovecot-1.0-test62 + ldap pass/user db, but
now I'm encoutering a SIGSEV problem with a similar set up of a brand
new dovecot-1.0-test65 installation.
The auth process is killed by a SIGSEV as reported in the error log file :
dovecot: Mar 30 17:06:59 Error: child 28291 (auth) killed with signal 11
To be precise, the problem occurs in the
2007 Mar 25
1
dovecot authentication & exim in rc27
[introduction: new to the list, used dovecot w/exim as MTA in
simple ways for 2 years, blah blah blah]
i'm trying to get exim to use dovecot auth with a copy of
rc27 and am missing something that's probably quite simple.
specifically, how does one configure the authenticators
in dovecot.conf for rc27? the auth section of the default
config file installed in rc27 doesn't entirely
2007 Mar 18
1
Login processes and a new performance/security compromise [was: Re: pre-1.0.rc27: Index and mbox fixes]
On Sat, March 17, 2007 10:51 pm, Timo Sirainen <tss at iki.fi> said:
> Oh, and as for when the rewrite is in CVS, I'm not really sure. I'm
> still wondering if I should put it there soon and make the release after
> v1.0 be v2.0, or if I should first stabilize the current new CVS HEAD
> features (which shouldn't take too long), do a v1.2 release and only
> then
2007 Mar 19
1
rc27 assert, mbox format
Timo,
After several days of flawless work, rc27 gave an assert/core
yesterday:
Mar 19 00:10:46 karst dovecot: [ID 107833 mail.error] IMAP(user): file mbox-sync-rewrite.c: line 423: assertion failed: (need_space == (uoff_t)-mails[idx].space)
Mar 19 00:10:46 karst dovecot: [ID 107833 mail.error] IMAP(user): Raw backtrace: 0x8a51c -> 0x473f4 -> 0x479b0 -> 0x41c50 -> 0x42430 ->
2007 Mar 28
2
assertion failed (1.0-rc27)
Under Dovecot 1.0-rc27 on Solaris 10 we noticed this error today affecting
one of our users repeatedly:
Mar 28 14:02:01 myhost dovecot: IMAP(myuser): file mbox-sync-rewrite.c: line 423 (mbox_sync_read_and_move): assertion failed: (need_space == (uoff_t)-mails[idx].space)
Mar 28 14:02:01 myhost dovecot: IMAP(myuser): Raw backtrace: 0x7ac54 -> 0x42cd4 -> 0x3e968 -> 0x3f54c -> 0x3f980
2007 Apr 02
1
*****SPAM***** Upgrading from rc27 to rc29?
After sending a messasge about a problem (The folder 'Inbox' cannot contain
items. Namespace problems) I found what seems to be a fix in the release for
rc29.
Besides any potential configuration files, do I need to delete the old index
files? Any of the dovecot files?
Based on the release notes for rc29 it seems the following will fix the
problem we are experiencing:
IMAP: LIST