From 93c1a238e8de4f6f59fee8ca8a5bda6f35689b48 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sun, 2 May 2010 05:08:50 +0100 Subject: 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 --- CREDITS | 2 +- README | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CREDITS b/CREDITS index 395f2dd..7dd9ab7 100644 --- a/CREDITS +++ b/CREDITS @@ -32,5 +32,5 @@ format for the dates in the "Received" headers. Gergely Risko : 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! diff --git a/README b/README index d9cf2e9..05569da 100644 --- a/README +++ b/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. -- 1.7.2.2