| Domain | My Life | Resume | Documents | Calculators | Miscellaneous | Links | Projects | Site Methodology | Site Map |
|
Documentation
From my personal library, The Internet |
| Man Pages | RFC | HOWTO | SDK | Software |
Linux simple fax printer server mini-HOWTO (faxsrv-mini-HOWTO)Erez Strauss <erez@newplaces.com>v1.0, 8 November 1997No warranties. Comments are always welcome. This document describes in details one of the simplest ways to setup fax server on your Linux system. The fax is available to the users on the local host and to network users.
1. Introduction
2. Questions & Answers
3. Latest version, Contacting the author.1. IntroductionTo get a working printer/fax on the linux machine you should have some software and fax modem. The Printing software will be using the fax software as a print filter. The efax will find the fax number from the print Job number and will send the fax. The efax software was written be Ed Casas <edc@cce.com>. The rest of the document is build as Q&A.
2. Questions & Answers2.1 What is a fax printer server ?A fax printer server is a setup of few programs: efax, and the print server, in such a way that sending a fax from the computer is as simple as sending printout to a printer.
2.2 How to set it up ?Setting efax as fax print server includes few problems
As I worked it out few times, I decided to collect this wisdom
in this small mini-HOWTO, comments are welcome at
The efax Softwaremake sure you have the efax package. On RPM based system use the command 'rpm -qv efax'. You can get the efax sources in tar.gz format from sunsite: ftp://sunsite.unc.edu/pub/Linux/apps/serialcomm/fax/efax08a.tar.gz or binary rpm package: ftp://ftp.redhat.com/pub/redhat/redhat-4.2/i386/RedHat/RPMS/efax-0.8a-3.i386.rpm The printcap entry.The efax documentation is missing the : at the end of the printcap entry. Solution: Add the following
The fax commandUse hard link and not symbolic link to the fax command. Run the command:
The /usr/bin/fax file.Edit the /usr/bin/fax to your preferences: choose the right Fax Class for your modem:
Set the FROM="your international phone number" field
Add the line for conversion of international phone number to local
for example in Israel you would use:
There is a problem in the file in line 586, change the
at lines 586,587 there shouldn't be '-' signs the lines are:
The /var/spool/fax directory.create the directory /var/spool/fax
The lock file.The lock file (
The /dev/modem special file.The efax program is expecting real device file at the
Mj is 5, and Mi is 64 for the cua0, 65 for cua1 and so on. For example (for cua1):
The
|