Displaying 6 results from an estimated 6 matches for "quota_rule7".
Did you mean:
quota_rule
2010 Oct 27
1
Can quota_rule be inherited by child mailboxes?
Is there a way to make quota_rule apply to subfolders? I've got some
symlinked mailboxes which I want to exclude from quotas. This would
work, but is verbose:
quota_rule6 = USERS.aaa:ignore
quota_rule7 = USERS.bbb:ignore
...
quota_rule9999 = USERS.zzz:ignore
But simply writing this:
quota_rule7 = USERS:ignore
doesn't apply to USERS.xxx and so on.
The wiki says '*' isn't supported as a wildcard and frankly I'm
struggling with the source code!
Thanks in advance...
2014 Jan 31
2
Dovecot2 + Quota
Hello!
I need to configure Quota on Roundcubemail with Dovecot2.
So, I did:
90-quota.conf:
# SQL backend:
quota = dict:User quota::proxy::sqlquota
quota_rule = *:storage=20M:messages=1000
}
dict {
sqlquota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
}
OK, works! but, My webmail shows me 20M of quota. But on my Postfixadmin I
configured 200M.
How can I fix this?
Att;
*Lucas
2014 Jul 08
0
Limit confusion
...r = sql
}
verbose_proctitle = yes
protocol lda {
mail_plugins = expire quota zlib sieve
plugin {
quota_exceeded_message = Sorry, your message cannot be delivered to that person because their mailbox is full. If you can contact them another way, you may wish to tell them of this problem.
quota_rule7 = INBOX:bytes=+10%%
}
}
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
mail_max_userip_connections = 10
mail_plugins = expire quota zlib imap_quota imap_zlib antispam
plugin {
quota_exceeded_message = You are over quota. To avoid losing mail, immediately...
2019 May 14
1
LDA-based vacation responses bouncing
...tle = yes
verbose_ssl = yes
protocol lda {
mail_plugins = expire quota trees zlib sieve
plugin {
quota_exceeded_message = Sorry, your message cannot be delivered to that person because their mailbox is full. If you can contact them another way, you may wish to tell them of this problem.
quota_rule7 = INBOX:bytes=+10%%
}
}
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
mail_plugins = expire quota trees zlib imap_quota imap_zlib
plugin {
quota_exceeded_message = You are over quota. To avoid losing mail, immediately empty your Trash and Sent folders and...
2012 Jul 02
1
mailboxes missing after upgrade from 2.1.4 to 2.1.7
...l
}
verbose_proctitle = yes
protocol lda {
mail_plugins = expire quota zlib stats sieve
plugin {
quota_exceeded_message = Sorry, your message cannot be delivered to that person because their mailbox is full. If you can contact them another way, you may wish to tell them of this problem.
quota_rule7 = INBOX:bytes=+10%%
}
}
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
mail_max_userip_connections = 20
mail_plugins = expire quota zlib stats imap_quota imap_zlib antispam imap_stats
plugin {
quota_exceeded_message = You are over quota. To avoid losing m...
2012 Apr 25
3
dovecot %u variable problem....
Hi guys n gals, im on an ubuntu 11 VPS on linode (dovecot version
2.013). ive spent a lot of time and googling trying to get postfix,
dovecot, ssl, saslauthd and mysql to all play nice together and im quite
close now but theres something going on i cant quite explain and id
really appreciate some help. I have been going for ten hours on this
today and it seems in direct conflict with what