search for: userdb_vpopmail_get_quota

Displaying 9 results from an estimated 9 matches for "userdb_vpopmail_get_quota".

2017 Apr 11
2
Vpopmail Error
...--git a/src/auth/userdb-vpopmail.c b/src/auth/userdb-vpopmail.c > index 5042dcf..d344fcd 100644 > --- a/src/auth/userdb-vpopmail.c > +++ b/src/auth/userdb-vpopmail.c > @@ -54,7 +54,7 @@ struct vqpasswd *vpopmail_lookup_vqp(struct auth_request *request, > static const char * > userdb_vpopmail_get_quota(const char *template, const char *vpop_str) > { > - const struct var_expand_table *tab; > + struct var_expand_table *tab; > string_t *quota; > > if (template == NULL || *vpop_str == '\0' || > > can you give this a go? It should repa...
2017 Apr 11
2
Vpopmail Error
Still not working. I'm now getting this error: > userdb-vpopmail.c: In function ?userdb_vpopmail_get_quota?: > userdb-vpopmail.c:65:13: error: assignment of member ?key? in > read-only object > tab[0].key = 'q'; > ^ > userdb-vpopmail.c:66:15: error: assignment of member ?value? in > read-only object > tab[0].value = format_maildirquota(vpop_str); >...
2017 Apr 10
4
Vpopmail Error
I'm trying to compile the latest Dovecot (v2.2.29) and when I run make I get this error: > auth-userdb-vpopmail.o: In function `userdb_vpopmail_get_quota': > /usr/local/src/dovecot-2.2.29/src/auth/userdb-vpopmail.c:64: undefined > reference to `var_expand_table_build' > collect2: error: ld returned 1 exit status > Makefile:932: recipe for target 'auth' failed > make[3]: *** [auth] Error 1 > make[3]: Leaving directo...
2017 Apr 11
0
Vpopmail Error
diff --git a/src/auth/userdb-vpopmail.c b/src/auth/userdb-vpopmail.c index 5042dcf..d344fcd 100644 --- a/src/auth/userdb-vpopmail.c +++ b/src/auth/userdb-vpopmail.c @@ -54,7 +54,7 @@ struct vqpasswd *vpopmail_lookup_vqp(struct auth_request *request, static const char * userdb_vpopmail_get_quota(const char *template, const char *vpop_str) { - const struct var_expand_table *tab; + struct var_expand_table *tab; string_t *quota; if (template == NULL || *vpop_str == '\0' || can you give this a go? It should repair the build. Aki > On April 11, 2017...
2017 May 30
3
Still trouble with vpopmail
...uded from ../../src/lib/lib.h:6:0, > from auth-common.h:4, > from userdb-vpopmail.c:5: > ../../config.h:791:0: note: this is the location of the previous > definition > #define VERSION "2.2.30" > ^ > userdb-vpopmail.c: In function ?userdb_vpopmail_get_quota?: > userdb-vpopmail.c:72:6: error: too many arguments to function ?var_expand? > if (var_expand(quota, template, tab, error_r) < 0) > ^ > In file included from auth-request.h:5:0, > from userdb.h:89, > from userdb-vpopmail.c:6: > ../...
2017 Apr 11
0
Vpopmail Error
...ail.c b/src/auth/userdb-vpopmail.c > > index 5042dcf..d344fcd 100644 > > --- a/src/auth/userdb-vpopmail.c > > +++ b/src/auth/userdb-vpopmail.c > > @@ -54,7 +54,7 @@ struct vqpasswd *vpopmail_lookup_vqp(struct auth_request *request, > > static const char * > > userdb_vpopmail_get_quota(const char *template, const char *vpop_str) > > { > > - const struct var_expand_table *tab; > > + struct var_expand_table *tab; > > string_t *quota; > > > > if (template == NULL || *vpop_str == '\0' || > > > &gt...
2017 Apr 10
0
Vpopmail Error
Same error on CentOS 7 On 4/10/2017 2:55 PM, Bobber wrote: > I'm trying to compile the latest Dovecot (v2.2.29) and when I run make > I get this error: > >> auth-userdb-vpopmail.o: In function `userdb_vpopmail_get_quota': >> /usr/local/src/dovecot-2.2.29/src/auth/userdb-vpopmail.c:64: >> undefined reference to `var_expand_table_build' >> collect2: error: ld returned 1 exit status >> Makefile:932: recipe for target 'auth' failed >> make[3]: *** [auth] Error 1 >>...
2017 Apr 11
0
Vpopmail Error
On 10 Apr 2017, at 23.55, Bobber <bobber at kc0dxf.net> wrote: > > I'm trying to compile the latest Dovecot (v2.2.29) and when I run make I get this error: > >> auth-userdb-vpopmail.o: In function `userdb_vpopmail_get_quota': >> /usr/local/src/dovecot-2.2.29/src/auth/userdb-vpopmail.c:64: undefined reference to `var_expand_table_build' >> collect2: error: ld returned 1 exit status >> Makefile:932: recipe for target 'auth' failed >> make[3]: *** [auth] Error 1 >> make[3]: L...
2017 May 30
0
Still trouble with vpopmail
....h:6:0, >> from auth-common.h:4, >> from userdb-vpopmail.c:5: >> ../../config.h:791:0: note: this is the location of the previous >> definition >> #define VERSION "2.2.30" >> ^ >> userdb-vpopmail.c: In function ?userdb_vpopmail_get_quota?: >> userdb-vpopmail.c:72:6: error: too many arguments to function ?var_expand? >> if (var_expand(quota, template, tab, error_r) < 0) >> ^ >> In file included from auth-request.h:5:0, >> from userdb.h:89, >> from userd...