Displaying 8 results from an estimated 8 matches for "inbox_path".
2009 Mar 04
2
v1.2: can't access other users shared INBOX
Hi *,
when a user A shares his INBOX with another user B, the user B can't
access its content:
User A:
g getacl INBOX
* ACL INBOX A at example.com lrswipkxtecda B at example.com lrswipkxtecd
g OK Completed
User B:
l list "" "*"
* LIST (\Noselect \HasChildren) "/" "user"
* LIST (\Noselect \HasChildren) "/" "user/A at
2020 May 15
0
Fallback driver after autodection
...;\0') home = "(not set)";
diff -ruN src.bak/lib-storage/mailbox-list.c
src/lib-storage/mailbox-list.c
--- src/lib-storage/mailbox-list.c.bak 2020-03-05 15:35:53.000000000
+0100
+++ src/lib-storage/mailbox-list.c 2020-05-15 22:34:44.329802000 +0200
@@ -173,6 +173,8 @@
list->set.inbox_path = p_strdup(list->pool, set->inbox_path);
list->set.subscription_fname =
p_strdup(list->pool, set->subscription_fname);
+ list->set.fallback_driver =
+ p_strdup(list->pool, set->fallback_driver);
list->set.list_index_fname =
p_strdup(list->pool, set->l...
2004 Jul 20
3
Bug? 1.0.0-test28 NFS locking problems
...dovecot-1.0-test28.orig/src/lib-storage/index/mbox/mbox-storage.c
2004-07-20 14:45:55.000000000 +0100+++
dovecot-1.0-test28/src/lib-storage/index/mbox/mbox-storage.c 2004-07-20
14:49:56.000000000 +0100@@ -386,7 +386,7 @@
int fd;
/* make sure inbox file itself exists */
- fd = open(storage->inbox_path, O_RDWR | O_CREAT | O_EXCL, 0660);
+ fd = open(storage->inbox_path, O_RDWR | O_CREAT, 0660);
if (fd != -1)
(void)close(fd);
@@ -579,7 +579,7 @@
}
/* create the mailbox file */
- fd = open(path, O_RDWR | O_CREAT | O_EXCL, 0660);
+ fd = open(path, O_RDWR | O_CREAT, 0660);
if (fd !=...
2013 Jun 09
1
v2.2.2 (266101990d63) Core Dump
...entry=0x7fff92c0d338) at mail-storage.c:397
storage_class = 0x7f305d95a560
storage = 0x126cb50
list = 0x1271800
list_set = {layout = 0x125b050 "none", root_dir = 0x125b048 "", index_dir = 0x0, index_pvt_dir = 0x0, control_dir = 0x0, alt_dir = 0x0, inbox_path = 0x0,
subscription_fname = 0x7f305d72310d "subscriptions", maildir_name = 0x7f305d71e70b "", mailbox_dir_name = 0x7f305d71e70b "", escape_char = 0 '\000', broken_char = 0 '\000', utf8 = false,
alt_dir_nocheck = false}
list...
2016 Dec 20
1
Latest Dovecot v2.2.devel (9bc8d9b) crashes on login and lmtp
...-storage.c:395
storage = 0x7f917a5c5930
list = 0x7f917a5c3ca0
list_set = {layout = 0x7f91781083c6 "fs", root_dir = 0x7f917a52e100 "/var/vmail/domains/leuxner.net/tlx/mdbox", index_dir = 0x0, index_pvt_dir = 0x0, control_dir = 0x0, alt_dir = 0x0,
inbox_path = 0x0, subscription_fname = 0x7f917810f234 "subscriptions", list_index_fname = 0x7f917810925e "dovecot.list.index", maildir_name = 0x7f917810bc17 "dbox-Mails",
mailbox_dir_name = 0x7f917810c301 "mailboxes", escape_char = 0 '\000', broken_cha...
2009 Mar 24
2
Dbox Upgrade Problem With MAILBOXDIR
...false
#1 0x08093615 in dbox_create (_storage=0x9405d08,
data=0xafe34e33 "/home/USER/Mail", error_r=0xafe33304)
at dbox-storage.c:103
storage = (struct dbox_storage *) 0x9405d08
list_set = {root_dir = 0x93fc038 "/home/USER/Mail",
index_dir = 0x0, control_dir = 0x0, inbox_path = 0x0,
subscription_fname = 0x810fd7c "subscriptions",
maildir_name = 0x810fd8d "dbox-Mails", mailbox_dir_name = 0x0,
mail_storage_flags = 0x0, lock_method = 0x0}
st = {st_dev = 12674028786447048160, __pad1 = 61096,
__st_ino = 155213040, st_mode = 135297936, st_nlin...
2017 Jan 10
2
[PATCH] mail-storage.c: check against NULL address in strcmp() invocation
Configurations with multiple shared namespaces can trigger a bug
where the first argument of strcmp() invocation is NULL.
This patch adds an explicit check, analogously to how the second
argument is sanitized.
---
src/lib-storage/mail-storage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib-storage/mail-storage.c b/src/lib-storage/mail-storage.c
index
2013 Jul 17
1
pop3c migration?
Hi,
I'm running dsync migrations using imapc and the source IMAP server is
just too slow. It has taken 8 hours to migrate a mailbox with 47,000
messages. It seems most of the mailboxes are never accessed with IMAP,
so it would be just as good to migrate them via POP3 which should work
faster in my case.
Is this actually meant to work?
doveadm -D -o pop3c_user=xxxxxx at example.com -o