anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

TOOLS (1104B)

      1 Anope Bundled Tools
      2 -------------------
      3 
      4 1) Anope SMTP Client
      5 
      6     Provided with Anope is a simple SMTP client which can be used instead of
      7     programs like SendMail in some cases.
      8 
      9     The SMTP client can be used instead of sendmail for use with Anope's mail
     10     options. To use the SMTP client instead of sendmail, find the line in your
     11     services configuration file (services.conf) that defines sendmailpath. On
     12     that line, change the path to your services installation directory, then
     13     followed by "bin/anopesmtp" and the IP address of a valid SMTP server. It
     14     should look like this:
     15 
     16         sendmailpath = "/home/anope/services/bin/anopesmtp 127.0.0.1"
     17 
     18     If the SMTP client doesn't send mail, or if there's an other problem with
     19     it, you can enable debug mode by passing the --debug flag after the server
     20     address. This should generate a log file of what happened when it tried
     21     to connect to the SMTP server.
     22 
     23     Credits:
     24         Originally written by  Dominick Meglio    <codemastr@unrealircd.com>
     25         Ported to *nix by      Trystan Scott Lee  <trystan@nomadirc.net>