summaryrefslogtreecommitdiff
path: root/src/tools/README
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-01-20 05:37:46 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-01-20 05:37:46 +0000
commit278a99ca2d54104ea880149657b960be26aa4ca0 (patch)
tree0da20f241cd3eec04608579f2fbc283249e678cf /src/tools/README
parent1ef4a60c466c3be777863af32375f4a0489e6f79 (diff)
BUILD : 1.7.7 (550) BUGS : N/A NOTES : Anope SMTP client
git-svn-id: svn://svn.anope.org/anope/trunk@550 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@403 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/tools/README')
-rw-r--r--src/tools/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/tools/README b/src/tools/README
new file mode 100644
index 000000000..ccfc69129
--- /dev/null
+++ b/src/tools/README
@@ -0,0 +1,19 @@
+Anope SMTP Client
+
+ - Provided with Anope is a simple SMTP client which can be used to replace programs like
+SendMail in some cases.
+
+ - To use the SMTP client find the line in your services.conf for the "SendMailPath", enter
+the path to your services installation directory, followed by the "anopesmtp" and the IP address
+of a valid SMTP server. It should look something like
+
+SendMailPath "/home/usersname/services/anopesmtp 194.97.50.135"
+
+ - If you run into a problem you can compile a debug into the code by opening smtp.h and at the
+bottom you should find "smtp_debug" change the 0 to a 1 and recompile the code. This should
+generate a log file of what happened when it attempted to connect to the SMTP server.
+
+
+Credits:
+Orginally written by Dominick Meglio <codemastr@unrealircd.com>
+Ported to *nix by Trystan Scott Lee <trystan@nomadirc.net>