* Applied, after some finessing,
authorDan Harkless <dan@harkless.org>
Tue, 14 Mar 2000 09:20:27 +0000 (09:20 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 14 Mar 2000 09:20:27 +0000 (09:20 +0000)
commit7593f8f93951b6ca853a72bdbcd0a34dc741bc52
tree314c42744d32fc0f1d1d8b1e738ddfb0a793f046
parent79fcc0e0c68cd0cb8b9edc7c9db5eeaa2358d756
* Applied, after some finessing,
Simon Burge <simonb@thistledown.com.au>'s --with-smtpservers patch:

    Here's a patch that allows you to add

    --with-smtpservers=<some.host.name>

    to the ./configure command line to set the "servers: " line in etc/mts.conf.
    Around here, we use "mailhost" so that all machines in the current domain
    just talk to a central machine and nothing else runs an MTA.  Now, I can use

    --with-smtpservers=mailhost

    instead of having to remember to fix this by hand (and often forgetting to
    do so!).

* Inspired by Simon's patch, added an --enable-masquerade option
to configure.  It will set the "masquerade:" line of mts.conf.  You may specify
a subset of the three types of masquerading, like
--enable-masquerade="draft_from mmailid", or leave off explicit arguments to
enable all three types.

* Alphabetized the --enable and --with options in configure.in and INSTALL and
added documentation of the two new options to the latter.

* Added new dependency for mts.conf: Makefile.  If this isn't
done, then when you reconfigure nmh with new values for --enable-masquerade or
--with-smtpservers, you'll fail to get an updated copy of mts.conf.
ChangeLog
INSTALL
configure
configure.in
etc/Makefile.in
etc/mts.conf.in
stamp-h.in