Update MANIFEST
Someone needs to remember to run `make manifest` more often, to catch things added and deleted. Most of this change is just reordering to be alphabetical, but it does remove the old select-server stuff, adds one new test file and a couple of new plugins. git-svn-id: https://svn.perl.org/qpsmtpd/trunk@951 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
9f59ca626f
commit
94f9d91adf
20
MANIFEST
20
MANIFEST
@ -2,17 +2,17 @@ Changes
|
||||
config.sample/badhelo
|
||||
config.sample/badrcptto_patterns
|
||||
config.sample/dnsbl_zones
|
||||
config.sample/flat_auth_pw
|
||||
config.sample/invalid_resolvable_fromhost
|
||||
config.sample/IP
|
||||
config.sample/logging
|
||||
config.sample/loglevel
|
||||
config.sample/plugins
|
||||
config.sample/rcpthosts
|
||||
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
|
||||
@ -34,7 +34,6 @@ 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
|
||||
@ -50,9 +49,9 @@ META.yml Module meta-data (added by MakeMaker)
|
||||
plugins/async/check_earlytalker
|
||||
plugins/async/dns_whitelist_soft
|
||||
plugins/async/dnsbl
|
||||
plugins/async/queue/smtp-forward
|
||||
plugins/async/require_resolvable_fromhost
|
||||
plugins/async/rhsbl
|
||||
plugins/async/queue/smtp-forward
|
||||
plugins/async/uribl
|
||||
plugins/auth/auth_cvm_unix_local
|
||||
plugins/auth/auth_flat_file
|
||||
@ -71,11 +70,12 @@ 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/domainkeys
|
||||
plugins/dont_require_anglebrackets
|
||||
plugins/greylisting
|
||||
plugins/help
|
||||
plugins/hosts_allow
|
||||
plugins/http_config
|
||||
plugins/ident/geoip
|
||||
@ -88,9 +88,8 @@ plugins/logging/syslog
|
||||
plugins/logging/transaction_id
|
||||
plugins/logging/warn
|
||||
plugins/milter
|
||||
plugins/noop_counter
|
||||
plugins/parse_addr_withhelo
|
||||
plugins/relay_only
|
||||
plugins/tls_cert
|
||||
plugins/queue/exim-bsmtp
|
||||
plugins/queue/maildir
|
||||
plugins/queue/postfix-queue
|
||||
@ -98,11 +97,14 @@ plugins/queue/qmail-queue
|
||||
plugins/queue/smtp-forward
|
||||
plugins/quit_fortune
|
||||
plugins/rcpt_ok
|
||||
plugins/relay_only
|
||||
plugins/require_resolvable_fromhost
|
||||
plugins/rhsbl
|
||||
plugins/sender_permitted_from
|
||||
plugins/spamassassin
|
||||
plugins/tls
|
||||
plugins/tls_cert
|
||||
plugins/uribl
|
||||
plugins/virus/aveclient
|
||||
plugins/virus/bitdefender
|
||||
plugins/virus/check_for_hi_virus
|
||||
@ -116,7 +118,6 @@ plugins/virus/uvscan
|
||||
qpsmtpd
|
||||
qpsmtpd-async
|
||||
qpsmtpd-forkserver
|
||||
qpsmtpd-server
|
||||
qpsmtpd-prefork
|
||||
README
|
||||
README.authentication
|
||||
@ -125,6 +126,7 @@ README.plugins
|
||||
run
|
||||
STATUS
|
||||
t/addresses.t
|
||||
t/config.t
|
||||
t/helo.t
|
||||
t/plugin_tests.t
|
||||
t/plugin_tests/auth/auth_flat_file
|
||||
|
Loading…
Reference in New Issue
Block a user