Displaying 4 results from an estimated 4 matches for "karavelov".
2010 Apr 25
2
Quota maildirsize and dbox
Hello,
Is there any reason that maildirsize Quota store should not work in dbox
folders or any other folder based mailbox stores?
I have patched a test version here and it seems to work (added "dbox"
check in src/plugins/quota/quota-maildir.c line 785).
If there could be any complications or unexpected consequences of this
setup?
Thanks in advance
luben
2003 Jan 22
2
ghost jobs through samba
Hi,
I run Samba 2.2.7a on a FreeBSD 4.7 server. Samba is installed WITHOUT
CUPS support.
Recently I shared a printer on a Windows XP machine which is on the
network. Since that moment the "ghost" print jobs keep appearing at
random. The printer spool identifies them as "Low-level documents". All
they are is binary rubbish.
I think this has to do with Samba.
Here's a
2010 Apr 26
1
performance of maildir on ocfs2
Hi,
I would like to run my imap service on a active-active cluster. I wonder
how well OCFS2 performs in read and write with millions of smallest files
involved. Has anybody got any experience?
Thanks
John
2010 May 10
2
per domain quota
Hi
I'am using dovecot with quota_rule stored in mysql user table, and quota
usage stored in mysql dict
###### Quota #############
dict {
quotadict = mysql:/usr/local/etc/dovecot-quota.conf
}
plugin {
quota = dict:user::proxy::quotadict
quota_rule2 = Trash:storage=10%%
quota_rule3 = Sent:ignore
#quota_rule = *:storage=10M
}
###################################