Displaying 3 results from an estimated 3 matches for "myquota".
Did you mean:
iquota
2018 Dec 31
2
[Bug 1315] New: Does not seem to be a way to use a named quota to make decisions in a rule
...Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: dlakelan at street-artists.org
Suppose I want to use a named quota to make decisions about what to do with
packets:
table inet foo {
quota myquota {1000 mbytes used 0 bytes}
chain foochain{
meta mark 0x123 quota named myquota comment "count packets with a certain
mark"
meta mark 0x123 quota myquota over 1000 mbytes drop
}
}
The attempt to use the named quota doesn't work. I'm not sure if this is a
parser bug...
2018 Dec 31
5
[Bug 1314] New: nft reset quotas does not reset anonymous quotas
...unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: dlakelan at street-artists.org
supposing that I have a quota myquota then
meta mark 0x123 quota named myquota
will count the packets. and "nft reset quotas" will reset the quota
Suppose instead I want to use an anonymous quota to drop packets
meta mark 0x123 quota over 1500 mbytes drop
works, but "nft reset quotas" DOES NOT reset the quota....
2015 Oct 03
0
dovecot quota service for postfix
...atus_overquota = "552 5.2.2 Mailbox is full"
}
The above configurations is my default for all users. but my mail system
is using mbox format and not maildir.... so what should i change in the
above configuration to use mbox INSTEAD of maildir ??
Also for the quota paramater, can i use (myquota = maildir:User quota)
INSTEAD of (quota = maildir:User quota) ?? or it must "QUOTA =" and not
any thing else to work ?
same for quota_rule parameter, should i add (_rule) after quota to work
??? can i add for example qouta_restriction INSTEAD of quota_rules ?? i am
asking this question...