diff options
Diffstat (limited to '_smtpd.html')
-rw-r--r-- | _smtpd.html | 2 |
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: "|someprogram and args" > /etc/aliases</pre> + echo 'username: "|someprogram and args"' > /etc/aliases</pre> <pre> #inetd setup echo "smtp stream tcp nowait mail /usr/local/bin/_smtpd" >>/etc/inetd.conf |