Displaying 2 results from an estimated 2 matches for "test111".
2008 Oct 08
3
postfix/dovecot/mysql quotas not working, default dovecot.conf does.
I'm having problems getting dovecot to set imap quotas that are
defined as individual quotas for virtual users using mysql. I'm using
postfix/dovecot 1.1.3, just built from source about a week ago.
I've been testing using telnet and getquotaroot. when I define the
quota in dovecot.conf
quota = dirsize
quota_rule = *:storage=102400
I get the following response from Dovecot:
2016 Mar 01
3
[RFC] lifetime.end metadata
...feedback on the lifetime.end metadata kind I'm
considering using. I'm planning to use it in cases where lifetime.end
intrinsics do not give lifetime bounds that are tight enough.
As an example of when lifetime.end cannot provide a tight lifetime bound,
consider the following program:
void test111(int n) {
if (n < 10) {
string str = "One";
cout << str;
} else if (n < 100) {
string str = "Two";
cout << str;
} else if (n < 1000) {
string str = "Three";
cout << str;
}
}
In the program, the three l...