Web-based 方式傳送 fax
使用web-hylafax-gw套件
[1.] 下載設定
wget ftp://ftp.hylafax.org/contrib/www/web-hylafax-gw-1.0.tar.gz
tar zxvf web-hylafax-gw-1.0.tar.gz
cd web-hylafax-gw
cp fax-gw.html /var/www/html/
cp -rp fax /var/www/cgi-bin/
[2.] 編輯
vi /var/www/cgi-bin/fax/fax-gw-config.pl
# location of Hylafax sendfax binary
$prog = "/usr/bin/sendfax";
# location of Hylafax faxstat binary
$statprog = "/usr/bin/faxstat";
# location of the system cat binary
$cat = "/bin/cat";
# location of the system rm binary
$rm = "/bin/rm";
[3.]
vi /var/www/cgi-bin/fax-gw
$command = $prog." -n -P high -m -D -f "$From" -r "$Regarding" -x "$Company" -d "$Name"@$FaxNumber $fileo";
# 加個 -n參數,不要 cover page封面
[4.] 瀏覽
http://your_hostname_ip/fax-gw.html
附註: 當你在"your name "欄位寫的名稱,於fax完成時,會送一封mail到此帳號
留言