トップページ > インフォメーション

自宅サーバ構築MY HOME SERVER

ウエブメール(Squirrel Mail) SquirrelMailとプラグインのインストール SquirrelMailの設定 Apacheの設定 php.iniの設定 ウエブメールのアクセス

- ウエブメール(Squirrel Mail) -

ウエブメールの構築をします。外部ドメインからメールソフト等を使わず、IEからYahooやHotmail等のようにウエブ上で 自宅メールサーバにアクセスして、送受信が可能です。ウエブメールとしてSquirrel Mailをサーバーに組み込みます。 通信内容が読み取られないように暗号化設定もします。ウエブメールのメニュー表示は英語です。慣れれば大丈夫! Σ( ̄▽ ̄ι)



- SquirrelMailとプラグインのインストール -

Squirrel Mail をダウンロードして、解凍、設定します。下図のwgetで始まるダウンロード先は少し長いですが、2行になっています。 使用するパージョンは、2012年5月現時点でsquirrelmail-webmail-1.4.22 が最新版です。

 こちらの2行にまたがっているURLをコピーして、コマンドラインに貼り付けてください。(/var/www/html/に移動後)
wget http://sourceforge.net/projects/squirrelmail/files/stable/1.4.22/squirrelmail-webmail-1.4.22.tar.gz/download
[root@hoge123~]# cd /var/www/html/
[root@hoge123 html]# wget http://sourceforge.net/projects/squirrelmail/files/stable/1.4.22/ squirrelmail-webmail-1.4.22.tar.gz/download
[root@hoge123 html]# tar zxvf squirrelmail-webmail-1.4.22.tar.gz
[root@hoge123 html]# mv squirrelmail-webmail-1.4.22 /var/www/html/webmail
[root@hoge123 html]# cd
[root@hoge123~]# chmod 730 /var/www/html/webmail/data/
[root@hoge123~]# chown -R apache:apache /var/www/html/webmail/data/
[root@hoge123~]# cd /var/www/html/webmail/
[root@hoge123 webmail]# mkdir attach
[root@hoge123 webmail]# chmod 730 /var/www/html/webmail/attach/
[root@hoge123 webmail]# chown -R apache:apache /var/www/html/webmail/attach/

rootディレクトリに戻り、SquirrelMailのプラグインの取得と配置をします。プラグインは SquirrelMail の拡張ツールです。組み込むプラグインの説明は以下のとおりです。

Compatibility:プラグインを全てのバージョンのSquirrelMailで動作させる
Empty Trash :ユーザのTrashフォルダの中を自動的に削除する
Secure Login :ログイン時にSSLを有効にする
View As HTML :メール閲覧をHTML形式またはテキスト形式で行うか選択するリンクを表示する
[root@hoge123 webmail]# cd         
[root@hoge123~]# wget http://www.squirrelmail.org/plugins/compatibility-1.3.tar.gz
[root@hoge123~]# wget http://www.squirrelmail.org/plugins/empty_trash-1.4-1.2.2.tar.gz
[root@hoge123~]# wget http://www.squirrelmail.org/plugins/secure_login-1.2-1.2.8.tar.gz
[root@hoge123~]# wget http://www.squirrelmail.org/plugins/view_as_html-3.6-1.4.x.tar.gz 
[root@hoge123~]# cd /var/www/html/webmail/plugins/
[root@hoge123 plugins]# tar zxvf /root/empty_trash-1.4-1.2.2.tar.gz
[root@hoge123 plugins]# tar zxvf /root/secure_login-1.2-1.2.8.tar.gz
[root@hoge123 plugins]# tar zxvf /root/compatibility-1.3.tar.gz
[root@hoge123 plugins]# tar zxvf /root/view_as_html-3.6-1.4.x.tar.gz
[root@hoge123 plugins]# rm -f /root/empty_trash-1.2-1.2.2.tar.gz
[root@hoge123 plugins]# rm -f /root/secure_login-1.2-1.2.8.tar.gz
[root@hoge123 plugins]# rm -f /root/compatibility-1.3.tar.gz
[root@hoge123 plugins]# rm -f /root/view_as_html-3.6-1.4.x.tar.gz
[root@hoge123 plugins]# 



- SquirrelMailの設定 -

