HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

[hylafax-users] Moving PDFs



I have added to following to my FaxDispatch.

 

 

if [ -f $FILE ]; then

  new=${FILE%.*f}

  /var/spool/hylafax/bin/tiff2pdf -o $new.pdf $FILE

  chmod 777 $new.pdf

  cp /var/spool/hylafax/recvq/$new.pdf /var/spool/hylafax/recvq/pdf

fi

 

The folder to which the PDF is going to is shared with samba.

 

The pdf is created, but the copy does not take place.

I have tried a move also but still no joy.

 

I believe is permission or security on the file / folder, all have been set to 777 and the owner and group of the receiving folder is set to uucp.

 

I’m running on:

(HylaFAX (tm) Version 6.0.3)

Ubuntu 10.04.1 LTS

 

Many Thanks

 




Project hosted by iFAX Solutions