X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a81c28f4a2ee69469c5e9f5d65389a89c6070ed4..2a02eef3:/etc/mts.conf.in?ds=sidebyside diff --git a/etc/mts.conf.in b/etc/mts.conf.in index 6f1af4f0..a9c7494e 100644 --- a/etc/mts.conf.in +++ b/etc/mts.conf.in @@ -1,22 +1,19 @@ # # nmh mail transport interface customization file. -# -# Check the mh-tailor(5) man page for a list of -# all the available options for this file. +# +# Check the mh-tailor(5) man page for descriptions of available options. # -# The exceptions file for /etc/hosts used by -# `post' to try to find official names. -hostable: %etcdir%/hosts +# The delivery method to use. Supported values are `smtp' and `sendmail'. +# When `smtp', nmh will open a socket connection to the mail port on the +# machine specified below, and speak SMTP directly. +# When `sendmail', nmh will pipe messages directly to the sendmail program. +mts: %mts% # Name that nmh considers `local'. If not set, nmh will # query the system for this value (gethostname, etc...). #localname: foo.bar.com -# Uncomment the following line to allow username masquerading. Any or all of -# the three types of masquerading may be used (see mh-tailor(5) for details). -#masquerade: draft_from mmailid plussed_user - # Default location of mail drops. If this option is # set, but empty, the user's home directory is used. mmdfldir: %mailspool% @@ -29,4 +26,4 @@ mmdflfil: #pophost: localhost # List of smtp servers to try if using smtp support -servers: localhost +servers: %smtpservers%