Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: tariqf on March 31, 2006, 06:57:42 PM

Title: hyafax on rc1 stopped working
Post by: tariqf on March 31, 2006, 06:57:42 PM
Ive got hylafax installed on sme7 rc1 and receiving works fine. The only problem is faxes sent via relayfax just sit in the fax queue and don't seem to be picked up:-
(I've replaced actual nums with 1's)

 faxstat -s
HylaFAX scheduler on blah.blah.com: Running
Modem ttyS0 (+44.0111.1111111): Running and idle

JID  Pri S  Owner Number       Pages Dials     TTS Status
323  127 P relayf 901111111111  0:0   0:2    10:43


How do I get hylafax to pick the faxes up from the queue and send them?
Title: hyafax on rc1 stopped working
Post by: ldkeen on April 02, 2006, 02:56:15 AM
It maybe a permissions problem. Have a look in /var/spool/hylafax/etc/hosts.allow and make sure that your private lan address is listed.
Lloyd
Title: permissions check
Post by: tariqf on April 02, 2006, 05:01:30 PM
I've not got hosts.allow in there but I've got hosts.hfaxd which contains

localhost
127.0.0.1

This should be ok because I have a working server with this config file the same.

Any other things I can check?
Title: hyafax on rc1 stopped working
Post by: ldkeen on April 02, 2006, 10:11:46 PM
I'm sure that's it. Try putting:
192.168.20.*
below 127.0.0.1 in the hosts.hfaxd file (replace 20.* with your network settings). Restart hylafax and try again.
Lloyd