diff options
Diffstat (limited to 'maildrop/main.C')
| -rw-r--r-- | maildrop/main.C | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maildrop/main.C b/maildrop/main.C index 9818551..b22ee0a 100644 --- a/maildrop/main.C +++ b/maildrop/main.C @@ -265,6 +265,12 @@ static int callback_authlib(struct authinfo *auth, { Maildrop &maildrop=*(Maildrop *)void_arg; + if (auth_mkhomedir(auth)) + { + perror(auth->homedir); + exit(1); + } + if (VerboseLevel() > 1) { Buffer b; |
