HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
RE: Need a point in the right direction (solved)
- To: "'hylafax mailing list'" <flexfax@sgi.com>
- Subject: RE: flexfax: Need a point in the right direction (solved)
- From: "Trottier, Dan" <DTrottier@philipinc.com>
- Date: Mon, 7 Dec 1998 09:38:15 -0500
Hi,
Setting -o for hfaxd will only change the port that the server listens on.
There seems to be no
similar run time parameter for client programs. In /etc/services there only
seemed to be an
entry for "hylafax 4559" but no entry for the old protocol port at 4557. So
I'm not sure, other
than a recompile, how a client would know the old port number had been
re-assigned.
Regards,
dan
> -----Original Message-----
> From: darren@hylafax.org [SMTP:darren@hylafax.org]
> Sent: Friday, December 04, 1998 7:46 PM
> To: Trottier, Dan
> Cc: 'hylafax mailing list'
> Subject: Re: flexfax: Need a point in the right direction (solved)
>
> In message
> <81F139B80EFBD1119DB900805F57C35B03A78D@na01ns3001.philip-env.com>,
> "Trottier, Dan" writes:
> >Hi,
> >
> >I'm now sending faxes. I changed OldProtocol.c++ and the included #define
> >of the old port number from 4557 to 4321 and recompiled. This seems to
> have
> >fixed the problem as I can now send faxes. Perhaps the port numbers
> should be
> >something which is easily changeable at configuration time (not that it
> was
> >difficult to make the changes anyway).
>
> Did I miss something, or have you not read the hfaxd manpage. I may be
> missing
> the early bits of this thread *puzzle*
>
> SYNOPSIS
> /usr/sbin/hfaxd [ -d ] [ -q dir ] [ -o port ] [ -O ] [ -i
> port ] [ -I ] [ -s port ] [ -S ]
>
> note the `-o port`
>
> -Darren