March 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Categories

March 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

HylaFAX with AvantFAX in CentOS 7

hylafax with avantfax installation on CentOS 7  .

With out any talk , lets start…..

Install needed packages ,

# yum install epel-release -y

# yum update -y

# yum groupinstall “development tools” -y

# yum install hylafax wget -y

Download AvantFax from there web site . AvantFax is using for Fax web GUI .

# wget http://jaist.dl.sourceforge.net/project/avantfax/avantfax-3.3.5.tgz

# tar -xvzf avantfax-3.3.5.tgz

# cd avantfax-3.3.5

# mv avantfax /var/www/

# yum install mariadb mariadb-server httpd php php-devel php-pear php-mysql php-mbstring php-pecl-Fileinfo ImageMagick-devel -y

# vi /etc/httpd/conf.d/avantfax.conf

<VirtualHost *:80>
ServerName fax.example.com
ServerAlias example.com
DocumentRoot /var/www/avantfax
ErrorLog /var/www/avantfax/error.log
CustomLog /var/www/avantfax/requests.log combined
</VirtualHost>

# chown -R apache.apache /var/www/avantfax

# chmod -R 0770 /var/www/avantfax/tmp /var/www/avantfax/faxes

# chown -R apache.uucp /var/www/avantfax/tmp /var/www/avantfax/faxes

# ln -s /var/www/avantfax/includes/faxrcvd.php /var/spool/hylafax/bin/faxrcvd.php

# ln -s /var/www/avantfax/includes/dynconf.php /var/spool/hylafax/bin/dynconf.php

# ln -s /var/www/avantfax/includes/notify.php /var/spool/hylafax/bin/notify.php

# pear install Mail Net_SMTP Mail_mime MDB2_driver_mysql

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>