]> diplodocus.org Git - nmh/blob - etc/mts.conf.in
A number of bug fixes:
[nmh] / 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, which must be one of the following:
8 # smtp: nmh opens a socket connection to the appropriate port
9 # on the servers listed below and speaks SMTP to the
10 # first one that responds. This is the default.
11 # sendmail/smtp: nmh pipes messages directly to the sendmail program,
12 # speaking SMTP. Can be abbreviated to "sendmail".
13 # sendmail/pipe: nmh pipes messages directly to the sendmail program,
14 # using the -t option so that addresses are retrieved
15 # from the message.
16 mts: %mts%
17
18 # Name that nmh considers `local'. If not set, nmh will
19 # query the system for this value (gethostname, etc...).
20 #localname: foo.bar.com
21
22 # Default location of mail drops. If this option is
23 # set, but empty, the user's home directory is used.
24 mmdfldir: %mailspool%
25
26 # The name of the maildrop file in the directory where maildrops
27 # are kept. If this is empty, the user's login name is used.
28 mmdflfil:
29
30 #
31 # The locking algorithm to use on the spool file. Valid settings are:
32 #
33 # fcntl Locking using the fcntl() function
34 # dot "Dot" locking using an external lock file
35 # flock Locking using the flock() function (if supported by OS)
36 # lockf Locking using the lockf() function (if supported by OS)
37 #
38 # Locking algorithms supported on this installation are:
39 #
40 # %supported_locks%
41 #
42 # The default spool locking configured on this system is %default_locking%;
43 # change the line below to get a different value
44 #spoollocking: %default_locking%
45
46 # Hardcoded POP server name (prevents inc'ing from local mail spool).
47 #pophost: localhost
48
49 # List of smtp servers to try if using smtp support
50 servers: %smtpservers%