From 6883309927a6902dd9bbca90d3aef356d8651483 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 29 Oct 2012 13:40:25 -0400 Subject: Made anopesmtp less hard to debug --- docs/TOOLS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/TOOLS b/docs/TOOLS index d33d142de..c8e92fc70 100644 --- a/docs/TOOLS +++ b/docs/TOOLS @@ -16,9 +16,8 @@ Anope Bundled Tools 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 - for "smtp_debug" near the top. Change this from 0 to 1 and recompile - the code. This should generate a log file of what happened when it tried + 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: -- cgit