I'm looking for suggestions for a fax server. At my last compay, we used RightFax - a Win NT4 application - that allowed users to 'print' to a fax spooler which would then be sent via a dial-up modem. Is there anything similar out there in the open-source world?
Any help would be greatly appreciated.
Cheers, Nick
On 2003-09-17 09:19:19 +0100 nickheppleston@gmx.co.uk wrote:
I'm looking for suggestions for a fax server.
Some years ago, I wrote http://www.alug.org.uk/articles/2001a/lpr2fax.html which details how to do it with lpr and efax from GNU/Linux. I know that Brett developed a "PDF Printer" using samba which appeared as a network printer to MS Windows machines and left its output in a shared directory. It used some free Apple LaserWriter driver, I think, so that the clients sent Postscript.
I expect that someone can do something clever with samba and the lpr2fax idea to make a networked fax printer. Ask me if you need more details about the lpr2fax bit and I expect we have some samba experts on the list. The tricky bit will be extracting the fax number to send to. If your organisation uses a standard cover sheet, you could read the file with antiword -t and read it off of the cover sheet. It's a little more legwork for the sysadmin, but has to beat teaching users to drive a new dialogue box when it's avoidable.
Scared yet?
MJ Ray markj@cloaked.freeserve.co.uk wrote:
On 2003-09-17 09:19:19 +0100 nickheppleston@gmx.co.uk wrote:
I'm looking for suggestions for a fax server.
Some years ago, I wrote http://www.alug.org.uk/articles/2001a/lpr2fax.html which details how to do it with lpr and efax from GNU/Linux. I know that Brett developed a "PDF Printer" using samba which appeared as a network printer to MS Windows machines and left its output in a shared directory. It used some free Apple LaserWriter driver, I think, so that the clients sent Postscript.
Damn, must remember to rescue the code for that from tsw's cvs server before too long! I'd forgotten about that, it needs some work, and a nicer install... and maybe some documentation... but hell, it worked :)
Cheers,
Brett