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

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


details:   http://hg.dovecot.org/dovecot-1.2/rev/597e18c0bc7e
changeset: 9368:597e18c0bc7e
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 eb4ea59e4657 -r 597e18c0bc7e src/auth/userdb-vpopmail.c
--- a/src/auth/userdb-vpopmail.c	Sun Sep 06 22:16:55 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