Removed all POP support
[mmh] / etc / mts.conf.in
1 #
2 # nmh mail transport interface customization file.
3
4 # Check the mh-tailor(5) man page for a list of
5 # all the available options for this file.
6 #
7
8 # The delivery method to use.  Supported values are `smtp' and `sendmail'.
9 # When `smtp', nmh will open a socket connection to the mail port on the
10 # machine specified below, and speak SMTP directly.
11 # When `sendmail', nmh will pipe messages directly to the sendmail program.
12 mts: %mts%
13
14 # The exceptions file for /etc/hosts used by
15 # `post' to try to find official names.
16 hostable: %etcdir%/hosts
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 # The following directive allows email address masquerading.  The string
23 # "draft_from mmailid username_extension" will allow all three types.
24 masquerade: %masquerade%
25
26 # Default location of mail drops.  If this option is
27 # set, but empty, the user's home directory is used.
28 mmdfldir: %mailspool%
29
30 # The name of the maildrop file in the directory where maildrops
31 # are kept.  If this is empty, the user's login name is used.
32 mmdflfil:
33
34 # List of smtp servers to try if using smtp support
35 servers: %smtpservers%