Displaying 3 results from an estimated 3 matches for "mailbox_path".
2004 Apr 26
1
Setting "default_mail_env" Why is index->mailbox_path empty?
...with mbox file : No such file or directory
I tracked down where the error message is getting generated and added
some more printing:
In mbox-index.c I added:
int mbox_set_syscall_error(struct mail_index *index, const char *function)
{
i_assert(function != NULL);
i_error("index->mailbox_path: %%%s%%", index->mailbox_path);
i_error("index->dir: %%%s%%", index->dir);
i_error("index->filepath: %%%s%%", index->filepath);
i_error("index->control_dir: %%%s%%", index->control_dir);
index_set_error(index, "%s...
2007 Jan 08
1
quota in mysql not being updated
...gins = quota
}
auth default {
....
userdb sql {
args = /etc/dovecot/dovecot-sql.conf
}
}
dict {
quotadict = mysql:/etc/dovecot/dict-quota.conf
}
plugin {
quota = dict:storage=1024000: proxy::quotadict
}
from dovecot-sql.conf:
user_query = SELECT 225 as uid, 225 as gid, mailbox_path as home,
mailbox_path as mail, 'dirsize:storage=10240:messages=1000' as quota
FROM transports WHERE email = '%u'
dict-quota.conf:
connect = ...
table = quota_used
select_field = quota_used_kb
where_field = quota_type
username_field = username_and_realm
in mysql:
describe quota_use...
2003 Apr 16
1
pop3 coredump
...or_text = 0x805d678 <mail_index_get_last_error_text>,
data = 0x80821a0, tree = 0x80900c0, modifylog = 0x808d200,
custom_flags = 0x808d100,
dir = 0x8090000 "/users/48/user9/Maildir/.INBOX",
filepath = 0x8090040 "(in-memory index for /users/48/user9/Maildir)",
mailbox_path = 0x8082160 "/users/48/user9/Maildir",
custom_flags_dir = 0x0, default_cache_fields = 0, never_cache_fields = 0,
indexid = 1050439124, sync_id = 6, excl_lock_counter = 1, mbox_fd = 0,
mbox_stream = 0x0, mbox_lock_type = MAIL_LOCK_UNLOCK, mbox_dotlock = {
dev = 0, ino = 0, mti...