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] change sender name - facsimile received from 12345
Manuel Hartl wrote:
Dear hylafax mailinglist!
I have got two questions.
1.) I use the FaxDispatch to receive my faxes via e-mail.
Is it possible to change the header from "facsimile received from 12345"
to "facsimile received from grandpa". I have got a list from faxnumbers
and their names from about 300 people. Would be great if this would
work.
In your FaxDispatch file simply change SENDER...
if [ "$SENDER" = "12345" ]; then SENDER="grandpa"; fi
2.) Is it possible to mail the received fax to more than one e-mail
adress? How should the SENDTO= command look like in the FaxDispatch
file?
This will depend on your "sendmail" program, but usually just separate
the addresses by commas:
SENDTO=one@xxxxxxxxxx,two@xxxxxxxxxx
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@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*