[svn:qpsmtpd] r570 - in web: . files
[email protected] 16 Nov 2005 08:42:44 -0000
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Author: ask
Date: Wed Nov 16 00:42:44 2005
New Revision: 570
Added:
web/files/qpsmtpd-0.31.tar.gz
- copied unchanged from r566, web/files/qpsmtpd-0.31rc3.tar.gz
Removed:
web/files/qpsmtpd-0.31rc3.tar.gz
Modified:
web/get.html
web/index.html
Log:
0.31 released
Modified: web/get.html
==============================================================================
--- web/get.html (original)
+++ web/get.html Wed Nov 16 00:42:44 2005
@@ -1,12 +1,10 @@
[% page.title = 'Get it' %]
<p>
-Latest release: <a href="files/qpsmtpd-0.30.tar.gz">0.30</a> (July 6, 2005)<br />
-Previous release: <a href="files/qpsmtpd-0.29.tar.gz">0.29</a> (March 3, 2005)<br />
+Latest release: <a href="files/qpsmtpd-0.31.tar.gz">0.31</a> (November 16, 2005)<br />
+Previous release: <a href="files/qpsmtpd-0.30.tar.gz">0.30</a> (July 6, 2005)<br />
<br />
-See the <a href="http://svn.perl.org/qpsmtpd/trunk/Changes">Change log</a>
-
-
+See the <a href="http://svn.perl.org/qpsmtpd/tags/0.31/Changes">Change log</a>
<p>
@@ -16,11 +14,7 @@ You can also get qpsmtpd with Subversion
svn co http://svn.perl.org/qpsmtpd/trunk qpsmtpd-dev
</pre>
-You can <a href="http://svn.perl.org/viewcvs/qpsmtpd/">browse the
-Subversion repository</a>. (You might be interested in the
-experimental <a
-href="http://svn.perl.org/viewcvs/qpsmtpd/branches/high_perf/">high
-performance</a> branch).
+You can <a href="http://svn.perl.org/viewcvs/qpsmtpd/">browse the Subversion repository</a>.
<p>
Modified: web/index.html
==============================================================================
--- web/index.html (original)
+++ web/index.html Wed Nov 16 00:42:44 2005
@@ -15,6 +15,16 @@ but now it also includes a smtp forward
<p>
+<h2>Articles and Documentation</h2>
+
+<!-- for the next while we should have this section up here ... -->
+<ul>
+ <li><A
+ HREF="http://www.oreillynet.com/pub/a/sysadmin/2005/09/15/qpsmtpd.html">Using
+ Qpsmtpd</A> by Matt Sergeant (O'Reilly Network article)
+
+</ul>
+
<h2>Features</h2>
<h3>Plugins</h3>
@@ -23,10 +33,17 @@ but now it also includes a smtp forward
<li>Advanced but simple to use plugin system to easily install extra
functionality and write local rules.
<li>Almost all features are implemented in plugins
+
+<li>For example: tls (implements STARTTLS), spamassassin, plugins
+for most major anti-virus programs, various AUTH plugins (ldap,
+vpopmail, ...), OS detection, queue plugins (qmail, exim, postfix,
+Maildir), greylisting, SPF, etc etc.
+
<li>Plugin directories:
+<a href="http://svn.perl.org/viewcvs/qpsmtpd/trunk/plugins/">current SVN</a>,
<a href="http://www.hjp.at/projekte/qpsmtpd/index.en.rxml">Peter J. Holzer</a>,
-<a href="http://www.openfusion.com.au/labs/qpsmtpd/">Gavin Carr</a>,
-<a href="http://projects.bluefeet.net/">Aran Clary Deltac</a>, <a href="http://www.openminddev.net/files/qpsmtpd/plugins/">Rasjid Wilcox</a>, <a href="http://svn.perl.org/viewcvs/qpsmtpd/trunk/plugins/">current SVN</a>. <!-- There's also a <a href="http://qpsmtpd.nsa.co.il/">qpsmtpd Wiki</a>, mostly for plugin developers. -->
+<a href="http://www.openfusion.com.au/labs/qpsmtpd/">Gavin Carr</a>.
+
</ul>
@@ -35,6 +52,7 @@ functionality and write local rules.
<ul>
<li>Drop-in replacement for qmail-smtpd
<li>Postfix protocol module
+<li>EXIM-BSMTP
<li>SMTP queuing plugin to support any SMTP compliant backend
<li>Other "backends" are easily implemented with a queue plugin
</ul>
@@ -67,8 +85,3 @@ similar.
</p>
-<h2>Articles and Documentation</h2>
-
-<ul>
- <li><A HREF="http://www.oreillynet.com/pub/a/sysadmin/2005/09/15/qpsmtpd.html">Using Qpsmtpd</A> by Matt Sergeant
-</ul>