home *** CD-ROM | disk | FTP | other *** search
- # *--------------------------------------------------------------------*
- # * UUPC.RC: Sample UUPC/extended System configuration file *
- # * *
- # * SAMPLE FILE ONLY -- Do not use if you have already installed *
- # * UUPC/extended and customized this file. *
- # * *
- # * This file is set by setting the environment variable *
- # * UUPCSYSRC to the full name of this file; this should be done *
- # * in your AUTOEXEC.BAT via the MS-DOS SET command or in OS/2 *
- # * CONFIG.SYS. *
- # *--------------------------------------------------------------------*
-
- # *--------------------------------------------------------------------*
- # * System configuration section *
- # *--------------------------------------------------------------------*
-
- # *--------------------------------------------------------------------*
- # * Your host name. If you will register the system, this *
- # * should be unique in the first six characters. All *
- # * registered system names are posted to USENET comp.mail.maps *
- # * monthly. *
- # * *
- # * Harris's Lament: All of the good ones are taken. *
- # *--------------------------------------------------------------------*
-
- NodeName=foobar
-
- # *--------------------------------------------------------------------*
- # * Domain is your full host name according to the Internet *
- # * naming conventions; if you do not have a domain registered *
- # * with the Internet (you would know if you did!), use UUCP as *
- # * your domain Name. The first part of the domain name is the *
- # * same as your host name if you are in the UUCP domain. *
- # *--------------------------------------------------------------------*
- Domain=foobar.UUCP
-
- # *--------------------------------------------------------------------*
- # * If your return address is different than your host name, you *
- # * can override the address placed in the From: line of *
- # * messages by adding the FromDomain keyword. If used, the *
- # * this variable overrides the Domain keyword (above) in the *
- # * From: field of mail headers. *
- # *--------------------------------------------------------------------*
- #FromDomain=fubar.UUCP
-
- # *--------------------------------------------------------------------*
- # * Postmaster is where to deliver all mail that has a problem, *
- # * like an invalid user id. Don't forget to read postmaster's *
- # * mail every so often! *
- # *--------------------------------------------------------------------*
- Postmaster=postmast
-
- # *--------------------------------------------------------------------*
- # * Mailserv is the system all mail will be sent if it is not *
- # * destined for the local system (this PC) or another system *
- # * known to this system listed in the SYSTEMS file. Note that *
- # * the system defined as your mail server must be listed in the *
- # * SYSTEMS file, otherwise UUCICO and MAIL will fail. *
- # *--------------------------------------------------------------------*
- MailServ=mainframe
-
- # *--------------------------------------------------------------------*
- # * Directories used by UUPC. The simplest thing to do is to *
- # * decide on the top directory (in this example C:/UUPC), *
- # * define that as the Configuration directory, and then define *
- # * the other system related directories as sub-directories of *
- # * the configuration Directory. Note that all of the *
- # * directories listed below can be Left 'as-is', and UUPC will *
- # * create them automatically. *
- # * *
- # * UUPC.RC and PERSONAL.RC can also be placed in the *
- # * configuration Directory, but the full path and file names *
- # * must be defined in your AUTOEXEC.BAT anyway. *
- # *--------------------------------------------------------------------*
-
- # *--------------------------------------------------------------------*
- # * ConfDir is the configuration directory for UUPC; the *
- # * SYSTEMS, PASSWD (if used) and HOSTPATH (if used) files must *
- # * be placed in this directory. *
- # *--------------------------------------------------------------------*
- ConfDir=c:/uupc
-
- # *--------------------------------------------------------------------*
- # * Execution path; used ONLY by UUXQT, so leave your RMAIL and *
- # * other programs where you can find them with your normal DOS *
- # * or OS/2 path. In addition to the commands in this path, *
- # * internal DOS commands can be executed (if authorized in *
- # * PERMISSN). *
- # * *
- # * Default path is the OS/2 or DOS PATH. *
- # *--------------------------------------------------------------------*
- #dos.path=C:/uupc/bin
- #os2.path=C:/uupc/os2bin
-
- # *--------------------------------------------------------------------*
- # * MailDir is where incoming mail is placed before it is read. *
- # *--------------------------------------------------------------------*
- MailDir=c:/uupc/mail
-
- # *--------------------------------------------------------------------*
- # * NewsDir is where any news (if you arrange for it) will be *
- # * dumped by UUPC rnews processing. Be sure to set up an *
- # * ACTIVE file as well if you use news. *
- # *--------------------------------------------------------------------*
- NewsDir=c:/uupc/news
-
- # *--------------------------------------------------------------------*
- # * SpoolDir is where outgoing mail queued for other systems, *
- # * various log files, and other transient information is *
- # * recorded. *
- # *--------------------------------------------------------------------*
- SpoolDir=c:/uupc/spool
-
- # *--------------------------------------------------------------------*
- # * PubDir is where files are transferred to. *
- # *--------------------------------------------------------------------*
- PubDir=c:/uupc/public
-
- # *--------------------------------------------------------------------*
- # * TempDir is used for temporary work files by MAIL and other *
- # * programs. This can be a RAM disk if large enough. *
- # *--------------------------------------------------------------------*
- TempDir=c:/tmp
-
- # *--------------------------------------------------------------------*
- # * ArchiveDir is the directory used by news to archive old *
- # * articles. This variable is new with release 1.11m and is *
- # * required. *
- # *--------------------------------------------------------------------*
- ArchiveDir=c:/uupc/archive
-
- # *--------------------------------------------------------------------*
- # * Extension for mailboxes. The default if omitted is no *
- # * extension; the suggested value is SPB (Snuffles Polar *
- # * Bear, our resident chocolate expert), which was chosen to be *
- # * unique. *
- # *--------------------------------------------------------------------*
- MailExt=SPB
-
- # *--------------------------------------------------------------------*
- # * UNIX systems support case-sensitive file names ("XXXX" is *
- # * not the same file as "xxxx") up to 14 characters in length. *
- # * Because MS-DOS only supports single case names up to 11 char- *
- # * acters in length, UUPC/extended has to map UNIX mixed case *
- # * names into unique valid DOS names to avoid duplicate files. *
- # * *
- # * The default character set it uses to map names includes all *
- # * the characters that were valid in the Heath/Zenith OEM *
- # * version of MS-DOS 3.1, and should be fine for most purposes. *
- # * However, of you need to change the character set, you can; *
- # * BE SURE TO CLEAR YOUR SPOOL DIRECTORY before changing this *
- # * variable. *
- # *--------------------------------------------------------------------*
- #CharSet=!#$%&'()-0123456789@^_`abcdefghijklmnopqrstuvwxyz{}~
-
- # *--------------------------------------------------------------------*
- # * UUPC/extended supports optional anonymous UUCP, that is *
- # * systems you have not explicitly defined in your SYSTEMS file *
- # * being allowed to login to your system for file transfers and *
- # * any other commands that you authorize. To enable this *
- # * support, uncomment the following keywored and set it to the *
- # * times remote systems are allowed to login. *
- # * *
- # * Note: You must also update the PERMISSN file for the system *
- # * *anonymous *
- # *--------------------------------------------------------------------*
- #AnonymousLogin=Any
-
- # *--------------------------------------------------------------------*
- # * Improperly addressed mail can loop if two systems are *
- # * configured in such a fashion that each think the other *
- # * should handle it. By checking the number of "Received:" *
- # * lines in mail headers, mail catches the loop, sooner or *
- # * later. You can leave it at the default, 20 hops, or lower *
- # * it if you are a dead-end (leaf) node. *
- # *--------------------------------------------------------------------*
- #MaximumHops=20
-
- # *--------------------------------------------------------------------*
- # * If you invoke UUPC/extended to answer the phone, you must *
- # * define the device to take the incoming calls, as shown *
- # * below. This can be the name of any modem configuration file *
- # * (*.MDM) in the UUPC/extended configuration directory. *
- # *--------------------------------------------------------------------*
- InModem=HAYES24
-
- # *--------------------------------------------------------------------*
- # * Information used by the Mail User's Shell, if installed *
- # * MushDir defines where to look for additional MUSH files; *
- # * This (commented out) default says look in the UUPC/extended *
- # * configuration directory. *
- # *--------------------------------------------------------------------*
- #MushDir=C:\uupc
-
- # *--------------------------------------------------------------------*
- # * System boolean options; if not specified, the default for *
- # * each option is off, that is the option prefixed by "no". *
- # * *
- # * These options can only be specified in the system *
- # * configuration file. They cannot be listed in the *
- # * PERSONAL.RC file or changed via the options (o) command in *
- # * mail. *
- # *--------------------------------------------------------------------*
-
- # *--------------------------------------------------------------------*
- # * Option "bang" causes addressing information to be written in *
- # * node!user format, instead of the default user@node.domain *
- # * format. Don't use it unless your mail server cannot handle *
- # * RFC-822 mail. *
- # *--------------------------------------------------------------------*
- options=nobang
-
- # *--------------------------------------------------------------------*
- # * Option "directory" causes mail to be delivered to *
- # * subdirectories built from the maildir (above) and the user's *
- # * name; for example, with the "directory" option, mail for *
- # * "moi" will be delivered to /uupc/moi/newmail. Useful mostly *
- # * for networked PC's. *
- # *--------------------------------------------------------------------*
-
- options=nodirectory
-
- # *--------------------------------------------------------------------*
- # * Option "multiqueue" directs rmail to queue up only one copy *
- # * of mail for multiple addressees routed via the same host. *
- # *--------------------------------------------------------------------*
- options=multiqueue
-
- # *--------------------------------------------------------------------*
- # * Option "syslog" directs UUCICO to write a system log entry *
- # * for each file transferred. This was not supported previous *
- # * to release 1.11k, but was the default in that release. *
- # *--------------------------------------------------------------------*
- options=nosyslog
-
- # *--------------------------------------------------------------------*
- # * Default personal configuration section *
- # *--------------------------------------------------------------------*
-
- # *--------------------------------------------------------------------*
- # * Note that specific user information goes in the PERSONAL.RC *
- # * file, the name of which is defined by the environment *
- # * variable UUPCSYSRC. However, any value allowed in in the *
- # * PERSONAL.RC file can also be added here, which will make the *
- # * value a global default. *
- # *--------------------------------------------------------------------*
-
-
- # *--------------------------------------------------------------------*
- # * The follow global defaults are suggested *
- # *--------------------------------------------------------------------*
- BackupExt=BAK
- DOS.Editor=Edit %s
- OS2.Editor=E %s
-
- Options=askcc autosign autoedit autoinclude backup dot purge verbose
- DOS.Options=doskey
-