#
#	FAX Routing Database
#
#	Fields can be separated by tabs, colons, or vertical bars
#
#	- A '*' for NUMBER matches any phone number (should be last line)
#	  otherwise, it is the DID number to match for routing the FAX
#	- LOGIN is used for mail notification and any /etc/passwd lookups
#	- UID/GID can be '-' or numeric.  If blank, then the values from
#	  /etc/passwd for LOGIN are used.  This requires some extra CPU.
#	- MODE is decimal, octal, or hex and sets the mode of received files.
#	  It should have the r/w/x bits set as desired; the x bits will
#	  be automatically turned off for plain files.
#	- PATH is base path to user's FAX storage directory.  If PATH
#	  begins with '$HOME/', then the users home directory is determined
#	  by looking in /etc/passwd.  There is a 63 character limit.
#
#NUMBER	LOGIN	UID	GID	MODE	PATH
#------	-----	---	---	----	-------------------------------------
*	root	0	0	0777	/usr/spool/fax
#
#	Sample lines
#
#1234	rick	-	-	0755	$HOME/fax
#1235	rick	-	-	0755	/usr2/rick/fax
#1236	rick	100	1	0755	/usr2/rick/fax
#1237	rick	100	1	0755	$HOME/fax
