This removes the need for hardcoded /tmp dir and avoids
stat(/tmp/Dovecot Delivery Mail).
--HG--
branch : HEAD
i_fatal("Raw user initialization failed: %s", errstr);
memset(&raw_ns_set, 0, sizeof(raw_ns_set));
- raw_ns_set.location = "/tmp";
+ raw_ns_set.location = ":LAYOUT=none";
raw_ns = mail_namespaces_init_empty(raw_mail_user);
raw_ns->flags |= NAMESPACE_FLAG_NOQUOTA | NAMESPACE_FLAG_NOACL;
i_fatal("Raw user initialization failed: %s", error);
memset(&raw_ns_set, 0, sizeof(raw_ns_set));
- raw_ns_set.location = "/tmp";
+ raw_ns_set.location = ":LAYOUT=none";
raw_ns = mail_namespaces_init_empty(client->raw_mail_user);
raw_ns->flags |= NAMESPACE_FLAG_NOQUOTA | NAMESPACE_FLAG_NOACL;