Displaying 1 result from an estimated 1 matches for "user_volume".
Did you mean:
user_column
2008 Mar 06
0
Quota exceeded - ignore setting
...re=Papierkorb
acl = vfile:/etc/dovecot/acls
}
and the appropriate View definition:
SELECT u.userid, 999 AS uid, 8 AS gid, rel_homedir(v.volume::text,
u.userid::text) AS home,
('maildir:storage='::text || u.quota::text) || ':ignore=Papierkorb'::text
AS quota
FROM mailuser u, user_volume v
WHERE u.userid::text = v.userid::text;iate view definition:
here is a section of imap-info.log:
dovecot: 2008-03-06 18:30:55 Info: auth(default): master in: REQUEST 184
3289 173
dovecot: 2008-03-06 18:30:55 Info: auth(default):
sql(dg-SW3,172.27.60.237): SELECT * FROM dovecotuser WHERE u...