avantfaxはwebベースで日本語が表示できる
pdf添付ファイルを送信できる
jpgファイルはNG
jpgファイルはliberofficeに取り込みPDFに変換して使う
# cd /tmp
# wget http://jaist.dl.sourceforge.net/project/avantfax/avantfax-3.3.5.tgz
# tar -zxvf avantfax-3.3.5.tgz
# cd avantfax-3.3.5
# vi debian-prefs.txt
…
# if the MySQL password for root is set, specify it here
ROOTMYSQLPWD=mysqlのrootのパスワード
…
# ./debian-install.sh
# vi /etc/apache2/sites-available/000-default.conf
…
DocumentRoot /var/www/avantfax
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/avantfax>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2’s default start page
# in /apache2-default/, but still have / go to the right place
#RedirectMatch ^/$ /apache2-default/
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory “/usr/lib/cgi-bin”>
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
…
初期ログイン情報
ログイン名:admin
パスワード:password
コメント