Displaying 4 results from an estimated 4 matches for "kptest".
Did you mean:
ptest
2017 Jan 24
2
quota-status returns quota_status_success when email would put user over quota
...3/IMAP server - POP3 daemon
Mail storage is local XFS partitions as far as the dovecot server knows.
Behind the scene its actually raw disk images on NFS shares from a SAN
towards the kvm/ovirt cluster.
I test by using nc towards the quota-status instance:
root at mail:~# printf "recipient=kptest at asom-net.dk\nsize=1000000000\n\n"
| nc -q1 localhost 12340
action=DUNNO
User has 500MB quota:
mysql> SELECT
CONCAT('/data/vmail/',CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1)))
AS home, 110 AS uid, 110 AS gid, CONCAT('*:sto...
2017 Jan 31
0
quota-status returns quota_status_success when email would put user over quota
...ail storage is local XFS partitions as far as the dovecot server
> knows. Behind the scene its actually raw disk images on NFS shares
> from a SAN towards the kvm/ovirt cluster.
>
> I test by using nc towards the quota-status instance:
> root at mail:~# printf
> "recipient=kptest at asom-net.dk\nsize=1000000000\n\n" | nc -q1 localhost
> 12340
> action=DUNNO
>
> User has 500MB quota:
> mysql> SELECT
> CONCAT('/data/vmail/',CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1)))
> AS home, 110 AS...
2017 Jan 31
3
quota-status returns quota_status_success when email would put user over quota
...deas on how we may
>investigate this issue further?
>Is it likely to be a bug fixed in a newer version?
>
>Regards,
>
>Kristian
>
>
[...]
>>
>> Quota-status will return unknown user if that is the case:
>> root at mail:~# printf
>> "recipient=kptest2 at asom-net.dk\nsize=1000000000\n\n" | nc -q1
>> localhost 12340
>> action=551 5.5.1 User not found
>>
Tried this and works here. Doveconf -n output with regards to quota settings is very similar, i use a quota dict, not maildir, spotted one difference i commented in your...
2017 Feb 01
0
quota-status returns quota_status_success when email would put user over quota
...ssue further?
>> Is it likely to be a bug fixed in a newer version?
>>
>> Regards,
>>
>> Kristian
>>
>>
> [...]
>
>>> Quota-status will return unknown user if that is the case:
>>> root at mail:~# printf
>>> "recipient=kptest2 at asom-net.dk\nsize=1000000000\n\n" | nc -q1
>>> localhost 12340
>>> action=551 5.5.1 User not found
>>>
> Tried this and works here. Doveconf -n output with regards to quota settings is very similar, i use a quota dict, not maildir, spotted one difference i co...