summaryrefslogtreecommitdiff
path: root/_smtpd
diff options
context:
space:
mode:
Diffstat (limited to '_smtpd')
-rw-r--r--_smtpd4
1 files changed, 3 insertions, 1 deletions
diff --git a/_smtpd b/_smtpd
index 78550c4..4c9b36d 100644
--- 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
@@ -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