If you want to recieve a fax in pdf
format in an email address you have to do the following
Create the file etc/FaxDispatch (in
/var/spool/hylafax/etc/FaxDispatch)
with the following commands
FILETYPE=pdf;
SENDTO=FaxMaster;
and substitute pdf for tif if you want
This file might be missing and is required
especially for forwarding incoming facsimiles as attachment.)
(Con esto conseguimos que los faxes
entrantes sean enviados como un attachment al FaxMaster (en mi caso una
base de datos de correo de Lotus Notes)
And also so as define which is the email
where you want to get the faxes, you must add in /etc/aliases the following
FaxMaster: email@xxxxxxxxx
and execute the command newaliases
The Faxnotify file is for the Faxmaster
being informed when a fax has been send:
/var/spool/hylafax/etc/FaxNotify
NOTIFY_FAXMASTER=yes;
RETURNFILETYPE=pdf;
i have also tried
/usr/local/bin/sendfax -nDs a4 -o andrew -t 3 -f "[email]" -d
[faxno] /docs/file.pdf
and
/usr/local/bin/sendfax -nRs a4 -o andrew -t 3 -f "[email]" -d
[faxno] /docs/file.pdf
but i cant seem to get it to send. well,
thats a lie, it may be sending , but i dont know where too.