i'm a daemon
[undersmtpd.git] / _smtpd
diff --git a/_smtpd b/_smtpd
index 78550c4..1bd2021 100644 (file)
--- a/_smtpd
+++ b/_smtpd
@@ -74,7 +74,7 @@ _smtpd - UnderSMTPD, the underscore SMTP daemon
 =head1 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
@@ -102,14 +102,14 @@ UnderSMTPD reads /etc/aliases for usernames; if a match is identified
 the message is piped to the given program.  Any problems executing the program
 will cause a temporary SMTP error to be returned to the connecting client.
 
-Other kinds of aliases are not recognized and cause a perminant SMTP error
+Other kinds of aliases are not recognized and cause a permanent SMTP error
 to be returned to the connecting client, as do usernames not found in
 /etc/aliases
 
-UnderSMTP was originally written to be used with the Request Tracker ticketing
+UnderSMTPD was originally written to be used with the Request Tracker ticketing
 system.
 
-UnderSMTP uses Net::SMTP::Mail to do all the hard work.
+UnderSMTPD uses Net::Server::Mail to do all the hard work.
 
 =head1 OPTIONS
 
@@ -117,6 +117,8 @@ UnderSMTP uses Net::SMTP::Mail to do all the hard work.
 
 =item -a filename: Alternate aliases file
 
+=back
+
 =head1 ALIASES FORMAT
 
   username: |program and args
@@ -140,7 +142,7 @@ Ivan Kohler <ivan-undersmtpd@420.am>
 
 =head1 SEE ALSO
 
-L<Net::SMTP::Mail>
+L<Net::Server::Mail>
 
 =cut