DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
mmdf_auth(ADM)
mmdf_auth -- MMDF Authorization
Description
Authorization is done in two passes; the first is host/channel-authorization and the second is user authorization.
First Pass: host/channel authorization
1)
search key 'host_out' in table 'chan_out->outdest'
if found compare
check if value is empty
'chan_in->chan_name' with value
'host_in' with value
2)
search key 'host_in' in table 'chan_in->insource'
if found compare
check if value is empty
'chan_out->chan_name' with value
'host_out' with value
3a)
search key 'chan_in->chan_name' in table 'chan_out->outsource'
if found compare
check if value is empty
'host_out' with value
3b)
search key 'host_in' in table 'chan_out->outsource'
if found compare
check if value is empty
'host_out' with value
4a)
search key 'chan_out->chan_name' in table 'chan_in->indest'
if found compare
check if value is empty
'host_in' with value
4b)
search key 'host_out' in table 'chan_in->indest'
if found compare
check if value is empty
'host_in' with value
Second Pass: user authorization
auth=
dho
Use routing information instead of hostname
auth=
hau
if host-authorization passed, do user-authorization.
See also
mmdftailor
(F)
, ``Managing mail with MMDF'' in the
Mail and Messaging Guide
Standards conformance
MMDF is not part of any currently supported standard; it was developed at the University of Delaware and is used with permission.
© 2004 The SCO Group, Inc. All rights reserved.