diff options
Diffstat (limited to 'docs/TOOLS')
-rw-r--r-- | docs/TOOLS | 4 |
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 |