apt-get install cups
vi /etc/cups/cuspd.conf
#Listen localhost:631
Listen <raspbxのip>:631
/Location 各セクションに追加
Allow @Local
Allow from 192.168.1.0/24
vi /etc/hylafax/FaxDispatch
case “$DEVICE” in
ttyI150)
SENDTO=<送信先メールアドレス>
tiff2ps -a -w 9 -h 11 $FILE | lp -o fitplot -o media=a4 -d <印刷先プリンタのキュー名>
;;
esac
FILETYPE=pdf
コメント