source: trunk/third/nmh/etc/mts.conf.in @ 12455

Revision 12455, 847 bytes checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12454, which included commits to RCS files with non-trunk default branches.
Line 
1#
2# nmh mail transport interface customization file.
3#
4# Check the mh-tailor(5) man page for a list of
5# all the available options for this file.
6#
7
8# Default location of mail drops.  If this option is
9# set, but empty, the user's home directory is used.
10mmdfldir: %mailspool%
11
12# The name of the maildrop file in the directory where maildrops
13# are kept.  If this is empty, the user's login name is used.
14mmdflfil:
15
16# The exceptions file for /etc/hosts used by
17# `post' to try to find official names.
18hostable: %etcdir%/hosts
19
20# List of smtp servers to try if using smtp support
21servers: localhost
22
23# Name of POP server
24# pophost: localhost
25
26# Name that nmh considers `local'.  If not set, nmh will
27# query the system for this value (gethostname, etc...).
28# localname: foo.bar.com
29
30# Uncomment this to turn on username masquerading.
31# mmailid: 1
Note: See TracBrowser for help on using the repository browser.