mmmh...
so you are using:
plugin { quota = fs:INBOX:mount=/var/mail quota2 = fs:home:noenforcing:mount=/home/h1 }
but "fs:home:noenforcing:mount=/home/h1" will not work and you just added it do make "fs:INBOX:mount=/var/mail" work? Maybe it's worth to have a closer look to this first:
Test 1)
Use:
plugin { quota = fs:INBOX:mount=/var/mail #quota2 = fs:home:noenforcing:mount=/home/h1 }
What output generates:
telnet <your-imp-server> 143
- login <your-login-name> <your-password>
- getguotaroot "INBOX"
- getquotaroot "Trash" . logout
Test 2)
Use:
plugin { quota = fs:INBOX:mount=/var/mail #quota2 = fs:home:noenforcing:mount=/home/h1 }
What output generates:
telnet <your-imp-server> 143
- login <your-login-name> <your-password>
- getguotaroot "INBOX"
- getquotaroot "Trash" . logout
Test 3) Use:
plugin { quota = fs:INBOX:mount=/var/mail quota2 = fs:home:noenforcing:mount=/home/h1 }
What output generates:
telnet <your-imp-server> 143
- login <your-login-name> <your-password>
- getguotaroot "INBOX"
- getquotaroot "Trash" . logout
BTW: I've you don't like to send your password unencrypted use this instead of 'telnet <your-imp-server> 143':
openssl s_client -connect <your-imp-server>:993
Regards, Ralf
Grandy Fu schrieb:
It seems that a RPC call fails because rquotas are not supported on 'homesvr'. But dovecots quota-fs requires them for remote storage.
Yes, my homesvr does not support RPC rquotas. Acutally I really don't want Dovecot to handle quota on my home directory, I only want Dovecot to hand quota on /var/mail. That's why I put "noenforcing" in configuration file. If I didn't put "noenforcing", Dovecot can't even display quota information on /var/mail.
My question is isn't "noenforcing" can tell Dovecot to ignore that mount point? It works when querying quota status but not when modifying mail folder on that mount point.
Grandy
--
Dipl.-Inform. (FH) Ralf Becker Rechenzentrum (r/ft) der FH Trier (Network|Mail|Web|Firewall) University of applied sciences Administrator Schneidershof, D-54293 Trier
Mail: beckerr@fh-trier.de Fon: +49 651 8103 499 WWW: http://www.fh-trier.de/~beckerr Fax: +49 651 8103 214