SquirrelMail - 쿼리: CREATE "보낸"이유: 잘못된 사서함 이름입니다.
2022-10-19 last update
4 minutes reading errors오류: SquirrelMail - 쿼리: CREATE "보낸" 이유: 잘못된 사서함 이름입니다.
CentOS/Fedora/RedHat에서 로그인하면 SquirrelMail에 다음 오류 메시지가 표시됩니다.
Query: CREATE "Sent" Reason Given: Invalid mailbox name.
해결책
/etc/squirrelmail/config_local.php 파일을 수정하고 $default_folder_prefix 변수를 주석 처리합니다:
vi /etc/squirrelmail/config_local.php
<?php /** * Local config overrides. * * You can override the config.php settings here. * Don't do it unless you know what you're doing. * Use standard PHP syntax, see config.php for examples. * * @copyright © 2002-2006 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id: config_local.php,v 1.2 2006/07/11 03:33:47 wtogami Exp $ * @package squirrelmail * @subpackage config */ //$default_folder_prefix = ''; ?>