Displaying 3 results from an estimated 3 matches for "__special".
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...e 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) __THROW;
__END_DECLS
#endif /* sys/quota.h */
*/usr/include/sys/quota.h (from glibc-headers-2.25-2.x86_64) - 5170 bytes*
========================================================================
/* This just represents the non-kernel parts of <...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...?????? (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) __THROW;
>
> __END_DECLS
>
> #endif /* sys/quota.h */
>
>
>
> */usr/include/sys/quota.h (from glibc-headers-2.25-2.x86_64) - 5170 bytes*
> ========================================================================
> /*...
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 {