user->set_parser);
*mail_user_r = mail_user;
mail_user->_service_user = user;
+ if (user->input.autocreated)
+ mail_user->autocreated = TRUE;
mail_storage_service_user_ref(user);
mail_user_set_home(mail_user, *home == '\0' ? NULL : home);
mail_user_set_vars(mail_user, service_name, &conn_data);
/* The end client connection (not just the previous hop proxy
connection) is using TLS. */
bool end_client_tls_secured:1;
+ /* User is autocreated (e.g. raw storage user) */
+ bool autocreated:1;
/* Don't free the user if user initialization fails. The caller is
expected to free the user. */
bool no_free_init_failure:1;