On Mon, 2004-06-14 at 13:25, Chernomorets Sergey wrote:
I'm using vpopmail's POP-before-SMTP auth, but dovecot don't support it, so I'm wrote this patch
It's a bit easier in CVS since local/remote IPs are passed. Below is
what I committed. See the putenv() change, you most likely want to do
the same thing.
HAVE_VPOPMAIL_OPEN_SMTP_RELAY check should be added to configure I
think..
Index: passdb-vpopmail.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/passdb-vpopmail.c,v
retrieving revision 1.6
diff -u -r1.6 passdb-vpopmail.c
--- passdb-vpopmail.c 31 May 2004 18:57:25 -0000 1.6
+++ passdb-vpopmail.c 15 Jun 2004 02:42:57 -0000
@@ -14,6 +14,8 @@
#include "userdb-vpopmail.h"
+#include