Hi, I'm trying to setup and configure a fax server, the server is in remotely located. I installed hylafax by following this http://www.sertec.ca/howtos/HowtoInstallHYLAFax.html.
I have the following configuration.
Modem : conexant d850 version : hylafax 4.4 OS : CentOS 5.5
when I try to run sendfax I get following output but the fax is not being send,
[root@localhost hylafax]# sendfax -vv -n -k ‘now +1hour’ -m -d 18003177796 /home/administrator/Desktop/fax.pdf Trying localhost (127.0.0.1) at port 4559... Connected to localhost.localdomain. 220 localhost.localdomain server (HylaFAX (tm) Version 4.4.4) ready. -> USER root 230 User root logged in. +1hour’: Can not open file
I checked log and its empty.
I even cant say if the server is able to detect the modem, can any guide me how do detect the modem and configuring the server ?
2010/12/28 Mukesh Yadav mak.gnu@gmail.com:
[root@localhost hylafax]# sendfax -vv -n -k ‘now +1hour’ -m -d 18003177796 /home/administrator/Desktop/fax.pdf
Put a space between the '1' and the 'hour' and see. It is treating +1hour as a file to fax out.
Can't you simply attach fax.pdf to an email and send it to the recipient?
Binand