Displaying 2 results from an estimated 2 matches for "mail_mailboxes".
2006 Feb 06
1
Panic: key not found from hash
.../dovecot-sql.conf
}
user = root
count = 1
}
==================== /etc/dovecot-sql.conf ====================
driver = mysql
connect = host=/var/lib/mysql/mysql.sock dbname=(DB) user=(DBUSER)
password=(DBPWD)
default_pass_scheme = CRYPT
password_query = SELECT pwhash AS password, user FROM mail_mailboxes
WHERE (user = '%n' AND active = 'Y' AND (type != 'smtp') AND (type =
'imap' OR '%s' = 'pop3')) OR (mainuser = '%n' AND user =
CONCAT('%n','mail0') AND (type != 'smtp') AND (type = 'imap' OR '%s' =
'...
2011 May 24
1
Dovecot 1.2 with MySQL limit Trash folder
Hi All,
I need your help to limit the size of the Trash folder.
I want to exclude the Trash folder in my user quota. But I do not want
the Trash folder can not exceed 10M for example.
I can manage to exclude the size of the Trash folder. But I can not
limit the size of the folder.
On my test, I've bytes=512000 for the Trash folder.
But the user can move more that 512000B on the Trash folder