SquirrelMailの設定用プログラムを起動して、変更・保存します。

[root@hoge123~]# /var/www/html/webmail/config/conf.pl  
- 赤文字のとおりに記入・追加します。-
quirrelMail 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

「1.  Organization Preferences」を選択
Command >> 1

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Organization Preferences
1.  Organization Name      : SquirrelMail
2.  Organization Logo      : ../images/sm_logo.png
3.  Org. Logo Width/Height : (308/111)
4.  Organization Title     : SquirrelMail $version
5.  Signout Page           :
6.  Top Frame              : _top
7.  Provider link          : http://www.squirrelmail.org/
8.  Provider name          : SquirrelMail

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「5.  Signout Page           :」を選択
Command >> 5

When users click the Sign Out button they will be logged out and
then sent to signout_page.  If signout_page is left empty,
(hit space and then return) they will be taken, as normal,
to the default and rather sparse SquirrelMail signout page.

サインアウトした時のページを指定する
[]: /webmail

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Organization Preferences
1.  Organization Name      : SquirrelMail
2.  Organization Logo      : ../images/sm_logo.png
3.  Org. Logo Width/Height : (308/111)
4.  Organization Title     : SquirrelMail $version
5.  Signout Page           : /webmail
6.  Top Frame              : _top
7.  Provider link          : http://www.squirrelmail.org/
8.  Provider name          : SquirrelMail

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

メインメニューに戻る
Command >> r

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

「2.  Server Settings」を選択
Command >> 2

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Server Settings

General
-------
1.  Domain                 : localhost
2.  Invert Time            : false
3.  Sendmail or SMTP       : Sendmail

A.  Update IMAP Settings   : localhost:143 (uw)
B.  Change Sendmail Config : /usr/sbin/sendmail

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「1.  Domain                 : localhost」を選択
Command >> 1

The domain name is the suffix at the end of all email addresses.  If
for example, your email address is jdoe@example.com, then your domain
would be example.com.

ドメイン名を設定する(メールアドレスの@以降が送信先に表示される)
[localhost]: hoge123.ddo.jp

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Server Settings

General
-------
1.  Domain                 : hoge123.ddo.jp
2.  Invert Time            : false
3.  Sendmail or SMTP       : Sendmail

A.  Update IMAP Settings   : localhost:143 (uw)
B.  Change Sendmail Config : /usr/sbin/sendmail

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

メインメニューに戻る
Command >> r

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

「4.  General Options」を選択
Command >> 4

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
General Options
1.  Data Directory              : /var/lib/squirrelmail/prefs/
2.  Attachment Directory        : /var/spool/squirrelmail/attach/
3.  Directory Hash Level         : 0
4.  Default Left Size            : 150
5.  Usernames in Lowercase       : false
6.  Allow use of priority        : true
7.  Hide SM attributions         : true
8.  Allow use of receipts        : true
9.  Allow editing of identity    : true
    Allow editing of name        : true
    Remove username from header  : false
10. Allow server thread sort     : false
11. Allow server-side sorting    : false
12. Allow server charset search  : true
13. Enable UID support           : true
14. PHP session name             : SQMSESSID
15. Location base                :
16. Only secure cookies if poss. : true
17. Disable secure forms         : false
18. Page referal requirement     :

R   Return to Main Menu
C   Turn color on
S   Save data
Q   Quit


Command >> 1

[/var/lib/squirrelmail/prefs/]: /var/www/html/webmail/data/

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
General Options
1.  Data Directory              : /var/www/html/webmail/data/
2.  Attachment Directory        : /var/spool/squirrelmail/attach/
3.  Directory Hash Level         : 0
4.  Default Left Size            : 150
5.  Usernames in Lowercase       : false
6.  Allow use of priority        : true
7.  Hide SM attributions         : true
8.  Allow use of receipts        : true
9.  Allow editing of identity    : true
    Allow editing of name        : true
    Remove username from header  : false
10. Allow server thread sort     : false
11. Allow server-side sorting    : false
12. Allow server charset search  : true
13. Enable UID support           : true
14. PHP session name             : SQMSESSID
15. Location base                :
16. Only secure cookies if poss. : true
17. Disable secure forms         : false
18. Page referal requirement     :

