From 9882b906538f71fd8358222ee9ffb6432f1313ed Mon Sep 17 00:00:00 2001 From: MikeMannix Date: Tue, 4 Dec 2001 07:27:00 +0000 Subject: [PATCH] none --- TWiki/TWikiInstallationGuide.mdwn | 4 ++-- TWiki/TWikiSiteTools.mdwn | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/TWiki/TWikiInstallationGuide.mdwn b/TWiki/TWikiInstallationGuide.mdwn index 57c41be..b1d46fb 100644 --- a/TWiki/TWikiInstallationGuide.mdwn +++ b/TWiki/TWikiInstallationGuide.mdwn @@ -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
-- [[MikeMannix]] - 14 Sep 2001
+-- [[PeterThoeny]] - 13 Sep 2001
-- [[MikeMannix]] - 03 Dec 2001 diff --git a/TWiki/TWikiSiteTools.mdwn b/TWiki/TWikiSiteTools.mdwn index 58d882b..1286354 100644 --- a/TWiki/TWikiSiteTools.mdwn +++ b/TWiki/TWikiSiteTools.mdwn @@ -38,9 +38,13 @@ Each TWiki web has an automatic email alert service that sends a list of recent ### 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 **Net::SMTP** module if it is installed on your system. Set this with the **SMTPMAILHOST** 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 **sendmail**, if the `Net::SMTP` module is not installed. Set the program path in **$mailProgram** in **TWiki.cfg**. + +- %H% Net::SMTP can be easily disabled (ex: if there is an installation error) by setting **SMTPMAILHOST** in [[TWikiPreferences]] to an empty value. + +- %T% You can set a separate **SMTPSENDERHOST** variable to define the mail sender host (some SMTP installations require this). ### Setting the Automatic Email Schedule -- 1.9.4