mail-user.c revision d2c853636ec2d99c9f96da877ff520a3b86a18ba
/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "auth-master.h"
#include "mail-namespace.h"
#include "mail-user.h"
#include <stdlib.h>
struct mail_user_module_register mail_user_module_register = { 0 };
static struct auth_master_connection *auth_master_conn;
{
}
{
if (hook_mail_user_created != NULL)
return user;
}
{
}
{
}
{
struct mail_namespace *ns;
}
return NULL;
}
{
}
{
break;
}
}
}
{
}
}
{
return path;
}
{
struct auth_user_reply reply;
int ret;
if (user->home_looked_up) {
}
userdb_pool, &reply);
if (ret < 0)
else {
}
return ret;
}
{
return -1;
return -1;
}
return 0;
}
{
const char *base_dir;
if (auth_socket_path == NULL) {
}
}
void mail_users_deinit(void)
{
}