Displaying 1 result from an estimated 1 matches for "mail_view_tmp".
2007 Mar 13
1
quota - dict - username = '(null)'
I am trying setting up at virtual domain with quota using postfix and
dovecut.
But I can't get the quota to work, every time I try sending a mail
the following queries is run on the database.
SELECT home, uid, gid FROM mail_view_tmp WHERE account = 'dummy' AND
domain = 'example.com'
SELECT current FROM mail_quota WHERE path = 'quota/storage' AND
username = '(null)'
BEGIN;INSERT INTO mail_quota (current, path, username) VALUES ('quota/
storage', 262, '(null)') ON DUPLICATE KE...