none
authorMikeMannix <MikeMannix>
Tue, 4 Dec 2001 07:27:00 +0000 (07:27 +0000)
committerMikeMannix <MikeMannix>
Tue, 4 Dec 2001 07:27:00 +0000 (07:27 +0000)
TWiki/TWikiInstallationGuide.mdwn
TWiki/TWikiSiteTools.mdwn

index 57c41be..b1d46fb 100644 (file)
@@ -148,7 +148,7 @@ To install TWiki on a system where you don't have server administrator privilege
 - Point your Web browser at `http://yourdomain.com/twiki/bin/view` and start TWiki-ing away!
 - Edit the [[TWikiPreferences]] topic in the TWiki:TWiki web to set the `WIKIWEBMASTER` email address, and other preferences.
 - Edit the [[WebPreferences]] topic in each web, if necessary: set individual `WEBCOPYRIGHT` messages, and other preferences.
-- Enable email notification of topic changes, [[MonitoringSiteActivity]] has more.
+- Enable email notification of topic changes, [[TWikiSiteTools]] has more.
 - Edit the [[WebNotify]] topic in all webs and add the users you want to notify.
 - Add the TWiki:Main/PoweredByTWikiLogo to your [[WebHome]] topic.
 - You can add new `%VARIABLES%`. Define site-level variables in the [[TWikiPreferences]] topic. See also: [[TWikiVariables]].
@@ -206,4 +206,4 @@ Optionally, you can also:
 
 See [[Appendix A: TWiki File System|Main/AppendixFileSystem]] for an installed system snapshot and descriptions of all files in the TWiki 01-Sep-2001 distribution.
 
--- [[PeterThoeny]] - 13 Sep 2001 <br /> -- [[MikeMannix]] - 14 Sep 2001 <br />
+-- [[PeterThoeny]] - 13 Sep 2001 <br /> -- [[MikeMannix]] - 03 Dec 2001
index 58d882b..1286354 100644 (file)
@@ -38,9 +38,13 @@ Each TWiki web has an automatic email alert service that sends a list of recent
 
 ### <a name="Configuring Outgoing Mail"></a> Configuring Outgoing Mail
 
-%WIKITOOLNAME% will use the `Net::SMTP` module in case it is installed on your system. You need to specify the `SMTPMAILHOST` variable in [[TWikiPreferences]].
+%WIKITOOLNAME% will use the <code>**Net::SMTP**</code> module if it is installed on your system. Set this with the <code>**SMTPMAILHOST**</code> variable in [[TWikiPreferences]].
 
-You can use an external mail program like `sendmail` in case the `Net::SMTP` module is not installed. In this case specify the `$mailProgram` in `twiki/bin/TWiki.cfg`.
+You can use an external mail program, like <code>**sendmail**</code>, if the `Net::SMTP` module is not installed. Set the program path in <code>**$mailProgram**</code> in <code>**TWiki.cfg**</code>.
+
+- %H% Net::SMTP can be easily disabled (ex: if there is an installation error) by setting <code>**SMTPMAILHOST**</code> in [[TWikiPreferences]] to an empty value.
+
+- %T% You can set a separate <code>**SMTPSENDERHOST**</code> variable to define the mail sender host (some SMTP installations require this).
 
 ### <a name="Setting the Automatic Email Sche"></a> Setting the Automatic Email Schedule