Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: FaxDispatch problem help me please
On Tue, 24 Aug 1999, ThE G wrote:
> I want to send at 2 mail addres but my FaxDispatch don't work because it
> send at only first mailbox ..
>
>
> il file FaxDispatch in /var/spool/fax/etc
> ***********
> case "$SENDER" in
> *) SENDTO=andrea@server.linux;;
> *) SENDTO=tony@server.linux;;
> *) SENDTO=FaxMaster
> esac
Try this
case "$SENDER" in
*) SENDTO="andrea@server.linux,tony@server.linux,FaxMaster" ;;
esac
> ***********
>
> tanks a lot
>
> andrea gallazzi
>
>
--
Tim Rice Multitalents (707) 887-1469 (voice)
tim@trr.metro.net