Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: Auto-print a sent fax, howto?
> Marc <info@schnidersmoebel.ch>:
>
> Everytime a fax is sent, I'd like a hardcopy of the fax. The notify mail
> you receive should be printed out automatically too.
A simple change to /var/spool/fax/bin/faxrcvd can do this:
64,69d63
#
# AOI LOCAL CHANGES:
# print out copy on printer
#
$FAX2PS -H 10.5 -S $FILE | lpr -Plz1 -v
or whatever is appropriate for printing at your site.