HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] RE : faxrcvd
As for myself, I created a /faxrep/recvq directory,
made a chmod on it to make it writeable to all users,
and included :
(snip)
RECNAME="/var/spool/hylafax/$1"
RECLOC="/faxrep/$1"
cp -pdR $RECNAME $RECLOC 2>cp_error.log
(snip)
In faxrcvd script.
It works fine.
You might do it this way too i think :
RECLOC="/faxrep/$1"
cp -pdR $FILE $RECLOC 2>cp_error.log
--
Phil.
-----Message d'origine-----
De : hylafax-users-bounce@hylafax.org
[mailto:hylafax-users-bounce@hylafax.org] De la part de Holger Raschke
Envoyé : mardi 11 mars 2003 18:39
À : hylafax-users@hylafax.org
Objet : Re: [hylafax-users] faxrcvd
Alex The Wild Rider wrote:
> MessageI've changed faxrcvd adding a row to get a backup:
> cp /var/spool/hylafax/$FILE /home/fax
Is user "uucp/fax" allowed to write to this directory?
--
Holger
____________________ 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@hylafax.org <
/dev/null
*To learn about commercial HylaFAX(tm) support, mail
sales@hylafax.org.*
____________________ 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@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*