From 25699991305d1d570b647af223b239603f945eb2 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 6 Jun 2002 15:25:36 +0000 Subject: [PATCH] Altered smtphosts and removed cronpassword --- config-dist.php | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/config-dist.php b/config-dist.php index fe67f130820..638f9704dfa 100644 --- a/config-dist.php +++ b/config-dist.php @@ -64,16 +64,11 @@ $CFG->theme = "standard"; $CFG->lang = "en"; -// Give the full name (eg mail.example.com) of an SMTP server that the -// web server machine has access to (to send mail). You can specify -// more than one server like this: "mail1.example.com;mail2.example.com" +// Give the full names of local SMTP servers that Moodle should use to +// send mail (eg "mail.a.com" or "mail.a.com;mail.b.com"). +// If this is left empty (eg "") then Moodle will attempt to use PHP mail. -$CFG->smtphosts = "mail.example.com"; - -// Choose a password to be used by the cron script. This helps avoid -// any problems caused by someone spamming moodle/admin/cron.php - -$CFG->cronpassword = "fr0o6y"; +$CFG->smtphosts = ""; // You should not need to change anything else. To continue setting up