[ postfixadmin-Bugs-3427498 ] Error in mailbox path creation
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2011-10-23 10:44:37
|
Bugs item #3427498, was opened at 2011-10-23 17:44 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3427498&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: Error in mailbox path creation Initial Comment: With $CONF['domain_path'] = 'NO' and $CONF['domain_in_mailbox'] = 'NO' in config.php mailbox path generated like $CONF['domain_path'] = 'NO' and $CONF['domain_in_mailbox'] = 'YES'. Change $maildir = $fUsername . "/"; in create_mailbox.php at string 179 to $maildir = escape_string (strtolower($_POST['fUsername'])) . "/"; resolve the problem. Thnks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3427498&group_id=191583 |