summaryrefslogtreecommitdiff
path: root/index.html
blob: 29539867ab02c25ec1702f4aac012fbbb6b2a05e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
  <head>
    <title>UnderSMTPD</title>
  </head>
  <body>
  <h3>UnderSMTPD, the underscore SMTP daemon</h3>
  <p>This is a minimal SMTP server which only forwards mail to pipe
     destinations in /etc/aliases.  It does nothing else.  Its intended
     function is on an internal mail server that forwards mail to other
     programs on a per address basis.
  <p>UnderSMTP was originally written to be used with the 
     <a href="http://www.bestpractical.com/rt/">Request Tracker</a>
     ticketing system.
  <p>UnderSMTP uses <a href="http://search.cpan.org/dist/Net-Server-Mail">Net::Server::Mail</a> to do all the hard work.
  <p>View the <a href="_smtpd.html">manpage</a> or
  <a href="http://www.sisd.com/cgi-bin/viewcvs.cgi/undersmtpd/undersmtpd.tar.gz?tarball=1">download</a> a snapshot.

</html>