summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-12-23 14:21:34 +0000
committerSadie Powell <sadie@witchery.services>2022-12-23 14:21:34 +0000
commit28be8818869380e2d01a516423015e16c4c18553 (patch)
tree9446ea97a5dd2517eee62713758497ae7d973cab /docs
parent5bc560a7438e5682949e344159f9b3679fbfe0e5 (diff)
Backport anopesmtp removal from the master branch.
Diffstat (limited to 'docs')
-rw-r--r--docs/TOOLS25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/TOOLS b/docs/TOOLS
deleted file mode 100644
index 8b036065f..000000000
--- a/docs/TOOLS
+++ /dev/null
@@ -1,25 +0,0 @@
-Anope Bundled Tools
--------------------
-
-1) Anope SMTP Client
-
- Provided with Anope is a simple SMTP client which can be used instead of
- programs like SendMail in some cases.
-
- The SMTP client can be used instead of sendmail for use with Anope's mail
- options. To use the SMTP client instead of sendmail, find the line in your
- services configuration file (anope.conf) that defines sendmailpath. On
- that line, change the path to your services installation directory, then
- followed by "bin/anopesmtp" and the IP address of a valid SMTP server. It
- should look like this:
-
- sendmailpath = "/home/ircd/anope/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 enable debug mode by passing the --debug flag after the server
- address. This should generate a log file of what happened when it tried
- to connect to the SMTP server.
-
- Credits:
- Originally written by Dominick Meglio <codemastr@unrealircd.com>
- Ported to *nix by Trystan Scott Lee <trystan@nomadirc.net>