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] Sending received faxes to different users
On 2002.06.25 15:45 Ellis George wrote:
> Apparently there is a way to sned a received fax to a user based on the
> faxmodem it was received on.
'man faxrcvd' - FaxDispatch
create a file etc/FaxDispatch
if [ $DEVICE = cuaa0 ]; then
SENDTO=me;
fi
Lee.
____________________ 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