update manifest (bump to 0.40_02)
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@752 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
5aeb37fb75
commit
c80884a35b
31
MANIFEST
31
MANIFEST
@ -11,19 +11,32 @@ config.sample/relayclients
|
||||
config.sample/require_resolvable_fromhost
|
||||
config.sample/rhsbl_zones
|
||||
config.sample/size_threshold
|
||||
config.sample/flat_auth_pw
|
||||
config.sample/rcpthosts
|
||||
config.sample/tls_before_auth
|
||||
config.sample/tls_ciphers
|
||||
CREDITS
|
||||
lib/Apache/Qpsmtpd.pm
|
||||
lib/Danga/Client.pm
|
||||
lib/Danga/TimeoutSocket.pm
|
||||
lib/Qpsmtpd.pm
|
||||
lib/Qpsmtpd/Address.pm
|
||||
lib/Qpsmtpd/Auth.pm
|
||||
lib/Qpsmtpd/Command.pm
|
||||
lib/Qpsmtpd/ConfigServer.pm
|
||||
lib/Qpsmtpd/Connection.pm
|
||||
lib/Qpsmtpd/Constants.pm
|
||||
lib/Qpsmtpd/DSN.pm
|
||||
lib/Qpsmtpd/Plugin.pm
|
||||
lib/Qpsmtpd/PollServer.pm
|
||||
lib/Qpsmtpd/Postfix.pm
|
||||
lib/Qpsmtpd/Postfix/Constants.pm
|
||||
lib/Qpsmtpd/Postfix/pf2qp.pl
|
||||
lib/Qpsmtpd/SelectServer.pm
|
||||
lib/Qpsmtpd/SMTP.pm
|
||||
lib/Qpsmtpd/SMTP/Prefork.pm
|
||||
lib/Qpsmtpd/TcpServer.pm
|
||||
lib/Qpsmtpd/TcpServer/Prefork.pm
|
||||
lib/Qpsmtpd/Transaction.pm
|
||||
lib/Qpsmtpd/Utils.pm
|
||||
LICENSE
|
||||
@ -32,6 +45,9 @@ Makefile.PL
|
||||
MANIFEST This list of files
|
||||
MANIFEST.SKIP
|
||||
META.yml Module meta-data (added by MakeMaker)
|
||||
plugins/async/check_earlytalker
|
||||
plugins/async/dnsbl
|
||||
plugins/async/require_resolvable_fromhost
|
||||
plugins/auth/auth_cvm_unix_local
|
||||
plugins/auth/auth_flat_file
|
||||
plugins/auth/auth_ldap_bind
|
||||
@ -50,16 +66,24 @@ plugins/check_relay
|
||||
plugins/check_spamhelo
|
||||
plugins/content_log
|
||||
plugins/count_unrecognized_commands
|
||||
plugins/domainkeys
|
||||
plugins/dont_require_anglebrackets
|
||||
plugins/dns_whitelist_soft
|
||||
plugins/dnsbl
|
||||
plugins/greylisting
|
||||
plugins/hosts_allow
|
||||
plugins/http_config
|
||||
plugins/ident/geoip
|
||||
plugins/ident/p0f
|
||||
plugins/logging/adaptive
|
||||
plugins/logging/devnull
|
||||
plugins/logging/file
|
||||
plugins/logging/syslog
|
||||
plugins/logging/warn
|
||||
plugins/milter
|
||||
plugins/parse_addr_withhelo
|
||||
plugins/relay_only
|
||||
plugins/tls_cert
|
||||
plugins/queue/exim-bsmtp
|
||||
plugins/queue/maildir
|
||||
plugins/queue/postfix-queue
|
||||
@ -83,9 +107,12 @@ plugins/virus/klez_filter
|
||||
plugins/virus/sophie
|
||||
plugins/virus/uvscan
|
||||
qpsmtpd
|
||||
qpsmtpd-async
|
||||
qpsmtpd-forkserver
|
||||
qpsmtpd-server
|
||||
qpsmtpd-prefork
|
||||
README
|
||||
README.authentication
|
||||
README.logging
|
||||
README.plugins
|
||||
run
|
||||
@ -93,8 +120,12 @@ STATUS
|
||||
t/addresses.t
|
||||
t/helo.t
|
||||
t/plugin_tests.t
|
||||
t/plugin_tests/auth/auth_flat_file
|
||||
t/plugin_tests/auth/authdeny
|
||||
t/plugin_tests/auth/authnull
|
||||
t/plugin_tests/check_badrcptto
|
||||
t/plugin_tests/dnsbl
|
||||
t/plugin_tests/rcpt_ok
|
||||
t/qpsmtpd-address.t
|
||||
t/tempstuff.t
|
||||
t/Test/Qpsmtpd.pm
|
||||
|
@ -25,3 +25,4 @@ output/.*
|
||||
^MakeMaker-\d
|
||||
\#$
|
||||
\B\.svn\b
|
||||
^\.perltidyrc$
|
||||
|
@ -5,7 +5,7 @@ use vars qw($VERSION $Logger $TraceLevel $Spool_dir $Size_threshold);
|
||||
use Sys::Hostname;
|
||||
use Qpsmtpd::Constants;
|
||||
|
||||
$VERSION = "0.40_01";
|
||||
$VERSION = "0.40_02";
|
||||
|
||||
sub version { $VERSION };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user