Displaying 8 results from an estimated 8 matches for "subscription_fname".
2020 May 15
0
Fallback driver after autodection
...box-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->list_index_fname);
list->set.list_index_dir =
@@ -360,6 +362,8 @@
else if...
2009 Mar 13
1
v1.1.12 and v1.2.beta2 released
http://dovecot.org/releases/1.1/dovecot-1.1.12.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.12.tar.gz.sig
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta2.tar.gz
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta2.tar.gz.sig
I thought I'd do a double-release since it's Friday the 13th. v1.2.0 is
getting closer, mainly some ACL fixes left.
Changes in v1.2.beta2 since
2009 Mar 13
1
v1.1.12 and v1.2.beta2 released
http://dovecot.org/releases/1.1/dovecot-1.1.12.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.12.tar.gz.sig
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta2.tar.gz
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta2.tar.gz.sig
I thought I'd do a double-release since it's Friday the 13th. v1.2.0 is
getting closer, mainly some ACL fixes left.
Changes in v1.2.beta2 since
2013 Jun 09
1
v2.2.2 (266101990d63) Core Dump
...-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_flags = <optimized out>...
2016 Dec 20
1
Latest Dovecot v2.2.devel (9bc8d9b) crashes on login and lmtp
...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_char = 0 '\000', utf8...
2009 Mar 24
2
Dbox Upgrade Problem With MAILBOXDIR
...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_nlink = 2950902296,
st_uid = 1...
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