-неизвестно

 -Поиск по дневнику

Поиск сообщений в CrazyAdmin_Admin

 -Подписка по e-mail

 

 -Сообщества

Читатель сообществ (Всего в списке: 3) -Empire_of_the_Criticism- Темы_дня Кама-сутра

 -Статистика

Статистика LiveInternet.ru: показано количество хитов и посетителей
Создан: 30.10.2009
Записей:
Комментариев:
Написано: 298


23. Install SquirrelMail

Суббота, 14 Ноября 2009 г. 23:18 + в цитатник

Для установки SquirrelMail webmail клиента, выполним...

yum install squirrelmail

... и перезапустим Apache:

/etc/init.d/httpd restart

Затем конфигурируем SquirrelMail:

/usr/share/squirrelmail/config/conf.pl

Мы должны указать SquirrelMail что мы используем Courier-IMAP/-POP3:

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1.  Organization Preferences
2.  Server Settings
3.  Folder Defaults
4.  General Options
5.  Themes
6.  Address Books
7.  Message of the Day (MOTD)
8.  Plugins
9.  Database
10. Languages

D.  Set pre-defined settings for specific IMAP servers

C   Turn color off
S   Save data
Q   Quit

Command >> <-- D


SquirrelMail Configuration : Read: config.php
---------------------------------------------------------
While we have been building SquirrelMail, we have discovered some
preferences that work better with some servers that don't work so
well with others.  If you select your IMAP server, this option will
set some pre-defined settings for that server.

Please note that you will still need to go through and make sure
everything is correct.  This does not change everything.  There are
only a few settings that this will change.

Please select your IMAP server:
    bincimap    = Binc IMAP server
    courier     = Courier IMAP server
    cyrus       = Cyrus IMAP server
    dovecot     = Dovecot Secure IMAP server
    exchange    = Microsoft Exchange IMAP server
    hmailserver = hMailServer
    macosx      = Mac OS X Mailserver
    mercury32   = Mercury/32
    uw          = University of Washington's IMAP server
    quit        = Do not change anything
Command >> <-- courier

SquirrelMail Configuration : Read: config.php
---------------------------------------------------------
While we have been building SquirrelMail, we have discovered some
preferences that work better with some servers that don't work so
well with others.  If you select your IMAP server, this option will
set some pre-defined settings for that server.

Please note that you will still need to go through and make sure
everything is correct.  This does not change everything.  There are
only a few settings that this will change.

Please select your IMAP server:
    bincimap    = Binc IMAP server
    courier     = Courier IMAP server
    cyrus       = Cyrus IMAP server
    dovecot     = Dovecot Secure IMAP server
    exchange    = Microsoft Exchange IMAP server
    hmailserver = hMailServer
    macosx      = Mac OS X Mailserver
    mercury32   = Mercury/32
    uw          = University of Washington's IMAP server
    quit        = Do not change anything
Command >> courier

imap_server_type = courier
default_folder_prefix = INBOX.
trash_folder = Trash
sent_folder = Sent
draft_folder = Drafts
show_prefix_option = false
default_sub_of_inbox = false
show_contain_subfolders_option = false
optional_delimiter = .
delete_folder = true

Press any key to continue... <-- press a key

 

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1.  Organization Preferences
2.  Server Settings
3.  Folder Defaults
4.  General Options
5.  Themes
6.  Address Books
7.  Message of the Day (MOTD)
8.  Plugins
9.  Database
10. Languages

D.  Set pre-defined settings for specific IMAP servers
C   Turn color off
S   Save data
Q  Quit

Command >> <--S


SquirrelMail
 Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1.  Organization Preferences
2.  Server Settings
3.  Folder Defaults
4.  General Options
5.  Themes
6.  Address Books
7.  Message of the Day (MOTD)
8.  Plugins
9.  Database
10. Languages

D.  Set pre-defined settings for specific IMAP servers
C   Turn color off
S   Save data
Q  Quit

Command >> 
<--Q

Последнее что мы должны сделать, мы должны модифицировать файл /etc/squirrelmail/config_local.php и закомментировать переменную $default_folder_prefix – если вы этого не сделаете, вы увидите следующее сообщение об ошибке в  SquirrelMail после авторизации: Query: CREATE "Sent" Reason Given: Invalid mailbox name.

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 &copy; 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                = '';

?>

Теперь вы можете набрать http://server1.example.com/webmail или http://192.168.0.100/webmail в Вашем броузере для получения доступа к SquirrelMail.

Рубрики:  Linux + Hosting + Admin

 

Добавить комментарий:
Текст комментария: смайлики

Проверка орфографии: (найти ошибки)

Прикрепить картинку:

 Переводить URL в ссылку
 Подписаться на комментарии
 Подписать картинку