summaryrefslogtreecommitdiff
path: root/_smtpd.html
diff options
context:
space:
mode:
Diffstat (limited to '_smtpd.html')
-rw-r--r--_smtpd.html2
1 files changed, 1 insertions, 1 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