HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] HYLAFAX AND EXIM4
Hi K.,
Il giorno lun, 21/04/2008 alle 12.23 +0200, Fafifurnir ha scritto:
> Hello to all,
> and pardon me for my bad english.
> I am newbe of open-source software.
> I have installed Hylafax 4.4.0 on Ubuntu Server 7.10 and server mail
> (I think) is Exim4 (found it on running services).
>
> Can anyone help me, step by step, to configure Exim4 and Hylafax to
> send incoming faxes to an e-mail address like pippo@xxxxxxxx ?
as root, create a file called /etc/hylafax/FaxDispatch with this
content:
------------------------------
SENDTO=FaxMaster
FILETYPE=pdf
LANG=it_IT
NOTIFY_FAXMASTER=no
TEMPLATE=it
------------------------------
then, add this line to /etc/aliases
------------------------------
FaxMaster: pippo@xxxxxxxx
------------------------------
still as root, esecute these commands:
# newaliases
# chmod a+x /etc/hylafax/FaxDispatch
# invoke-rc.d hylafax restart
Bye,
Giuseppe
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*