Fix maildir path

master
andre.peters 2017-12-10 19:10:49 +01:00
parent dbf5bc630a
commit 6865402ae0
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ function mailbox($_action, $_type, $_data = null, $attr = null) {
}
$active = intval($_data['active']);
$quota_b = ($quota_m * 1048576);
$maildir = $domain . "/" . $local_part . "/mails/";
$maildir = $domain . "/" . $local_part . "/";
if (!is_valid_domain_name($domain)) {
$_SESSION['return'] = array(
'type' => 'danger',