diff options
author | Adam <Adam@anope.org> | 2012-10-29 13:40:25 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-29 13:46:21 -0400 |
commit | 6883309927a6902dd9bbca90d3aef356d8651483 (patch) | |
tree | 882a3c9faee72715e75fa3ef2c946b7d8fe7d85b /docs/TOOLS | |
parent | 9c8570ac68b3bc4d94a511a9eefdbcca099679f7 (diff) |
Made anopesmtp less hard to debug
Diffstat (limited to 'docs/TOOLS')
-rw-r--r-- | docs/TOOLS | 5 |
1 files changed, 2 insertions, 3 deletions
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: |