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] Faxdispatch.
I would set up an alias in /etc/aliases. Your faxdispatch could have
something like :
case "$SENDER" in
*046603XXXX) SENDTO=FIRSTLIST;;
Esac
Your /etc/aliases would have an alias like:
FIRSTLIST: xxx@xware.fr,yyy@xware.fr,zzz@xware.fr
Don't forget to run the command newaliases after you update the /etc/aliases
file !
Dave
-----Original Message-----
From: Xware [mailto:phil.peltier@free.fr]
Sent: Monday, March 31, 2003 10:39 AM
To: hylafax-users@hylafax.org
Subject: [hylafax-users] Faxdispatch.
I'm wondering if one can set more than an e-mail recipient per number in
faxdispatch :
i.e: could one do someting like :
case "$SENDER" in
*046603XXXX) SENDTO=xxx@xware.fr;;zzz@xware.fr;;
Esac
I have had no success with this syntax, am I wrong ? Is there an another
way to fulfill this task ?
____________________ 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.*