Removed unused UUCPDIR and UUCPFIL #defines.
[mmh] / etc / mts.conf.in
1 #
2 # nmh mail transport interface customization file.
3 #
4 # Check the mh-tailor(5) man page for descriptions of available options.
5 #
6
7 # The delivery method to use.  Supported values are `smtp' and `sendmail'.
8 # When `smtp', nmh will open a socket connection to the mail port on the
9 # machine specified below, and speak SMTP directly.
10 # When `sendmail', nmh will pipe messages directly to the sendmail program.
11 mts: %mts%
12
13 # Name that nmh considers `local'.  If not set, nmh will
14 # query the system for this value (gethostname, etc...).
15 #localname: foo.bar.com
16
17 # Default location of mail drops.  If this option is
18 # set, but empty, the user's home directory is used.
19 mmdfldir: %mailspool%
20
21 # The name of the maildrop file in the directory where maildrops
22 # are kept.  If this is empty, the user's login name is used.
23 mmdflfil:
24
25 # Hardcoded POP server name (prevents inc'ing from local mail spool).
26 #pophost: localhost
27
28 # List of smtp servers to try if using smtp support
29 servers: %smtpservers%