キーワード  

B-CITYでHDDを購入すれば
FreeBSDがインストール済み
あなたのマシンにつけるだけ


☆ カテゴリー ☆
  序章
  動作環境
  インストール
  設定
  Webminでの設定
  チューニング
  ウィンドウシステム
  ウィンドウマネージャー
  スクリプト言語
  システム管理
  デスクトップアプリケーション
  サーバーサイドアプリケーション
  コマンド
  印刷
  シェル・シェルスクリプト
  落書き
  備考
  HD-BSD
  基本操作
  自宅サーバー
  SquirrelMail
   戻る



外国旅行に日本のテレビを連れて行こう。

ネット環境さえあれば、どこからでも テレビが見えます。

観るだけでなく 録る 操る 操作する

 新しい 生活が始まる!!

     ロケーションフリー



・・・管理モードON・・・

サーバーサイドアプリケーション

SquirrelMail

cd /usr/ports/mail/squirrelmail
make install


You now need to add an alias to apache's httpd.conf pointing to
/usr/local/www/squirrelmail in order to access SquirrelMail from
your web browser, or create a VirtualHost with DocumentRoot set
to that directory.

For SquirrelMail to work properly you will need to make sure the
following option is set in your php.ini file:
file_uploads = On

If you have problems with SquirrelMail saying "you must login" after
you just have, the following php.ini option may help:
session.auto_start = 1

In order to do your administrative configuration you need to
cd /usr/local/www/squirrelmail && ./configure
SquirrelMail will not work until this has been done.



squirrelmail の設定。

cd /usr/local/www/squirrelmail
./configure

- Default Language --> ja_JP
- Domain の変更
- IMAP server --> courier
- Default Charset --> EUC-JP

php.ini を修正

cp /usr/local/etc/php.ini-dist /usr/local/etc/php.ini
vi /usr/local/etc/php.ini
---
session.auto_start = 1
session.bug_compat_42 = 0
mbstring.language = Japanese
mbstring.internal_encoding = EUC-JP
mbstring.http_input = auto
mbstring.http_output = EUC-JP

apache の設定に追加。Includes ディレクトリに追記。

vi /usr/local/etc/apache2/Includes/squirrelmail.conf
---
Alias /webmail/ "/usr/local/www/squirrelmail/"

AllowOverride All
Options None
Order allow,deny
Allow from all

DirectoryIndex index.php



さくっと動いた。




☆☆☆☆☆   こんな記事もあります。   ☆☆☆☆☆

ImageMagick のインストール
GD のインストール
ilohamail の インストール
oscommerce を インストールする
eccube の インストール
PortSentryを利用した不正アクセス防止策
sqwebmail
SquirrelMail
インプレッション         インプレッションを書く

Copyright 2006B-CITY. All rights reserved.