Displaying 1 result from an estimated 1 matches for "verify_plain_callback_t".
2004 Jun 14
1
vpopmail and open smtp relay
...03:46:51 2003
+++ dovecot-0.99.10.5-patched/src/auth/passdb-vpopmail.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;...