Displaying 5 results from an estimated 5 matches for "passdb_vpopmail".
2004 Jun 14
1
vpopmail and open smtp relay
...rc/auth/auth-login-interface.h
--- dovecot-0.99.10.5/src/auth/auth-login-interface.h Sun May 18
16:26:28 2003
+++ dovecot-0.99.10.5-patched/src/auth/auth-login-interface.h Mon Jun
14 13:18:15 2004
@@ -1,6 +1,10 @@
#ifndef __AUTH_LOGIN_INTERFACE_H
#define __AUTH_LOGIN_INTERFACE_H
+#ifdef PASSDB_VPOPMAIL
+#include "network.h"
+#endif
+
/* max. size for auth_login_request_continue.data[] */
#define AUTH_LOGIN_MAX_REQUEST_DATA_SIZE 4096
@@ -50,6 +54,10 @@
enum auth_mech mech;
enum auth_protocol protocol;
+
+#ifdef PASSDB_VPOPMAIL
+ struct ip_addr client_ip;
+#endi...
2012 Aug 24
1
Vpopmail Dynamic Authentication Module
...t/auth/ directory. Binary packages builders should use
them for authentication modules which require external libraries (e. g.
LDAP and vpopmail). There is no standard way to build them as modules
currently, but something like this should work:
gcc -shared -fPIC -DHAVE_CONFIG_H -DUSERDB_VPOPMAIL -DPASSDB_VPOPMAIL
\-I../.. -I../lib userdb-vpopmail.c passdb-vpopmail.c -o vpopmail.so
\-lvpopmail
I had to modify the command to build the module, but was able to
successfully build it:
gcc -shared -fPIC -DHAVE_CONFIG_H -DUSERDB_VPOPMAIL -DPASSDB_VPOPMAIL
-I../.. -I../lib -I/home/vpopmail/include -I/home/vpopmail/...
2004 Dec 05
2
1.0-test56
http://dovecot.org/test/
- Lots of fixes for mmap_disable = yes. It finally seems to be working
pretty well.
- POP3 idle timeouts changed to 10min
I just wrote a simple stress test tool for IMAP and I've had one for
POP3 for some months. The IMAP stress test was very helpful in finding
out the bugs I fixed today. If anyone wants to try them, they're in:
http://dovecot.org/tools/
2005 Aug 30
2
Very minor feature request
Hello,
I'd suggest a way to get to know the "capabilities" of a compiled Dovecot.
The background is that I've run the sequence
./configure --with-ldap && make && make install
twice, all three commands tell me that all is fine (ldap is listed in the
modules), but still dovecot told me that ldap is no Usedb module.
A "make clean" before solved the
2005 Apr 02
4
1.0-test66
http://dovecot.org/test/
I've still lots of mails in my INBOX and in this list that I should be
looking into.. But here's a release that fixes at least some things.
Maybe I'll make another one tomorrow..
Most importantly keyword code was changed a lot. It's now faster and
less buggy. The keywords are also finally written into mbox, and keyword
changes in the mbox are picked up.