diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..42353b0 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<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-SMTP-Mail">Net::SMTP::Mail</a> to do all the hard work. + <p><a href="http://http://www.sisd.com/cgi-bin/viewcvs.cgi/undersmtpd/undersmtpd.tar.gz?tarball=1">Download</a> a snapshot. + +</html> + |