dovecot-2.0: vpopmail: Call vauth_open(), which is required by v...

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 7 05:40:36 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/7681ae18ed03
changeset: 9895:7681ae18ed03
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 06 22:40:21 2009 -0400
description:
vpopmail: Call vauth_open(), which is required by vpopmail 5.5.0.

diffstat:

1 file changed, 2 insertions(+)
src/auth/userdb-vpopmail.c |    2 ++

diffs (12 lines):

diff -r 3d362066d0e8 -r 7681ae18ed03 src/auth/userdb-vpopmail.c
--- a/src/auth/userdb-vpopmail.c	Sun Sep 06 22:28:14 2009 -0400
+++ b/src/auth/userdb-vpopmail.c	Sun Sep 06 22:40:21 2009 -0400
@@ -160,6 +160,8 @@ vpopmail_preinit(struct auth_userdb *aut
 		} else
 			i_fatal("userdb vpopmail: Unknown setting: %s", *tmp);
 	}
+	if (vauth_open(0) != 0)
+		i_fatal("userdb vpopmail: vauth_open() failed");
 	return &module->module;
 }
 


More information about the dovecot-cvs mailing list