X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fmh-tailor.man;h=ca12a8a6dfb7bb9eb2a3343a1bfaaa1785a1f8ef;hb=7b2c5a1bbb879321bc126c5b8df3cc1f38321496;hp=3963e4b94af58599e573405ce3e7b518c0618111;hpb=ccd3685b42cb198b11d2d4daabb58849d239df40;p=mmh diff --git a/man/mh-tailor.man b/man/mh-tailor.man index 3963e4b..ca12a8a 100644 --- a/man/mh-tailor.man +++ b/man/mh-tailor.man @@ -3,7 +3,7 @@ .\" .TH MH-TAILOR %manext5% "%nmhdate%" MH.6.8 [%nmhversion%] .SH NAME -mh-tailor, mts.conf \- mail transport customization for nmh message handler +mh-tailor, mts.conf \- mail transport configuration for nmh message handler .SH SYNOPSIS .I %etcdir%/mts.conf .SH DESCRIPTION @@ -190,29 +190,11 @@ indicates that mail for \*(lqeveryone\*(rq should not be sent to them. This is useful for handling admin, dummy, and guest logins. .RE .SS "SMTP support" -These options are only available if you set +This option is only available if you set .B mts to .BR smtp . .PP -.BR hostable : -%etcdir%/hosts -.RS 5 -The exceptions file for /etc/hosts used by -.B post -to try to find -official names. The format of this file is quite simple: -.PP -.IP 1. 4 -Comments are surrounded by sharp (`#') and newline. -.IP 2. 4 -Words are surrounded by white space. -.IP 3. 4 -The first word on the line is the official name of a host. -.IP 4. 4 -All words following the official names are aliases for that host. -.RE -.PP .BR servers : localhost .RS 5 @@ -339,4 +321,19 @@ None mh\-mts(8), post(8) .SH DEFAULTS -As listed above +As listed above. The path of the mail transport configuration +file can be changed with the +.B MHMTSCONF +environment variable and augmented with the +.B MHMTSUSERCONF +environment variable, see mh\-profile(5). + +.SH BUGS +Failure to open any mail transport configuration file is silently +ignored. Therefore, it's best to avoid dynamic creation of such +a file with the intent of use via the +.B MHMTSCONF +or +.B MHMTSUSERCONF +environment variables. If such use is necessary, the ability +to successfully open the file should first be verified.