Displaying 1 result from an estimated 1 matches for "maildirsize_filename".
2006 Nov 08
1
Quota without dovecot LDA
...struct mail_storage *storage)
{
if (lda_enable) {
return t_strconcat(mail_storage_get_mailbox_control_dir(storage, ""),
}
else {
bool is_file;
return t_strconcat(mail_storage_get_mailbox_path(storage, "", &is_file),
"/"MAILDIRSIZE_FILENAME, NULL);
}
}
dovecot.conf:
lda_enable = no
Ciao
Rick