Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Ronald Tanis on April 03, 2002, 04:18:22 PM
-
is there anyone who uses e-smith with automatic fax printing ??
So when a fax arrives is prints automaticly to a printer defined on your e-smith server
with regards,
Ronald
-
Try
http://www.hylafax.org/howto/tweaking.html#ss6.8
Regards Duncan
-
I'll try, but it doesn't work
anyone suggestions
with regardsRonald Tanis wrote:
>
> is there anyone who uses e-smith with automatic fax printing ??
>
> So when a fax arrives is prints automaticly to a printer
> defined on your e-smith server
>
> with regards,
> Ronald
-
Darrell May sells a version of Hylafax already customised for SME, apparently not only is it SME-manageable, but it also automatically converts incoming faxes into PDF files and e-mails them. Sounds pretty good for ~ US$60 (price is CN$95, See http://myezserver.com/store/agora.cgi?cart_id=0&product=software for more information. It's not entirely clear to me if the Windows client software is included, but it looks like it is.)
I plan to try this RSN with a setup I'm building for an exacting client (my Dad, in this case...) I'll let y'all know how it goes.
-
i'll know darrel. We have bought his software last year and it works great, but know we want to print it automatticly to a printer that is connected to the e-smith box.
I have no idea how i can solve this problem
Thanks for your time,
Ronald Tanis
-
Hi,
my solution:
I have added in my customized faxrcvd script something like this:
If you have a postscript printer:
/usr/bin/lpr -Fb -P .ps
If you have not a postscript printer, you must first use gostscript, with a line like this:
/usr/bin/gs -q -sDEVICE= -dNOPAUSE -sPAPERSIZE= \
-sOutputFile=.tmp .ps < /dev/null
then call lpr:
/usr/bin/lpr -Fb -P .ps
NB:
1) : must match your printer, see gs -h for complete list
2) : a4 or legal or.... (see man gs for details)
This works fine for me, I hope is usefull for you,
Regards,
ClaudioG
PS: For Rick Sulman: do you want add something like this in Hylafax How-to? I can write for standard installation....
-
Please do you have your /var/spool/hylafax/bin/*.* files for me.
I don't know were i can put your lines in my faxrcvd script,
I want to use that when a fax arrived it prints automatticly to a printer attached on the network and an e-mail with a *.pdf with it
Really thanks for your time.
Ronald Tanis
rmt@coas.com