Displaying 12 results from an estimated 12 matches for "vpop_us".
Did you mean:
vpop_user
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",
vpop_user, vpop_domain);
--
Gabor HALASZ <halasz.g at freemail.hu>
2010 Nov 16
1
Help - custom vpopmail
...and the auth type into a 'type' field. I tested with qmail's POP3 daemon to
verify vchkpw would fill the table correcly.
But I'm not sure how to get dovecot to do it:
I know this is close, but there is something not right in
src/auth/userdb-vpopmail.c line 99.
vset_lastauth(vpop_user, vpop_domain, &auth_request->remote_ip,
t_strdup_noconst(auth_request->service));
I'm, by far, NOT a C programmer - Feel free to laugh at my code publicly
:)
Thanks,
Rick
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
...(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 (request=0x726f68, vpop_user=0x7fff6666ae20 "postmaster",
vpop_domain=0x7fff6666adc0 "test.bogus")
at userdb-vpopmail.c:43
vpw = <value optimized out>
#2 0x0000000000421376 in vpopmail_password_lookup (auth_request=0x7fff6666ae20, cleartext=false,
result_r=0x7fff6666aebc) at passdb-vpop...
2009 Aug 31
1
dovecot-auth segfault with vpopmail 5.5.0 on amd64
...bnss_files.so.2
Core was generated by `dovecot-auth'.
Program terminated with signal 11, Segmentation fault.
#0 0x0000000000000000 in ?? ()
(gdb)
(gdb) bt full
#0 0x0000000000000000 in ?? ()
No symbol table info available.
#1 0x000000000041eb2d in vpopmail_lookup_vqp (request=0x1ae6548,
vpop_user=0x7fff7a044830 "lawrence", vpop_domain=0x7fff7a0447d0
"shanghaiguide.com") at userdb-vpopmail.c:43
vpw = <value optimized out>
#2 0x000000000041c9c6 in vpopmail_password_lookup
(auth_request=0x7fff7a044830, cleartext=false,
result_r=0x7fff7a0448d4) at pass...
2006 Jan 18
2
%d interpolation problem fixed
...the vpopmail
hookup is correct, and the vqpasswd struct that is returned by
vpopmail_lookup_vqp contains all the right values. eg (these are
debugging-for-dummies lines that I've scattered everywhere):
> dovecot: Jan 17 22:51:42 Info: auth(default): *
> vpopmail_verify_plain: now vpop_user = sysadmin, vpop_domain =
> spanner.org, request->user = sysadmin@spanner.org, vpw->pw_dir = /
> home/vpopmail/domains/spanner.org/sysadmin
in the callback method I got this tab-separated auth_reply_stream:
> dovecot: Jan 18 00:30:01 Info: auth(default): userdb_callback str:...
2004 Jun 14
1
vpopmail and open smtp relay
...pmail.c Mon Jun 14
13:29:49 2004
@@ -14,6 +14,8 @@
#include "userdb-vpopmail.h"
+#include "env-util.h"
+
static void
vpopmail_verify_plain(struct auth_request *request, const char *password,
verify_plain_callback_t *callback)
@@ -21,6 +23,7 @@
char vpop_user[VPOPMAIL_LIMIT], vpop_domain[VPOPMAIL_LIMIT];
struct vqpasswd *vpw;
int result;
+ const char *ip_addr_fe;
vpw = vpopmail_lookup_vqp(request->user,
vpop_user, vpop_domain);
@@ -57,6 +60,15 @@
return;
}
+ /* it is needed for open smtp rel...
2004 Sep 30
0
dovecot not working with some vpopmail passwords
...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 Sirainen */
+/* Copyright (C) 2002-2003 cTimo Sirainen */
/* Thanks to Courier-IMAP for showing how the vpopmail API should be used */
@@ -20,6 +20,7 @@
{
char vpop_user[VPOPMAIL_LIMIT], vpop_domain[VPOPMAIL_LIMIT];
struct vqpasswd *vpw;
+ char *password_crypt;
int result;
vpw = vpopmail_lookup_vqp(request->user,
@@ -44,7 +45,12 @@
}
/* verify password */
- result = strcmp(mycrypt(password, vpw->pw_passw...
2005 Nov 03
0
Vpopmail authentication problem
...ot; option and keep getting this error :
Nov 3 11:10:58 ***** dovecot: auth(default): vpopmail(lb at mm.fr):
unknown user (lb at mm.fr)
whatever user/domain/password I am testing (including the correct one,
of course)
This is in src/auth/userdb-vpopmail.c line 35 :
vpw = vauth_getpw(vpop_user, vpop_domain);
According to the makefile, the binary was built with
-L/home/vpopmail/lib and -I/home/vpopmail/include options ("standard"
qmail/vmailmgr/vpopmail installation) so it should be ok ?
I checked the permissions by setting a shell for vpopmail user, then 'su
vpopmail...
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.
2003 Nov 04
0
PATCH: make local IP address available to auth modules
The attached patch makes the local IP address to which the client
connected available to the authentication modules; i.e., the local IP
address is available for substitution as %i for the mysql and pgsql
modules. We needed this feature to support thousands of our legacy
accounts which are authenticated by username/local_part (not the full
email address) and IP address (one per domain).
Timo,