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