2 # nmh mail transport interface customization file.
4 # mh-tailor(5) describes the options.
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
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
22 # Default location of mail drops. If this option is
23 # set, but empty, the user's home directory is used.
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.
31 # The locking algorithm to use on the spool file. Valid settings are:
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)
38 # Locking algorithms supported on this installation are:
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%
46 # Hardcoded POP server name (prevents inc'ing from local mail spool).
49 # A SINGLE SMTP server to use when using SMTP support