;
;	@(#) mmdftailor 1.3 89/05/26 
;
; First, we define the local domain and system name.  The default
; domain is UUCP.  If our organization only has one machine, we
; may just name it as in machine.UUCP, for instance.  Otherwise,
; we might have a number of machines, and have the machine name
; be below an organization name as in machine.company.UUCP.  Of
; course, if we have a registered domain name, we use that instead
; of the default (pseudo) domain UUCP.  UUname is used only for
; the uucp channel, and is the short uucp name that we use.

MLDOMAIN UUCP
MLNAME acs5000
; MLOCMACHINE systemid
UUname acs5000

; MSUPPORT is the address to which problem notifications concerning
; the delivery of mail are sent.  It _must_ be a valid address.

MSUPPORT postmaster

; Lets define all the tables we will use...

MTBL	auser,		file="alias.user",	show="User alias"
MTBL	lalias,		file="alias.list",	show="List Channel Aliases"
MTBL	alias,		file="alias.ali",	show="Local Name Aliases"
MTBL	local,		file="local.chn",	show="Local Host Aliases"
MTBL	list,		file="list.chn",	show="List Channel"
MTBL	mnchn,		file="micnet.chn",	show="SCO Micnet Channel"
MTBL	mndom,		file="micnet.dom",	show="SCO Micnet Domain"
MTBL	uuchn,		file="uucp.chn",	show="SCO UUCP Channel"
MTBL	uudom,		file="uucp.dom",	show="SCO UUCP Domain"
MTBL	rootdom,	file="root.dom",	show="Root Domain"
MTBL	locdom,		file="local.dom",	show="Local Domain"


;  Lets set up the aliases...

ALIAS	table=alias,	trusted,	nobypass
ALIAS	table=lalias,	trusted,	nobypass
ALIAS	table=auser

;  Lets set up the channels...

MCHN	local, show="Local Delivery", que=local, tbl=local, ap=same,
	pgm=local, mod=imm, host="acs5000.UUCP"
MCHN	list, show="List Processing", que=list, tbl=list, ap=same,
	pgm=list, mod=imm, host="acs5000.UUCP", confstr=sender
MCHN	micnet, show="SCO Micnet Delivery", que=micnet, tbl=mnchn, ap=same,
	pgm=micnet, mod=imm
MCHN	uucp, show="SCO UUCP Delivery", que=uucp, tbl=uuchn, ap=same,
	pgm=uucp, mod=imm
; MCHN	badhosts, show="Last-Chance Routing", que=badhosts, tbl=mnchn,
;	ap=same, pgm=micnet, mod=imm, host=smartmachine.UUCP

;  Bring on the domains...

MDMN	"acs5000.UUCP", show="Local domain", table=locdom
MDMN	"Micnet", show="Micnet Domain", table=mndom
MDMN	"UUCP", show="UUCP Domain", table=uudom
MDMN	"",show="Root Domain", table=rootdom

;  Logging levels

MMSGLOG	level=FAT,size=20
MCHANLOG level=FAT,size=20
AUTHLOG level=FAT, size=20
