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:
parent
c408aa98ca
commit
93c1a238e8
2
CREDITS
2
CREDITS
@ -32,5 +32,5 @@ format for the dates in the "Received" headers.
|
||||
Gergely Risko <risko@risko.hu>: Fixed timeout bug when the client sent
|
||||
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!
|
||||
|
8
README
8
README
@ -17,7 +17,7 @@ mailinglist:
|
||||
|
||||
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,
|
||||
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
|
||||
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.
|
||||
|
||||
git clone git://github.com/abh/qpsmtpd.git
|
||||
@ -151,7 +151,7 @@ See http://www.rfc-ignorant.org/ for more examples.
|
||||
|
||||
=item dnsbl_zones
|
||||
|
||||
Normal ip based dns blocking lists ("RBLs"). For example:
|
||||
Normal ip based DNS blocking lists ("RBLs"). For example:
|
||||
|
||||
relays.ordb.org
|
||||
spamsources.fabel.dk
|
||||
@ -167,7 +167,7 @@ found the mail command will return a soft rejection (450).
|
||||
=item spool_dir
|
||||
|
||||
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
|
||||
a mode of 700 and owned by the smtpd user.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user