Misc documentation updates

Minor fixups to the documentation:

  * README + CREDITS:
     We use git now, not subversion.
  * README:
     dns  -> DNS
     smtp -> SMTP

Steve
--
Let me steal your soul?
http://stolen-souls.com

Signed-off-by: Robert <rspier@pobox.com>
This commit is contained in:
Steve Kemp 2010-05-02 05:08:50 +01:00 committed by Robert
parent c408aa98ca
commit 93c1a238e8
2 changed files with 5 additions and 5 deletions

View File

@ -32,5 +32,5 @@ format for the dates in the "Received" headers.
Gergely Risko <risko@risko.hu>: Fixed timeout bug when the client sent Gergely Risko <risko@risko.hu>: Fixed timeout bug when the client sent
DATA and then stopped before sending the next line. DATA and then stopped before sending the next line.
... and many many others per the Changes file and subversion logs and ... and many many others per the Changes file and version control logs and
mailing list archives. Thanks everyone! mailing list archives. Thanks everyone!

8
README
View File

@ -17,7 +17,7 @@ mailinglist:
What is Qpsmtpd? What is Qpsmtpd?
Qpsmtpd is an extensible smtp engine written in Perl. No, make that Qpsmtpd is an extensible SMTP engine written in Perl. No, make that
easily extensible! See plugins/quit_fortune for a very useful, er, easily extensible! See plugins/quit_fortune for a very useful, er,
cute example. cute example.
@ -56,7 +56,7 @@ Make a new user and a directory where you'll install qpsmtpd. I
usually use "smtpd" for the user and /home/smtpd/qpsmtpd/ for the usually use "smtpd" for the user and /home/smtpd/qpsmtpd/ for the
directory. directory.
Put the files there. If you install from Subversion you can just do Put the files there. If you install from git you can just do
run the following command in the /home/smtpd/ directory. run the following command in the /home/smtpd/ directory.
git clone git://github.com/abh/qpsmtpd.git git clone git://github.com/abh/qpsmtpd.git
@ -151,7 +151,7 @@ See http://www.rfc-ignorant.org/ for more examples.
=item dnsbl_zones =item dnsbl_zones
Normal ip based dns blocking lists ("RBLs"). For example: Normal ip based DNS blocking lists ("RBLs"). For example:
relays.ordb.org relays.ordb.org
spamsources.fabel.dk spamsources.fabel.dk
@ -167,7 +167,7 @@ found the mail command will return a soft rejection (450).
=item spool_dir =item spool_dir
If this file contains a directory, it will be the spool directory If this file contains a directory, it will be the spool directory
smtpd uses during the data transactions. If this file doesnt exist, it smtpd uses during the data transactions. If this file doesn't exist, it
will default to use $ENV{HOME}/tmp/. This directory should be set with will default to use $ENV{HOME}/tmp/. This directory should be set with
a mode of 700 and owned by the smtpd user. a mode of 700 and owned by the smtpd user.