Displaying 3 results from an estimated 3 matches for "homesvr".
2008 Jul 10
3
fs quota check with server does not support rquotad
...------dovecot log--------------
dovecot: Jul 02 09:44:23 Info: IMAP(01234567g): quota-fs: host=mailsvr,
path=/var/mail, uid=3475
dovecot: Jul 02 09:44:23 Info: IMAP(01234567g): quota-fs: uid=3475,
value=10240, limit=1024000, active=1
dovecot: Jul 02 09:44:23 Info: IMAP(01234567g): quota-fs: host=homesvr,
path=/home, uid=3475
dovecot: Jul 02 09:44:23 Error: IMAP(01234567g): quota-fs: could not
contact RPC service on homesvr
dovecot: Jul 02 09:44:30 Warning: Killed with signal 15
---------------------------------------
--
Regards,
Grandy
(CNE, MCSE, CCNA, SCSA,SCNA, CISSP)
*************...
2008 Jul 10
3
dovecot Digest, Vol 63, Issue 30
> 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
conf...
2008 Jul 16
0
fs quota check with server does not support, rquotad
I think the problem is in these few lines:
----------------------------
dovecot: Jul 15 18:13:21 Info: IMAP(01234567g): fs quota add storage dir
= /home/h1/sc/01234567g/mail
dovecot: Jul 15 18:13:21 Info: IMAP(01234567g): fs quota block device =
homesvr:/h1
dovecot: Jul 15 18:13:21 Info: IMAP(01234567g): fs quota mount point = /home/h1
----------------------------------
Since my configuration file only have
plugin {
quota = fs:INBOX:mount=/var/mail
}
shouldn't /home/h1 be just ignored?
Or there are some parameters in "quota=" to...