Displaying 3 results from an estimated 3 matches for "iif_all".
Did you mean:
qif_all
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...nt32_t cache_hits;
u_int32_t pages_allocated;
u_int32_t allocated_dquots;
u_int32_t free_dquots;
u_int32_t syncs;
};
#else
/* Flags that indicate which fields in dqinfo structure are valid. */
# define IIF_BGRACE 1
# define IIF_IGRACE 2
# define IIF_FLAGS 4
# define IIF_ALL (IIF_BGRACE | IIF_IGRACE | IIF_FLAGS)
struct dqinfo
{
u_int64_t dqi_bgrace;
u_int64_t dqi_igrace;
u_int32_t dqi_flags;
u_int32_t dqi_valid;
};
#endif
__BEGIN_DECLS
extern int quotactl (int __cmd, const char *__special, int __id,
caddr_t __addr) __T...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...??? u_int32_t allocated_dquots;
> ??? u_int32_t free_dquots;
> ??? u_int32_t syncs;
> ? };
> #else
>
> /* Flags that indicate which fields in dqinfo structure are valid.? */
> # define IIF_BGRACE???? 1
> # define IIF_IGRACE???? 2
> # define IIF_FLAGS????? 4
> # define IIF_ALL??????? (IIF_BGRACE | IIF_IGRACE | IIF_FLAGS)
>
> struct dqinfo
> ? {
> ??? u_int64_t dqi_bgrace;
> ??? u_int64_t dqi_igrace;
> ??? u_int32_t dqi_flags;
> ??? u_int32_t dqi_valid;
> ? };
> #endif
>
> __BEGIN_DECLS
>
> extern int quotactl (int __cmd, const char...
2017 Jun 20
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
Hi,
I have problem with quota storage information in dovecot-2.2.29 (and
newer versions, too - 2.2.30.2).
I use FS quota backend.
............................
# 2.2.29.1 (e0b76e3): /etc/dovecot/dovecot.conf
# OS: Linux 4.4.68-1 x86_64
mail_plugins = quota
plugin {
quota = fs:User quota:mount=/poczta:user
quota2 = fs:Group quota:mount=/poczta:group
}
protocol imap {