Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] 2 Modems: Modems are running, distribution needed
Am Donnerstag, 2. Mai 2002 16:19 schrieben Sie:
> FILETYPE=pdf;
> if $DEVICE=ttyS0; then SENDTO=user1@domain.tld; fi
> if $DEIVCE=ttyS1; then SENDTO=user2@domain.tld; fi
I coded it with:
case $DEVICE in
ttyS0) FILETYPE=pdf; SENDTO=user1;;
ttyS1) FILETYPE=pdf; SENDTO=user1;;
esac
Now it works fine !
Henning
____________________ 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