;	@(#) mmdftailor 23.2 91/08/29 
;
;	Copyright (C) 1989-1991 The Santa Cruz Operation, Inc.
;		All Rights Reserved.
;	The information in this file is provided for the exclusive use of
;	the licensees of The Santa Cruz Operation, Inc.  Such users have the
;	right to use, modify, and incorporate this code into other products
;	for purposes authorized by the license agreement provided they include
;	this notice and the associated copyright notice with any such product.
;	The information in this file is provided "AS IS" without warranty.
;
; 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 budlite
; MLOCMACHINE systemid
UUname budlite

; 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	smtpchn,	file="smtp.chn",	show="SCO SMTP Channel"
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",
	flags=domain, flags=partial, flags=route
MTBL	uuchn,		file="uucp.chn",	show="SCO UUCP Channel"
MTBL	uudom,		file="uucp.dom",	show="SCO UUCP Domain",
	flags=domain, flags=partial, flags=route
MTBL	rootdom,	file="root.dom",	show="Root Domain",
	flags=domain, flags=partial, flags=route
MTBL	locdom,		file="local.dom",	show="Local Domain",
	flags=domain, flags=partial, flags=route


;  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="budlite.UUCP"
MCHN	smtp, show="SCO SMTP Delivery", que=smtp, tbl=smtpchn, ap=822,
	pgm=smtp, mod=imm
MCHN	list, show="List Processing", que=list, tbl=list, ap=same,
	pgm=list, mod=imm, host="budlite.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	"budlite.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
