webmail(squirrrelmail)

PHP5.4がインストールされているため、portsからのインストールは不可である。以前のサーバーで利用していたアプリであるが、PHP5.4になってから、日本語対応が不可になったため、いろいろ検索して、以下のサイトを見つけインストール。

http://taka2.info/20120705/squirrelmail-php54/

taka2squirrelmailのインストールについては、本家を参照。

http://squirrelmail.org/index.php

squirrelmailapacheのhttpd.conf編集

ee /usr/local/etc/apache22/httpd.conf

# Virtual hosts
Include etc/apache22/extra/httpd-vhosts.confコメント解除

httpsでredirect接続するための設定

ee /usr/local/etc/apache22/extra/httpd-vhosts.conf下記を追加
Alias /webmail  "/usr/local/www/squirrelmail"
<VirtualHost *:80>
DirectoryIndex  index.php index.html
RedirectMatch ^/webmail(.*)?$ https://tommybsd.plala.jp/webmail/index.php
</VirtualHost>

ブラウザで確認 ( http://tommybsd.plala.jp/webmail/ )

squirrel-loginRedirectされてhttpsで接続されている。

カテゴリー: FreeBSD パーマリンク