ログ日記

作業ログと日記とメモ

Postfix Admin のDebianパッケージを作る

とりあえずインストールまで。
設定はまだ。

aptitude install build-essential debhelper quilt
tar xvzf postfixadmin_2.3.tar.gz
cd postfixadmin-2.3/
dpkg-buildpackage -rfakeroot

dpkg -i postfixadmin_2.3_all.deb
aptitude install

sudo -u postgres psql postfixadmin -c "CREATE LANGUAGE plpgsql;"

Debian用のファイルが用意されていたので楽ちん。


localhostの /postfixadmin/setup.php にアクセスして設定。
既に日本語化されていた。
足りないパッケージがあるならそれを入れる。


Postfixの設定は /usr/share/doc/postfixadmin/DOCUMENTS/POSTFIX_CONF.txt.gz 参照。
他にも /usr/share/doc/postfixadmin/examples/ADDITIONS/ に色々ファイルがある。


設定はドメインと絡むのでテストサーバじゃ限界がある。後で追記するかも。