Removed the hostable option from mts.conf because it's no longer used.
[mmh] / etc / mts.conf.in
index 4151d65..a9c7494 100644 (file)
@@ -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 username_extension
-
 # 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%