Book
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- Sending and receiving faxes over internet (links)
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- External SOHO References
- Supplementary SOHO procedures
How to test faxing
Create a sample fax in pdf format:
LANG=C a2ps -1q /etc/hosts -o- | ps2pdf - samplefax.pdf
Fax via command line (man pages):
sendfax -d 1234567 samplefax.pfg faxstat -dirs
Fax-via-mail test:
- Add the current user to the faxlords group
- Open mail program and create two address book records:
- fax1 = <25678@fax1>
- fax2 = <15678@fax2>
- Send mail with attached fax to fax1 and fax2
If a "Failed to change directory" message appears when trying to access the file, check file permissions. Probably they are not fixed by the above script.
Faxing through Brother using command line:
brpcfax -o fax-number=3215566 samplefax.pdf
If you need to debug, edit /etc/hfaxd.conf:
LogFacility: daemon ServerTracing: 0x001
and watch /var/log/daemon.log

Comments
Post new comment