summaryrefslogtreecommitdiff
path: root/docs/TOOLS
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-10-31 20:47:34 -0400
committerAdam <Adam@anope.org>2010-10-31 20:47:34 -0400
commite3f368f67b95438f39c0f459505af0e19ad364ad (patch)
tree0eba7020e2c95ef631049d97669ee4e7adffc239 /docs/TOOLS
parent2170823059c176a79efd5e99fcfa53524c2d5536 (diff)
Fixed replacing %R's in email messages and fixed anopesmtp to really work
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.