R   Return to Main Menu
C   Turn color on
S   Save data
Q   Quit


Command >> 2

[/var/spool/squirrelmail/attach/]: /var/www/html/webmail/attach/


SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
General Options
1.  Data Directory              : /var/www/html/webmail/data/
2.  Attachment Directory        : /var/www/html/webmail/attach/
3.  Directory Hash Level        : 0
4.  Default Left Size           : 150
5.  Usernames in Lowercase      : false
6.  Allow use of priority       : true
7.  Hide SM attributions        : false
8.  Allow use of receipts       : true
9.  Allow editing of identity   : true/true
10. Allow server thread sort    : true
11. Allow server-side sorting   : true
12. Allow server charset search : true
13. Enable UID support          : true
14. PHP session name            : SQMSESSID

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「7.  Hide SM attributions        : false」を選択
Command >> 7


Hide SM attributions (y/n) [n]: y

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
General Options
1.  Data Directory              : /var/www/html/webmail/data/
2.  Attachment Directory        : /var/www/html/webmail/attach/
3.  Directory Hash Level        : 0
4.  Default Left Size           : 150
5.  Usernames in Lowercase      : false
6.  Allow use of priority       : true
7.  Hide SM attributions        : true
8.  Allow use of receipts       : true
9.  Allow editing of identity   : true/true
10. Allow server thread sort    : true
11. Allow server-side sorting   : true
12. Allow server charset search : true
13. Enable UID support          : true
14. PHP session name            : SQMSESSID

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

メインメニューに戻る
Command >> r

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

「10. Languages」を選択
Command >> 10

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Language preferences
1.  Default Language       : en_US
2.  Default Charset        : iso-8859-1
3.  Enable lossy encoding  : false

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「1.  Default Language       : en_US」を選択
Command >> 1

SquirrelMail attempts to set the language in many ways.  If it
can not figure it out in another way, it will default to this
language.  Please use the code for the desired language.

言語を日本語に設定する
[en_US]: ja_JP

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Language preferences
1.  Default Language       : ja_JP
2.  Default Charset        : iso-8859-1
3.  Enable lossy encoding  : false

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「2.  Default Charset        : iso-8859-1」を選択
Command >> 2

This option controls what character set is used when sending
mail and when sending HTML to the browser.

This option is used only when default language is 'en_US'.


文字コード体系をEUC-JPに設定する
[iso-8859-1]: EUC-JP

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Language preferences
1.  Default Language       : ja_JP
2.  Default Charset        : EUC-JP
3.  Enable lossy encoding  : false

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

メインメニューに戻る
Command >> r

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

「8.  Plugins」を選択
Command >> 8

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Plugins
  Installed Plugins
    1. delete_move_next
    2. squirrelspell
    3. newmail

  Available Plugins:
    4. spamcop
    5. mail_fetch
    6. bug_report
    7. info
    8. compatibility
    9. listcommands
    10. administrator
    11. translate
    12. sent_subfolders
    13. message_details
    14. empty_trash
    15. view_as_html
    16. fortune
    17. abook_take
    18. secure_login
    19. calendar
    20. filters

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「compatibility」のある番号を選択してください。8 はあくまでこの画面での表示です。)
Command >> 8

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Plugins
  Installed Plugins
    1. delete_move_next
    2. squirrelspell
    3. newmail
    4. compatibility

  Available Plugins:
    5. spamcop
    6. mail_fetch
    7. bug_report
    8. info
    9. listcommands
    10. administrator
    11. translate
    12. sent_subfolders
    13. message_details
    14. empty_trash
    15. view_as_html
    16. fortune
    17. abook_take
    18. secure_login
    19. calendar
    20. filters

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「empty_trash」を選択(番号が順不同なので注意)
Command >> 14

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Plugins
  Installed Plugins
    1. delete_move_next
    2. squirrelspell
    3. newmail
    4. compatibility
    5. empty_trash

  Available Plugins:
    6. spamcop
    7. mail_fetch
    8. bug_report
    9. info
    10. listcommands
    11. administrator
    12. translate
    13. sent_subfolders
    14. message_details
    15. view_as_html
    16. fortune
    17. abook_take
    18. secure_login
    19. calendar
    20. filters

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「view_as_html」を選択(番号が順不同なので注意)
Command >> 15

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Plugins
  Installed Plugins
    1. delete_move_next
    2. squirrelspell
    3. newmail
    4. compatibility
    5. empty_trash
    6. view_as_html

  Available Plugins:
    7. spamcop
    8. mail_fetch
    9. bug_report
    10. info
    11. listcommands
    12. administrator
    13. translate
    14. sent_subfolders
    15. message_details
    16. fortune
    17. abook_take
    18. secure_login
    19. calendar
    20. filters

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「secure_login」を選択(番号が順不同なので注意)
Command >> 18

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Plugins
  Installed Plugins
    1. delete_move_next
    2. squirrelspell
    3. newmail
    4. compatibility
    5. empty_trash
    6. view_as_html
    7. secure_login

  Available Plugins:
    8. spamcop
    9. mail_fetch
    10. bug_report
    11. info
    12. listcommands
    13. administrator
    14. translate
    15. sent_subfolders
    16. message_details
    17. fortune
    18. abook_take
    19. calendar
    20. filters

