search for: vauth_getpw

Displaying 3 results from an estimated 3 matches for "vauth_getpw".

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
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
2005 Nov 03
0
Vpopmail authentication problem
...t;verbose" 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...