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] Route incoming faxes to certain email users
This is how I'm doing:
(file FaxDispatch)
#! /bin/sh
case "$DEVICE" in
ttyS0) SENDTO=office1@creditus.pt;;
ttyS1) SENDTO=office2@creditus.pt;;
.
.
.
esac
Pedro Roçadas (procadas@creditus.pt)
Dptº Informática,BPN-Créditus Technical Staff
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null