summaryrefslogtreecommitdiff
path: root/docs/TOOLS
diff options
context:
space:
mode:
authorCharles Kingsley <chaz@anope.org>2011-01-29 11:06:38 +0000
committerCharles Kingsley <chaz@anope.org>2011-01-29 11:06:38 +0000
commit557eceeefcfa9cee27ec2f61eaa3477a5b4c0336 (patch)
tree6eaa5f3ef47e0e1352c54420f556cf265b5dd8e9 /docs/TOOLS
parent9704ccc8a62f0c79c8069078ae8139fcf2d3d681 (diff)
Updated some docs/ & removed TROUBLESHOOTING as it is redundant.
Diffstat (limited to 'docs/TOOLS')
-rw-r--r--docs/TOOLS4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TOOLS b/docs/TOOLS
index 0771f0671..d33d142de 100644
--- a/docs/TOOLS
+++ b/docs/TOOLS
@@ -10,10 +10,10 @@ Anope Bundled Tools
options. To use the SMTP client instead of sendmail, find the line in your
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
+ followed by "bin/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/bin/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 anopesmtp.cpp, and look