similar to: dovecot-auth segfault with vpopmail 5.5.0 on amd64

Displaying 20 results from an estimated 200 matches similar to: "dovecot-auth segfault with vpopmail 5.5.0 on amd64"

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
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
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
2011 Apr 04
0
Segmentation fault with vpopmail auth
Hi. I am new in the list. First, excuse my english. I am not native speaker. A few hours ago I had a problem with process dovecot-auth and vpopmail. Versions I had using, working, were: vpopmail 5.4.28 dovecot-1.1.12 I tried to compile dovecot-1.2.16. Compilation was well but in execution system said: kernel: dovecot-auth[2842]: segfault at 645f20 ip 0000000000645f20 sp 00007fff69bd3708
2007 Mar 14
1
userdb-vpopmail.c bug in rc27
Hi! I discovered a bug in $subject. Next line caused a compilation error: auth_request_log_debug(auth_request, "vpopmail", "lookup user=%s domain=%s", vpop_user, vpop_domain); I think, te correct version is: auth_request_log_debug(request, "vpopmail", "lookup user=%s domain=%s",
2009 Aug 21
2
libvpopmail.so
hello, I have qmail with vpopmail configured with 2 domains configured. the pop3 service is granted with vpopmail and the authentication function. I need imap for access to mailboxes in maildir format and courier do not support anymore vpopmail. i have find dovecot from a link on the inter7 site. I have downloaded, compiled and configured. when i start dovecot i recevei always this error in
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'
2009 Sep 25
1
Ubuntu 9.x segmentation fault with vpopmail auth
I've been trying for 24 hours now, to get an IMAP server which will autenticate off of vpopmail cdb database and the auth module always segfaults on login. I'm using vpopmail 5.5.0 only because it is the only version which seems to create a dynamically linked version of the library. I tried latest releases dovecot 1.0, 1.1, and 1.2. Also latest mercurial pulls of 1.1 and 1.2. Even old
2012 Aug 24
1
Vpopmail Dynamic Authentication Module
Hello, We currently use qmail with vpopmail for e-mail and are looking to switch from courier-imap to dovecot for IMAP on our RedHat EL 5 systems. Our goal is to use the dovecot RPM supplied by RH (v1.0.7) if at all possible. We can do this if we are able to dynamically load the vpopmail auth module. The wiki (http://wiki.dovecot.org/CompilingSource) notes that this should be possible:
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 +++
2011 Nov 15
3
Seg fault in dovecot/auth 2.0.15
Folks: I've been running Dovecot 2.0.7 on a Qmail / Vpopmail installation built on Debian Squeeze, with no problems for about a year. Dovecot is used for IMAP/S auth only. Dovecot is built from source. I just upgraded to 2.0.15 but it segfaults whenever an IMAP auth is attempted, regardless of the user who tries to login, whether by webmail (Roundmail) Android phone (K-9 Mail) or iPad
2018 Jan 05
0
dovecot-2.3.0 'make check' error
Hello list, I've configured dovecot-2.3.0 on CentOS 6 with the following options. CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing"? ? \ LDFLAGS="-Wl,-z,now -Wl,-z,relro"??? \ ./configure???????????????????????????????????? \ ??? --docdir=/usr/share/doc/dovecot-2.3.0?? \
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
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
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.
2014 Mar 09
1
dovecot 2 + vpopmail 5.5.0
I am working on setting up dovecot 2.2.12 with an installed qmail + vpopmail 5.5.0 base. So far I have not had much luck getting the auth to work with vpopmail. Does dovecot 2.2.12 work with vpopmail 5.5.0? So far when I try to authenticate I always get back User Unknown in the log. Thanks
2007 Aug 01
3
dovecot: child 1690 (auth-worker) killed with signal 11
Hi there, I've been seeing this for quite a while now, but only today finally got off my lazy you-know-what and did a backtrace. Here's the requested info as per http://dovecot.org/bugreport.html: * Dovecot version [root at airframe]:~# dovecot --version 1.0.3 * Operating system or Linux distribution name Slackware 10.2, both kernel 2.6.21.3 and dovecot self-compiled * CPU
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
2009 Jun 10
0
1.2rc5, another crash: Backtrace:dovecot-auth
Another crahs with backtrace: GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was