summaryrefslogtreecommitdiff
path: root/docs/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TOOLS')
-rw-r--r--docs/TOOLS8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/TOOLS b/docs/TOOLS
index 0b2b2ec32..0771f0671 100644
--- a/docs/TOOLS
+++ b/docs/TOOLS
@@ -8,16 +8,16 @@ Anope Bundled Tools
The SMTP client can be used instead of sendmail for use with Anope's mail
options. To use the SMTP client instead of sendmail, find the line in your
- services configuration file (services.conf) that defines SendMailPath. On
+ services configuration file (services.conf) that defines sendmailpath. On
that line, change the path to your services installation directory, then
followed by "tools/anopesmtp" and the IP address of a valid SMTP server. It
should look like this:
- SendMailPath "/home/anope/services/tools/anopesmtp 127.0.0.1"
+ sendmailpath = "/home/anope/services/tools/anopesmtp 127.0.0.1"
If the SMTP client doesn't send mail, or if there's an other problem with
- it, you can compile it in debug mode. To do this, open smtp.h, and look
- for "smtp_debug" near the bottom. Change this from 0 to 1 and recompile
+ it, you can compile it in debug mode. To do this, open anopesmtp.cpp, and look
+ for "smtp_debug" near the top. Change this from 0 to 1 and recompile
the code. This should generate a log file of what happened when it tried
to connect to the SMTP server.