summaryrefslogtreecommitdiff
path: root/docs/TOOLS
diff options
context:
space:
mode:
authorCharles Kingsley <chaz@anope.org>2011-01-29 14:16:09 -0500
committerAdam <Adam@anope.org>2011-01-29 14:16:09 -0500
commitfb0f7649b44f45bec143b2d59b708955d27b137b (patch)
tree6e4972cef874752515a3c448bb3f2fdccce3876b /docs/TOOLS
parent92fb9844ecbcb31ecde4c971eb2d3e601641dc5a (diff)
Merge of 9704ccc8a62f...c362a1e077d5
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