HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Deposit Received Faxes to a Directory
On Nov 21, 2008, at 8:43 AM, Alan Hicks wrote:
Are there any alternative faxrcvd scripts that can move the PDF to a
directory rather than attach it to an e-mail? If not, what ways would
you recommend we resolve this?
That's how we use Hylafax, it's not hard to do. In this case we use
it to copy the file to a Windows server across the internet and then
move the file to a local archive, but you can modify this with any
Linux command. Just change the section under faxrcvd_mail() in faxrcvd.
faxrcvd_mail()
{
smbclient //documentimaging/fax-in -A /var/spool/hylafax/etc/password
-I 207.225.99.99 -c "put /var/spool/hylafax/recvq/$FILENAME.tif
$FILENAME.tif"
mv /var/spool/hylafax/recvq/$FILENAME.tif /var/spool/hylafax/archive/
$FILENAME.tif
}
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*