R   Return to Main Menu
C   Turn color off
S   Save data
Q   Quit

「Q   Quit」を選択
Command >> q

You have not saved your data.
設定内容を保存する
Save?  [Y/n]: y
Data saved in config.php
      



- Apacheの設定 -

ウエブメールなので、Apacheにも設定をする必要があります。
         
[root@hoge123~]# vi /etc/httpd/conf.d/webmail.conf
- 中は空です。下記内容を貼り付け・保存します。-

Alias /webmail /var/www/html/webmail
<Directory /var/www/html/webmail>
    AllowOverride Limit
</Directory>




- php.iniの設定 -

SquirrelMailはPHPプログラムで作成されています。PHPの設定ファイルを編集・保存します。
         
[root@hoge123~]# yum -y install php-mbstring
[root@hoge123~]# vi /etc/php.ini

490行付近で、 
default_charset = "EUC-JP" 
510行付近で、doc_root を apache の設定とあわせます。 
doc_root = "/var/www/html" 

ついで下記のリストのコメント解除実施
;mbstring.language = Japanese

mbstring.language = Japanese ← 行頭の;を削除(コメント解除)

;mbstring.internal_encoding = EUC-JP

mbstring.internal_encoding = EUC-JP ← 行頭の;を削除(コメント解除)

;mbstring.http_input = auto

mbstring.http_input = auto ← 行頭の;を削除(コメント解除)

;mbstring.http_output = SJIS

mbstring.http_output = SJIS ← 行頭の;を削除(コメント解除)

;mbstring.encoding_translation = Off

mbstring.encoding_translation = Off ← 行頭の;を削除(コメント解除)

;mbstring.detect_order = auto

mbstring.detect_order = auto ← 行頭の;を削除(コメント解除)

;mbstring.substitute_character = none;

mbstring.substitute_character = none; ← 行頭の;を削除(コメント解除)

;mbstring.func_overload = 0

mbstring.func_overload = 0 ← 行頭の;を削除(コメント解除)


[root@hoge123~]# /etc/rc.d/init.d/httpd restart
httpdを停止中:                                             [  OK  ]
httpd を起動中:                                            [  OK  ]
[root@hoge123~]# 




- ウエブメールのアクセス -

IEのURLにhoge123.ddo.jp/webmail と入力します。自己証明書の関係で、下記証明書エラー表示が出ますが、 「このサイトの閲覧を続行する(推奨されません)」をクリックします。
1.jpg(50570 byte)

自動的にhttps://hoge123.ddo.jpのURLに変わり、ログイン画面が出てきます。 「ユーザ名」hogehoge と「パスワード」hogehogeのメールパスワードを入力します。fufufuもメールアカウント があるので、fufufuの「ユーザ名」、「パスワード」を入力してログインできます。
1.jpg(38565 byte)

ログインした状態です。YahooやHotmailアカウントがあれば、日本語でテスト送信してください。外部メールからも 日本語でテスト送信して、文字化けがなく受信できるか確認します。文字化けする場合、php.iniの設定を見直します。 2.jpg(47270 byte)


自宅サーバ構築(CentOS6.3)に戻る

Copyright(C) PCDEMAGIC All Rights Reserved.