From: Timo Sirainen Date: Sat, 20 Sep 2003 18:45:53 +0000 (+0300) Subject: location defaulted only to default_mail_env, not userdb. X-Git-Tag: 1.1.alpha1~4326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee4a5bd3bed4e4d0fe04672521c962081494566;p=thirdparty%2Fdovecot%2Fcore.git location defaulted only to default_mail_env, not userdb. --HG-- branch : HEAD --- diff --git a/src/master/mail-process.c b/src/master/mail-process.c index da1ab33d5b..b1f76be6a8 100644 --- a/src/master/mail-process.c +++ b/src/master/mail-process.c @@ -296,7 +296,7 @@ int create_mail_process(struct login_group *group, int socket, if (set->server->namespaces != NULL) { env_put_namespace(set->server->namespaces, - set->default_mail_env, user, home_dir); + mail, user, home_dir); } env_put(t_strconcat("MAIL=", mail, NULL));