Personal tools
HylaFAX The world's most advanced open source fax server

Difference between revisions of "FreeBSD Start Guide"

m (FreeBSD Hylafax quick install)
(FreeBSD Hylafax quick install)
Line 1: Line 1:
==FreeBSD Hylafax quick install==
+
==FreeBSD 7.2 Hylafax quick install==
  
/usr/ports/print/ghostscript-gnu-nox11
+
We need to install following ports:
 +
*/print/ghostscript8-nox11
 +
*/shells/bash
 +
*/comms/hylafax (current version hylafx-6.0.2)
 +
 
 +
 
 +
cd /usr/ports/print/ghostscript8-nox11
 
  make install clean
 
  make install clean
 
+
/usr/ports/shells/bash ( Hylafx like bash ? )
+
cd /usr/ports/shells/bash  
 
  make install clean
 
  make install clean
 
+
/usr/ports/comms/hylafax
+
cd /usr/ports/comms/hylafax  
 
  make install clean
 
  make install clean
  
next run hylafax setup:  
+
==Configuration==
 +
*run hylafax setup:  
 
  /usr/local/sbin/faxsetup
 
  /usr/local/sbin/faxsetup
  
run modem setup within faxsetup or run
+
*run modem setup /usr/local/sbin/faxaddmodem for each modem
 
+
( serial port : COM1=cuad0, COM2=cuad1 )
(For serial port modem connection, it should start with cuadx, while "x" is 0 or other numbers.)
 
/usr/local/sbin/faxaddmodem
 
  
You have installed and basic configured hylafax.
+
==Autorun==
 +
to make sure the hylafax start with system edit /etc/rc.conf and add:
 +
hylafax_enable="YES"
  
Config directory : /var/spool/hylafax/etc
 
  
Autostart the hylafax daemon at Freebsd (  /usr/local/etc/hylafx )
+
==Information==
 +
*config directory : /var/spool/hylafax/etc <br>
 +
*configuration file for cuad0 modem : config.cuad0

Revision as of 10:37, 22 July 2009

FreeBSD 7.2 Hylafax quick install

We need to install following ports:

  • /print/ghostscript8-nox11
  • /shells/bash
  • /comms/hylafax (current version hylafx-6.0.2)


cd /usr/ports/print/ghostscript8-nox11
make install clean

cd /usr/ports/shells/bash 
make install clean

cd /usr/ports/comms/hylafax 
make install clean

Configuration

  • run hylafax setup:
/usr/local/sbin/faxsetup
  • run modem setup /usr/local/sbin/faxaddmodem for each modem

( serial port : COM1=cuad0, COM2=cuad1 )

Autorun

to make sure the hylafax start with system edit /etc/rc.conf and add:

hylafax_enable="YES"


Information

  • config directory : /var/spool/hylafax/etc
  • configuration file for cuad0 modem : config.cuad0


Powered by MediaWiki
Attribution-ShareAlike 2.5

Project hosted by iFAX Solutions