Postfix Adminのインストール
# cd /data/www/vhosts/back-slash.com/www
# wget http://jaist.dl.sourceforge.net/sourceforge/postfixadmin/postfixadmin_2.3rc5.tar.gz
# tar zxvf postfixadmin-2.3beta.tar.gz
# mv postfixadmin-2.3beta postfixadmin
# chown -R apache:apache postfixadmin
# cd postfixadmin
# chmod 640 *.php *.css
# cd admin/
# chmod 640 *.php .ht*
# cd ../images/
# chmod 640 *.gif *.png
# cd ../languages/
# chmod 640 *.lang
# cd ../templates/
# chmod 640 *.php
# cd ../users/
# chmod 640 *.php
# cd ..
# vi /etc/httpd/conf.d/postfixadmin.conf
# /etc/init.d/httpd reload
# su - postgres
$ createdb postfixadmin
$ exit
# yum -y install php-imap
# /etc/init.d/httpd reload
# vi config.inc.php
転送設定
$CONF['alias_control'] = 'YES';
$CONF['alias_control_admin'] = 'YES';
# vi /etc/aliases
postfixadmin: xxxxxx@xxxxxxxx
# newaliases
# vi /var/www/postfixadmin/config.inc.php