#ident "@(#)samples/bigsite/others/directors 1.2 10/24/90 05:20:50" # See smail(5) for a complete description of the contents of this # file. # aliasinclude - expand ":include:filename" addresses produced by alias files aliasinclude: driver = aliasinclude, # use this special-case driver nobody; # associate nobody user with addresses # when mild permission violations # are encountered copysecure, # get permissions from alias director copyowners, # get owners from alias director # forwardinclude - expand ":include:filename" addrs produced by forward files forwardinclude: driver = forwardinclude, # use this special-case driver nobody; copysecure, # get perms from forwarding director copyowners, # get owners from forwarding director # aliases - search for alias expansions stored in a database aliases: driver = aliasfile, # general-purpose aliasing director -nobody, # all addresses are associated # with nobody by default, so setting # this is not useful. owner = owner-$user; # problems go to an owner address file = /usr/lib/aliases, modemask = 002, proto = dbm, # use dbm(3X) library for access # forward - search for expansions stored in a forwarding database forward: driver = aliasfile, # general-purpose aliasing director -nobody, # all addresses are associated # with nobody by default, so setting # this is not useful. owner = real-$user; # problems go to an owner address file = /usr/lib/smail/forward, modemask = 002, proto = dbm, # use dbm(3X) library for access # dotforward - expand .forward files in user home directories dotforward: driver = forwardfile, # general-purpose forwarding director owner = Postmaster, # problems go to the user's mailbox nobody, sender_okay; # sender never removed from expansion file = ~/.forward, # .forward file in home directories checkowner, # the user can own this file owners = root, # or root can own the file modemask = 002, # it should not be globally writable caution = daemon:root, # don't run things as root or daemon # be extra carefull of remotely accessible home directories unsecure = "~uucp:~nuucp:/tmp:/usr/tmp" # forwardto - expand a "Forward to " in user mailbox files # # This emulates the V6/V7/System-V forwarding mechanism which uses a # line of forward addresses stored at the beginning of user mailbox files # prefixed with the string "Forward to " forwardto: driver = forwardfile, owner = Postmaster, nobody, sender_okay; file = /usr/mail/${lc:user}, # point at user mailbox files forwardto, # enable "Forward to " function checkowner, # the user can own this file owners = root, # or root can own the file modemask = 0002, # under System V, group mail can write caution = daemon:root # don't run things as root or daemon # user - match users on the local host with delivery to their mailboxes user: driver = user; # driver to match usernames transport = local # local transport goes to mailboxes # real_user - match usernames when prefixed with the string "real-" # # This is useful for allowing an address which explicitly delivers to a # user's mailbox file. For example, errors in a .forward file expansion # can be delivered here, or forwarding loops between multiple machines # can be resolved by using a real-username address. real_user: driver = user; transport = local, prefix = "real-" # for example, match real-root # lists - expand mailing lists stored in a list directory # # mailing lists can be created simply by creating a file in the # /usr/lib/smail/lists directory. lists: driver = forwardfile, caution, # flag all addresses with caution nobody, # and then associate the nobody user owner = owner-$user; # system V sites may wish to use # o-$user, as owner-$user may be # too long for a 14-char filename. # map the name of the mailing list to lower case file = lists/${lc:user} # lists is under $smail_lib_dir # owners - expand mailing lists stored in a list owner directory # # mailing lists owner lists can be created simply by creating a file # in the /usr/lib/smail/lists/owner directory. owners: driver = forwardfile, caution, # flag all addresses with caution nobody, # and then associate the nobody user owner = postmaster; # system V sites may wish to use # o-$user, as owner-$user may be # too long for a 14-char filename. # map the name of the mailing list to lower case prefix = "owner-", file = lists/owner/${lc:user} # lists is under $smail_lib_dir # request - expand mailing lists stored in a list request directory # # mailing lists request lists can be created simply by creating a file in the # /usr/lib/smail/lists/request directory. request: driver = forwardfile, caution, # flag all addresses with caution nobody, # and then associate the nobody user owner = postmaster; # system V sites may wish to use # o-$user, as owner-$user may be # too long for a 14-char filename. # map the name of the mailing list to lower case suffix = "-request", file = lists/request/${lc:user} # lists is under $smail_lib_dir # other - expand mailing lists stored in a list other directory # # other mailing lists can be created simply by creating a file in the # /usr/lib/smail/lists/other directory. other: driver = forwardfile, caution, # flag all addresses with caution nobody, # and then associate the nobody user owner = postmaster; # system V sites may wish to use # o-$user, as owner-$user may be # too long for a 14-char filename. # map the name of the mailing list to lower case suffix = "-other", file = lists/other/${lc:user} # lists is under $smail_lib_dir smartuser: driver = smartuser