From: ivan Date: Fri, 19 Nov 2004 00:53:33 +0000 (+0000) Subject: update manpage and homepage X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c2b29437f5436ba18ce3f97f7db3f2c4fadfa7f2;p=undersmtpd.git update manpage and homepage --- diff --git a/_smtpd.html b/_smtpd.html index 858dee8..538f451 100644 --- a/_smtpd.html +++ b/_smtpd.html @@ -35,7 +35,7 @@

SYNOPSIS

   #make some aliases
-  echo 'username: "|someprogram and args" > /etc/aliases
+ echo 'username: "|someprogram and args"' > /etc/aliases
   #inetd setup
   echo "smtp stream tcp nowait mail /usr/local/bin/_smtpd" >>/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 @@
      Request Tracker
      ticketing system.
   

UnderSMTP uses Net::Server::Mail to do all the hard work. -

Download a snapshot. +

View the manpage or + download a snapshot.