On Wed, 2003-01-15 at 09:50, Pekka Jalonen wrote:
At 15:33 14.1.2003 +0200, Timo Sirainen wrote:
This one seems to be actually working.
Deb-build failed (woody-debian) at vpopmail.c like parse errors. Source download from: deb-src http://src.braincells.com/debian woody/
Yes, so it seems. This patch fixes it: Index: userinfo-vpopmail.c =================================================================== RCS file: /home/cvs/dovecot/src/auth/userinfo-vpopmail.c,v retrieving revision 1.12 diff -u -r1.12 userinfo-vpopmail.c --- userinfo-vpopmail.c 5 Jan 2003 13:09:51 -0000 1.12 +++ userinfo-vpopmail.c 15 Jan 2003 14:48:48 -0000 @@ -22,7 +22,7 @@ #define VPOPMAIL_LIMIT 81 static int vpopmail_verify_plain(const char *user, const char *password, - AuthCookieReplyData *reply) + struct auth_cookie_reply_data *reply) { char vpop_user[VPOPMAIL_LIMIT], vpop_domain[VPOPMAIL_LIMIT]; struct vqpasswd *vpw;