I have Hyalfax+ 5.2.7 running on Ubuntu 8.04.1.
There is Email-to-fax gateway setup. I have emails from 1 PC, that
generates xls attachments. So i have a problem with xls converter.
I created /var/spool/hylafax/mimetype dir with application subdir. There is
2 scripts:
pdf ( marked +x):
-------------
#!/bin/sh
/usr/bin/pdftops $1 -
-------------
xls (marked +x):
------------------
#!/bin/bash
/usr/bin/unoconv -f pdf --stdout > /usr/bin/pdftops -
How to fix "DISCARDED: application/vnd.ms-excel"? Any ideas?
Thank you.