--  An template for a Walnut.Root file - Template-Walnut.root
-- Copyright (C) 1985 by Xerox Corporation.  All rights reserved.
-- Willie-Sue, May 15, 1985 6:53:12 pm PDT
-- Spreitzer, July 1, 1985 3:16:37 pm PDT

--  NO TIOGA FORMATTING ALLOWED

--  the Entry types: Key, MailFor, Database, NewMailLog, ReadArchiveLog must appear
--  there must be two and only two LogInfo entries, one with a 7-digit sequence number,
--  the other with the 7-character word Expunge.

--  End must be the last entry and must appear.
--  Blank lines and comments may appear, except in the Key entry

--  ALL files MUST be on the same Alpine server

--  ServerAndDirectoryWalnut.Root

Key
UserSuppliedKey

MailFor
UserRName		-- rname, including registry if a real name

-- database name
Database
ServerAndDirectoryWalnut.segment

NewMailLog
ServerAndDirectoryWalnut.NewMailLog

ReadArchiveLog
ServerAndDirectoryWalnut.ReadArchiveLog

--  the first log file
LogInfo
ServerAndDirectoryWalnut.LogX
100001
0000001

--  the first expunge log
LogInfo
ServerAndDirectoryWalnut.LogY
100002
Expunge

End