diff options
author | ivan <ivan> | 2004-11-16 15:57:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-16 15:57:16 +0000 |
commit | 505ba65f5e861057c735a61cb067400e6fe59a2b (patch) | |
tree | 4e3979f7cad588cba05084472d5f0e8a0be271d9 /index.html | |
parent | c0d717044a64f8ad3180f1a2e6032d020af47444 (diff) |
adding index
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> + |