From b738b7d6bc550ebdfb2e5b7068afa54dc6e1f9f7 Mon Sep 17 00:00:00 2001 From: "ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 30 Mar 2005 00:01:00 +0000 Subject: BUILD : 1.7.8 (654) BUGS : NOTES : DrSteins Makefile Patches... git-svn-id: svn://svn.anope.org/anope/trunk@654 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@502 5417fbe8-f217-4b02-8779-1006273d7864 --- src/tools/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/README') diff --git a/src/tools/README b/src/tools/README index 331beb757..3acb80ad2 100644 --- a/src/tools/README +++ b/src/tools/README @@ -14,10 +14,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 "anopesmtp" and the IP address of a valid SMTP server. It + followed by "tools/anopesmtp" and the IP address of a valid SMTP server. It should look like this: - SendMailPath "/home/anope/services/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 -- cgit