cvs commit: qpsmtpd Changes README
[email protected] (Ask "Bj?rn" Hansen)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/08/30 08:14:39
Modified: . Changes README
Log:
Use $ENV{QMAIL} to override /var/qmail for where to find the
control/ directory.
Enable "check_earlytalker" in the default plugins config
Revision Changes Path
1.48 +9 -0 qpsmtpd/Changes
Index: Changes
===================================================================
RCS file: /cvs/public/qpsmtpd/Changes,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -w -r1.47 -r1.48
--- Changes 11 Jun 2003 08:38:57 -0000 1.47
+++ Changes 30 Aug 2003 15:14:39 -0000 1.48
@@ -1,3 +1,12 @@
+0.27
+
+ Use $ENV{QMAIL} to override /var/qmail for where to find the
+ control/ directory.
+
+ Enable "check_earlytalker" in the default plugins config
+
+ [.. todo, fill in older changes ..] spf changes etc?
+
0.26 - 2003/06/11
Add queue/smtp-forward plugin (Matt Sergeant)
1.11 +3 -0 qpsmtpd/README
Index: README
===================================================================
RCS file: /cvs/public/qpsmtpd/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -r1.10 -r1.11
--- README 18 Mar 2003 09:46:43 -0000 1.10
+++ README 30 Aug 2003 15:14:39 -0000 1.11
@@ -94,6 +94,9 @@
config subdirectory of the qpsmtpd installation. Configuration should
be compatible with qmail-smtpd making qpsmtpd a drop-in replacement.
+If qmail is installed in a nonstandard location you should set the
+$QMAIL environment variable to that location in your "./run" file.
+
If there is anything missing, then please send a patch (or just
information about what's missing) to the mailinglist or to
[email protected].