summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-11-19 00:53:33 +0000
committerivan <ivan>2004-11-19 00:53:33 +0000
commitc2b29437f5436ba18ce3f97f7db3f2c4fadfa7f2 (patch)
treef8e2b9dcf082beaad25140dfe15b74652941e2f2
parent83299343cf510c6e2fdda33f1b55ab826b0b54af (diff)
update manpage and homepage
-rw-r--r--_smtpd.html2
-rw-r--r--index.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/_smtpd.html b/_smtpd.html
index 858dee8..538f451 100644
--- a/_smtpd.html
+++ b/_smtpd.html
@@ -35,7 +35,7 @@
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
#make some aliases
- echo 'username: &quot;|someprogram and args&quot; &gt; /etc/aliases</pre>
+ echo 'username: &quot;|someprogram and args&quot;' &gt; /etc/aliases</pre>
<pre>
#inetd setup
echo &quot;smtp stream tcp nowait mail /usr/local/bin/_smtpd&quot; &gt;&gt;/etc/inetd.conf
diff --git a/index.html b/index.html
index 6c70be8..2953986 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,8 @@
<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><a href="http://www.sisd.com/cgi-bin/viewcvs.cgi/undersmtpd/undersmtpd.tar.gz?tarball=1">Download</a> a snapshot.
+ <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>