search for: format_maildirquota

Displaying 6 results from an estimated 6 matches for "format_maildirquota".

2017 Apr 11
2
Vpopmail Error
...serdb-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); >>> ^ >>> Makefile:2048: recipe for target 'auth-userdb-vpopmail.o' failed >>> make[3]: *** [auth-userdb-vpopmail.o] Error 1 >>> make[3]: Leaving directory '/usr/local/src/dovecot-2.2.29/src/auth' >>> Makefile:4...
2017 Apr 11
2
Vpopmail Error
...: 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); > ^ > Makefile:2048: recipe for target 'auth-userdb-vpopmail.o' failed > make[3]: *** [auth-userdb-vpopmail.o] Error 1 > make[3]: Leaving directory '/usr/local/src/dovecot-2.2.29/src/auth' > Makefile:496: recipe for target 'all-recursive&...
2017 Apr 11
0
Vpopmail Error
...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); > > ^ > > Makefile:2048: recipe for target 'auth-userdb-vpopmail.o' failed > > make[3]: *** [auth-userdb-vpopmail.o] Error 1 > > make[3]: Leaving directory '/usr/local/src/dovecot-2.2.29/src/auth' > > Makefile:496: recipe for t...
2007 Jun 12
1
vpopmail quota
Hi, I'd like the vpopmail user database to return the quota settings for users, instead of having to rely on the validity of the maildirsize files. It doesn't look like this is currently possible. Would simply adding a auth_stream_reply_add call for "quota" with a suitable value in vpopmail_lookup be sufficient to make this work? (the quota can be read from the pw_shell
2017 Apr 11
0
Vpopmail 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); > >>> ^ > >>> Makefile:2048: recipe for target 'auth-userdb-vpopmail.o' failed > >>> make[3]: *** [auth-userdb-vpopmail.o] Error 1 > >>> make[3]: Leaving directory '/usr/local/src/dovecot-2.2.29/src/auth' &gt...
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