[sorry for sending this only to you the first time, Tom] Bug #858109:
When --enable-mysql-limits=y, vlimits_setflags() doesn't get compiled in, causing linkage failure. I don't have the ability, apparently, to upload files to the bug tracker on sf.net, so here's a patch, attached. -- Casey Zacek Senior Engineer NeoSpire, Inc.
Index: vlimits.c =================================================================== RCS file: /usr/local/cvs/root/vpopmail/vlimits.c,v retrieving revision 1.1.1.3 retrieving revision 1.1.1.1.2.3 diff -u -r1.1.1.3 -r1.1.1.1.2.3 --- vlimits.c 12 Dec 2003 00:00:45 -0000 1.1.1.3 +++ vlimits.c 12 Dec 2003 01:15:41 -0000 1.1.1.1.2.3 @@ -364,6 +364,7 @@ strncat(dir, "/.qmailadmin-limits", sizeof(dir)-strlen(dir)-1); return unlink(dir); } +#endif void vlimits_setflags (struct vqpasswd *pw, char *domain) { @@ -374,4 +375,3 @@ pw->pw_flags = pw->pw_gid | vlimits_get_flag_mask (&limits); } else pw->pw_flags = pw->pw_gid; } -#endif