/[smecontribs]/rpms/hylafax/contribs7/hylafax_FaxDispatch
ViewVC logotype

Contents of /rpms/hylafax/contribs7/hylafax_FaxDispatch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Tue Nov 25 16:20:12 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
Restore

1 ## $Id: FaxDispatch,v 1.2 2003/05/04 23:49:41 darren Exp $
2 ##
3 ## Default FaxDispatch file - routes all inbound faxes to FaxMaster as PDF
4 ##
5 ## Consult the faxrcvd(8C) man page for more information
6 ##
7
8 SENDTO=FaxMaster; # by default email to FaxMaster
9 FILETYPE=pdf; # in PDF format
10
11
12 ##
13 ## This excerpt from the man page gives you an idea of what's possible here
14 ##
15 ## You can route by sender's TSI
16 #case "$SENDER" in
17 # *1*510*526*1212*) SENDTO=sam;; # Sam's test rig in Berkeley
18 # *1*415*390*1212*) SENDTO=raster@asd;; # 7L Xerox room, used for scanning
19 # *5107811212) SENDTO=peebles@mti;; # stuff from home
20 #esac
21
22 ## and/or by device
23 #case "$DEVICE" in
24 # ttyS1) SENDTO=john;; # all faxes received on ttyS1
25 # ttyLT0) SENDTO=mary@home;; # all faxes received on ttyLT0
26 #esac
27
28 ## and/or by caller id
29 #case "$CIDNUMBER" in
30 # 435*) SENDTO=lee; FILETYPE=pdf;; # all faxes from area code 435
31 # 5059627777) SENDTO=amy; FILETYPE=tif;; # Amy wants faxes in TIFF
32 #esac

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed