Copied atexit() code from fakesmtp.c to fakepop.c so that its
[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, 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 # Hardcoded POP server name (prevents inc'ing from local mail spool).
31 #pophost: localhost
32
33 # List of smtp servers to try if using smtp support
34 servers: %smtpservers%