r6471@embla: ask | 2005-11-18 01:37:48 -0800
version 0.31.1 git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@574 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
3197905b4e
commit
27975f5cee
6
Changes
6
Changes
@ -1,3 +1,9 @@
|
|||||||
|
0.31.1 - 2005/11/18
|
||||||
|
|
||||||
|
Add missing files to the distribution, oops... (Thanks Budi Ang!)
|
||||||
|
(exim plugin, tls plugin, various sample configuration files)
|
||||||
|
|
||||||
|
|
||||||
0.31 - 2005/11/16
|
0.31 - 2005/11/16
|
||||||
|
|
||||||
STARTTLS support (see plugins/tls)
|
STARTTLS support (see plugins/tls)
|
||||||
|
8
README
8
README
@ -57,13 +57,9 @@ run the following command in the /home/smtpd/ directory.
|
|||||||
|
|
||||||
svn co http://svn.perl.org/qpsmtpd/trunk .
|
svn co http://svn.perl.org/qpsmtpd/trunk .
|
||||||
|
|
||||||
Or if you want a specific release, use for example
|
Beware that the trunk might be unstable and unsuitable for anything but development, so you might want to get a specific release, for example:
|
||||||
|
|
||||||
svn co http://svn.perl.org/qpsmtpd/tags/0.30 .
|
svn co http://svn.perl.org/qpsmtpd/tags/0.31 .
|
||||||
|
|
||||||
In the branch L<http://svn.perl.org/qpsmtpd/branches/high_perf/> we
|
|
||||||
have an experimental event based version of qpsmtpd that can handle
|
|
||||||
thousands of simultaneous connections with very little overhead.
|
|
||||||
|
|
||||||
chmod o+t ~smtpd/qpsmtpd/ (or whatever directory you installed qpsmtpd
|
chmod o+t ~smtpd/qpsmtpd/ (or whatever directory you installed qpsmtpd
|
||||||
in) to make supervise start the log process.
|
in) to make supervise start the log process.
|
||||||
|
@ -5,7 +5,7 @@ use vars qw($VERSION $Logger $TraceLevel $Spool_dir $Size_threshold);
|
|||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
use Qpsmtpd::Constants;
|
use Qpsmtpd::Constants;
|
||||||
|
|
||||||
$VERSION = "0.31";
|
$VERSION = "0.31.1";
|
||||||
|
|
||||||
sub version { $VERSION };
|
sub version { $VERSION };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user