<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.archlinux.jp/index.php?action=history&amp;feed=atom&amp;title=Squirrelmail</id>
	<title>Squirrelmail - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.archlinux.jp/index.php?action=history&amp;feed=atom&amp;title=Squirrelmail"/>
	<link rel="alternate" type="text/html" href="https://wiki.archlinux.jp/index.php?title=Squirrelmail&amp;action=history"/>
	<updated>2026-06-01T21:26:12Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.archlinux.jp/index.php?title=Squirrelmail&amp;diff=15019&amp;oldid=prev</id>
		<title>Kusakata: ページの作成:「Category:メールサーバー Category:ウェブアプリケーション en:Squirrelmail [http://squirrelmail.org/index.php SquirrelMail] は PHP で書か…」</title>
		<link rel="alternate" type="text/html" href="https://wiki.archlinux.jp/index.php?title=Squirrelmail&amp;diff=15019&amp;oldid=prev"/>
		<updated>2019-09-27T17:36:58Z</updated>

		<summary type="html">&lt;p&gt;ページの作成:「&lt;a href=&quot;/index.php/%E3%82%AB%E3%83%86%E3%82%B4%E3%83%AA:%E3%83%A1%E3%83%BC%E3%83%AB%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC&quot; title=&quot;カテゴリ:メールサーバー&quot;&gt;Category:メールサーバー&lt;/a&gt; &lt;a href=&quot;/index.php/%E3%82%AB%E3%83%86%E3%82%B4%E3%83%AA:%E3%82%A6%E3%82%A7%E3%83%96%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3&quot; title=&quot;カテゴリ:ウェブアプリケーション&quot;&gt;Category:ウェブアプリケーション&lt;/a&gt; &lt;a href=&quot;https://wiki.archlinux.org/title/Squirrelmail&quot; class=&quot;extiw&quot; title=&quot;en:Squirrelmail&quot;&gt;en:Squirrelmail&lt;/a&gt; [http://squirrelmail.org/index.php SquirrelMail] は PHP で書か…」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:メールサーバー]]&lt;br /&gt;
[[Category:ウェブアプリケーション]]&lt;br /&gt;
[[en:Squirrelmail]]&lt;br /&gt;
[http://squirrelmail.org/index.php SquirrelMail] は PHP で書かれた軽量なウェブメールパッケージで IMAP/IMAPS に対応しています。SquirrelMail には多数のプラグイン (カレンダーやスペルチェックなど) が存在し優れたブラウザサポートを備えています (HTML 4.0 を使用し JavaScript を必要としません)。&lt;br /&gt;
&lt;br /&gt;
== インストール ==&lt;br /&gt;
&lt;br /&gt;
=== AUR ===&lt;br /&gt;
&lt;br /&gt;
{{AUR|squirrelmail}} パッケージを[[インストール]]してください。開発版は {{AUR|squirrelmail-dev-svn}} でインストールできます。&lt;br /&gt;
&lt;br /&gt;
=== 詳細なインストール ===&lt;br /&gt;
&lt;br /&gt;
SquirrelMail を使用する前にメールパッケージの設定が必要です。SquirrelMail のインストールは以下の通りです:&lt;br /&gt;
&lt;br /&gt;
# [http://squirrelmail.org/download.php] から SquirrelMail をダウンロード。&lt;br /&gt;
# ドキュメントルートに中身を配置 (squirrelmail ディレクトリ全体)。Arch の場合、{{ic|/srv/http}} に配置。&lt;br /&gt;
# ドキュメントルートの外側に SquirrelMail の &amp;quot;data&amp;quot; と &amp;quot;attachment&amp;quot; ディレクトリを作成。例: {{ic|mkdir -p /usr/local/share/sqmail/{data,attach&amp;lt;nowiki&amp;gt;}&amp;lt;/nowiki&amp;gt;}} で {{ic|/usr/local/share/sqmail}} にディレクトリを作成できます。ディレクトリはウェブサーバーから読み書きできるようにしてください。Arch の場合: {{ic|chown -R http:http /usr/local/share/sqmail}}。&lt;br /&gt;
# perl スクリプト {{ic|/srv/http/squirrelmail/config/conf.pl}} を (root で) 実行して SquirrelMail を設定。設定にあわせて情報を入力してください。メールパッケージごとに事前設定済みの設定グループが存在します ([[dovecot]], [[courier]], [[UW IMAP|UW]] など)。&lt;br /&gt;
# ローカルホストから設定しない場合は &amp;quot;11. tweaks&amp;quot; の &amp;quot;Allow remote config test&amp;quot; オプションを有効にして設定をチェックします (テストが完了したらオフにしてください)。&lt;br /&gt;
# {{ic|/etc/php/php.ini}} を編集して SquirrelMail に必要な設定を変更。{{ic|/etc/php/php.ini}} を開いて以下の設定を行ってください: {{bc|&amp;lt;nowiki&amp;gt;memory_limit = 128M  ; must be at least 32M&lt;br /&gt;
post_max_size = 16M  ; controls the maximum attachment size&lt;br /&gt;
open_basedir = /srv/http/:/srv/www:/home/:/tmp/:/usr/share/pear/:/usr/local/share/sqmail/&amp;lt;/nowiki&amp;gt;}} SquirrelMail の data と attachment ディレクトリのパスを追加する必要があります (上記の例の場合は {{ic|:/usr/local/share/sqmail/}})。&lt;br /&gt;
# ウェブサーバーを[[リロード]]してください。&lt;br /&gt;
# {{ic|conf.pl}} でプラグインを選択して {{ic|php.ini}} を編集し、設定が完了したらブラウザで http://localhost/squirrelmail/configcheck.php を開いて設定をテストしてください。&lt;br /&gt;
# {{ic|conf.pl}} の &amp;quot;Allow remote config test&amp;quot; を無効化してください。&lt;br /&gt;
&lt;br /&gt;
以上で http://localhost/squirrelmail からブラウザでログインできるようになります。&lt;/div&gt;</summary>
		<author><name>Kusakata</name></author>
	</entry>
</feed>