HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Hylafax Win31 client
In message <B0000059452@gcmwww.goldencoast.com>, "Chris Funk" writes:
>Hi I have Hylafax working great with WHFC, however when I try to
>use winflex, I can't get connected to port 4557. I have tried the
>hfaxd -o 4557 option. When I try to telnet to port 4557, I get a
>connected message, but when I try to issue user XXXXXX, it says
>connection terminated.
>
>I think I remember reading a faq that said hylafax must be compiled
>with support for the old protocol. Is this correct? I can't seem to
>find the faq again. I used the Linux RPM to install, and i am new to
>linux so I don't know if recompiling is an option for me yet.
Edit /etc/rc.d/init.d/hylafax and change:
$HFAXD -i $FAXPORT
to
$HFAXD -o 4557 -i $FAXPORT
then do:
/etc/rc.d/init.d/hylafax stop
/etc/rc.d/init.d/hylafax start
-Darren