<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>linuxbuddies.com &#187; testing fax server installation</title>
	<atom:link href="http://linuxbuddies.com/tag/testing-fax-server-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbuddies.com</link>
	<description>For linux documentations.</description>
	<lastBuildDate>Fri, 11 Sep 2009 10:11:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Hylafax Installation</title>
		<link>http://linuxbuddies.com/2009/01/04/hylafax-installation/</link>
		<comments>http://linuxbuddies.com/2009/01/04/hylafax-installation/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 05:27:55 +0000</pubDate>
		<dc:creator>Riyesh</dc:creator>
				<category><![CDATA[Hylafax]]></category>
		<category><![CDATA[checking fax status]]></category>
		<category><![CDATA[fax]]></category>
		<category><![CDATA[hylafax configuration]]></category>
		<category><![CDATA[hylafax installation]]></category>
		<category><![CDATA[hylafax server setup]]></category>
		<category><![CDATA[sending fax]]></category>
		<category><![CDATA[testing fax server installation]]></category>

		<guid isPermaLink="false">http://linuxbuddies.com/?p=249</guid>
		<description><![CDATA[
HylaFAX is the leading fax server for Unix-like computer systems. It uses a client-server design and supports the sending and receiving of faxes.

Prerequisites

C++ Compiler
C++ Runtime Libraries
libtiff
Ghostscript
AWK
MTA (ex: postfix, qmail, sendmail, exim)

Installation 
Download the lates source package from following url.
cd /usr/src
wget http://prdownloads.sourceforge.net/hylafax/hylafax-5.2.8.tar.gz?download
Extract the source package
tar zxvf  hylafax-5.2.8.tar.gz
Compiling and installation
cd hylafax-5.2.8
Configure the ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-250" title="hylafax" src="http://linuxbuddies.com/wp-content/uploads/2009/01/hylafax-150x100.png" alt="hylafax" width="150" height="100" /></p>
<p><span>HylaFAX is the leading fax server for Unix-like computer systems. It uses a client-server design and supports the sending and receiving of faxes.</span></p>
<blockquote></blockquote>
<h2><strong>Prerequisites</strong></h2>
<ul>
<li>C++ Compiler</li>
<li>C++ Runtime Libraries</li>
<li>libtiff</li>
<li>Ghostscript</li>
<li>AWK</li>
<li>MTA (ex: postfix, qmail, sendmail, exim)</li>
</ul>
<p><strong>Installation </strong></p>
<p>Download the lates source package from following url.</p>
<blockquote><p>cd /usr/src</p>
<p>wget http://prdownloads.sourceforge.net/hylafax/hylafax-5.2.8.tar.gz?download</p></blockquote>
<p>Extract the source package</p>
<blockquote><p>tar zxvf  hylafax-5.2.8.tar.gz</p></blockquote>
<p>Compiling and installation</p>
<blockquote><p>cd hylafax-5.2.8</p></blockquote>
<p>Configure the source package as like hylafax RPM</p>
<blockquote><p>./configure \<br />
&#8211;with-DIR_BIN=/usr/bin \<br />
&#8211;with-DIR_SBIN=/usr/sbin \<br />
&#8211;with-DIR_LIB=/usr/lib \<br />
&#8211;with-DIR_LIBEXEC=/usr/sbin \<br />
&#8211;with-DIR_LIBDATA=/etc/hylafax \<br />
&#8211;with-DIR_LOCKS=/var/lock \<br />
&#8211;with-LIBDIR=/usr/lib \<br />
&#8211;with-TIFFBIN=/usr/bin \<br />
&#8211;with-DIR_MAN=/usr/man \<br />
&#8211;with-PATH_GSRIP=/usr/bin/gs \<br />
&#8211;with-DBLIBINC=/usr/include \<br />
&#8211;with-LIBTIFF=&#8221;-ltiff -ljpeg -lz&#8221; \<br />
&#8211;with-DIR_SPOOL=/var/spool/hylafax \<br />
&#8211;with-AFM=no \<br />
&#8211;with-AWK=/usr/bin/gawk \<br />
&#8211;with-PATH_VGETTY=/sbin/vgetty \<br />
&#8211;with-PATH_GETTY=/sbin/mgetty \<br />
&#8211;with-HTML=no \<br />
&#8211;with-PAGESIZE=A4 \<br />
&#8211;with-PATH_DPSRIP=/var/spool/hylafax/bin/ps2fax \<br />
&#8211;with-PATH_IMPRIP=&#8221;" \<br />
&#8211;with-SYSVINIT=/etc/init.d/hylafax \<br />
&#8211;with-INTERACTIVE=no</p>
<p>make</p>
<p>make install</p></blockquote>
<p>Please ensure that your /etc/ld.so.conf (or equivalent file) contains reference to /usr/local/lib or wherever libfaxserver.so and libfaxutil.so were installed.</p>
<p>you must run ldconfig after editing the /etc/ld.so.conf</p>
<p>running fax setup and adding modem</p>
<blockquote><p>/usr/local/sbin/faxsetup</p></blockquote>
<p>[above step will ask some questions, you must answer for these questions</p>
<p>for example. fax number, international dialing code, code, country code, device (ex:/dev/ttySo)</p>
<p>you can get the detected modem by using this command</p>
<blockquote><p>dmesg | grep modem</p>
<p>]</p></blockquote>
<p>you may need to edit /var/spool/hylafax/etc/setup.cache and change the following.</p>
<blockquote><p>FAXQ_SERVER=&#8217;yes&#8217;<br />
HFAXD_SERVER=&#8217;yes&#8217;<br />
SYSVINIT=&#8217;/usr/sbin/hylafax&#8217;</p></blockquote>
<p>edit /etc/rc.d/rc.local then add the following lines( this will help to start hylafax daeomns at boot)</p>
<blockquote><p>/usr/sbin/hylafax  start</p></blockquote>
<p>edit the /etc/inittab</p>
<blockquote><p>m0:2345:respawn:/usr//sbin/faxgetty ttyS0</p></blockquote>
<p>adding fax cron and fax log clean</p>
<blockquote><p>0 * * * * /usr/sbin/faxqclean<br />
0 0 * * * /usr/sbin/faxcron | mail -s &#8220;HylaFAX Usage Report&#8221; faxmaster</p></blockquote>
<p>finishing Setup</p>
<blockquote><p>reboot</p></blockquote>
<p>or</p>
<blockquote><p>hylafax start</p>
<p>init q</p></blockquote>
<p>checking fax server status</p>
<blockquote><p>faxstat</p></blockquote>
<p>testing installation</p>
<blockquote><p>sendfax -nvd 008712376346 sample.txt</p></blockquote>
<p>check the fax machine is it recived or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxbuddies.com/2009/01/04/hylafax-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
