I installed hylafax-4.3.1(Server) and Pyla client(my personal computer).
I would like receiveing via e-mail the fax notify when the fax is not
completed successfully.
In /var/spool/hylafax/etc/ I added FaxNotify file.
This file is:
if [ "$WHY" != "done" ]; then
RETURNFILETYPE=pdf;
RETURNTECHINFO=yes;
RETURNTRANSCRIPT=yes;
NOTIFY_FAXMASTER=yes;
fi
I receive the fax notify:
in the subject I have "facsimile to 055223344 failed", but not receive a
copy of submitted document(attached), not receive technical informatio...
etc, the e-mail body is empty.
I think the FaxNotify is not running.
What do I have to do?
Can you help me step-by-step?