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/badhelo
|
||||||
config.sample/badrcptto_patterns
|
config.sample/badrcptto_patterns
|
||||||
config.sample/dnsbl_zones
|
config.sample/dnsbl_zones
|
||||||
|
config.sample/flat_auth_pw
|
||||||
config.sample/invalid_resolvable_fromhost
|
config.sample/invalid_resolvable_fromhost
|
||||||
config.sample/IP
|
config.sample/IP
|
||||||
config.sample/logging
|
config.sample/logging
|
||||||
config.sample/loglevel
|
config.sample/loglevel
|
||||||
config.sample/plugins
|
config.sample/plugins
|
||||||
|
config.sample/rcpthosts
|
||||||
config.sample/relayclients
|
config.sample/relayclients
|
||||||
config.sample/require_resolvable_fromhost
|
config.sample/require_resolvable_fromhost
|
||||||
config.sample/rhsbl_zones
|
config.sample/rhsbl_zones
|
||||||
config.sample/size_threshold
|
config.sample/size_threshold
|
||||||
config.sample/flat_auth_pw
|
|
||||||
config.sample/rcpthosts
|
|
||||||
config.sample/tls_before_auth
|
config.sample/tls_before_auth
|
||||||
config.sample/tls_ciphers
|
config.sample/tls_ciphers
|
||||||
CREDITS
|
CREDITS
|
||||||
@ -34,7 +34,6 @@ lib/Qpsmtpd/PollServer.pm
|
|||||||
lib/Qpsmtpd/Postfix.pm
|
lib/Qpsmtpd/Postfix.pm
|
||||||
lib/Qpsmtpd/Postfix/Constants.pm
|
lib/Qpsmtpd/Postfix/Constants.pm
|
||||||
lib/Qpsmtpd/Postfix/pf2qp.pl
|
lib/Qpsmtpd/Postfix/pf2qp.pl
|
||||||
lib/Qpsmtpd/SelectServer.pm
|
|
||||||
lib/Qpsmtpd/SMTP.pm
|
lib/Qpsmtpd/SMTP.pm
|
||||||
lib/Qpsmtpd/SMTP/Prefork.pm
|
lib/Qpsmtpd/SMTP/Prefork.pm
|
||||||
lib/Qpsmtpd/TcpServer.pm
|
lib/Qpsmtpd/TcpServer.pm
|
||||||
@ -50,9 +49,9 @@ META.yml Module meta-data (added by MakeMaker)
|
|||||||
plugins/async/check_earlytalker
|
plugins/async/check_earlytalker
|
||||||
plugins/async/dns_whitelist_soft
|
plugins/async/dns_whitelist_soft
|
||||||
plugins/async/dnsbl
|
plugins/async/dnsbl
|
||||||
|
plugins/async/queue/smtp-forward
|
||||||
plugins/async/require_resolvable_fromhost
|
plugins/async/require_resolvable_fromhost
|
||||||
plugins/async/rhsbl
|
plugins/async/rhsbl
|
||||||
plugins/async/queue/smtp-forward
|
|
||||||
plugins/async/uribl
|
plugins/async/uribl
|
||||||
plugins/auth/auth_cvm_unix_local
|
plugins/auth/auth_cvm_unix_local
|
||||||
plugins/auth/auth_flat_file
|
plugins/auth/auth_flat_file
|
||||||
@ -71,11 +70,12 @@ plugins/check_relay
|
|||||||
plugins/check_spamhelo
|
plugins/check_spamhelo
|
||||||
plugins/content_log
|
plugins/content_log
|
||||||
plugins/count_unrecognized_commands
|
plugins/count_unrecognized_commands
|
||||||
plugins/domainkeys
|
|
||||||
plugins/dont_require_anglebrackets
|
|
||||||
plugins/dns_whitelist_soft
|
plugins/dns_whitelist_soft
|
||||||
plugins/dnsbl
|
plugins/dnsbl
|
||||||
|
plugins/domainkeys
|
||||||
|
plugins/dont_require_anglebrackets
|
||||||
plugins/greylisting
|
plugins/greylisting
|
||||||
|
plugins/help
|
||||||
plugins/hosts_allow
|
plugins/hosts_allow
|
||||||
plugins/http_config
|
plugins/http_config
|
||||||
plugins/ident/geoip
|
plugins/ident/geoip
|
||||||
@ -88,9 +88,8 @@ plugins/logging/syslog
|
|||||||
plugins/logging/transaction_id
|
plugins/logging/transaction_id
|
||||||
plugins/logging/warn
|
plugins/logging/warn
|
||||||
plugins/milter
|
plugins/milter
|
||||||
|
plugins/noop_counter
|
||||||
plugins/parse_addr_withhelo
|
plugins/parse_addr_withhelo
|
||||||
plugins/relay_only
|
|
||||||
plugins/tls_cert
|
|
||||||
plugins/queue/exim-bsmtp
|
plugins/queue/exim-bsmtp
|
||||||
plugins/queue/maildir
|
plugins/queue/maildir
|
||||||
plugins/queue/postfix-queue
|
plugins/queue/postfix-queue
|
||||||
@ -98,11 +97,14 @@ plugins/queue/qmail-queue
|
|||||||
plugins/queue/smtp-forward
|
plugins/queue/smtp-forward
|
||||||
plugins/quit_fortune
|
plugins/quit_fortune
|
||||||
plugins/rcpt_ok
|
plugins/rcpt_ok
|
||||||
|
plugins/relay_only
|
||||||
plugins/require_resolvable_fromhost
|
plugins/require_resolvable_fromhost
|
||||||
plugins/rhsbl
|
plugins/rhsbl
|
||||||
plugins/sender_permitted_from
|
plugins/sender_permitted_from
|
||||||
plugins/spamassassin
|
plugins/spamassassin
|
||||||
plugins/tls
|
plugins/tls
|
||||||
|
plugins/tls_cert
|
||||||
|
plugins/uribl
|
||||||
plugins/virus/aveclient
|
plugins/virus/aveclient
|
||||||
plugins/virus/bitdefender
|
plugins/virus/bitdefender
|
||||||
plugins/virus/check_for_hi_virus
|
plugins/virus/check_for_hi_virus
|
||||||
@ -116,7 +118,6 @@ plugins/virus/uvscan
|
|||||||
qpsmtpd
|
qpsmtpd
|
||||||
qpsmtpd-async
|
qpsmtpd-async
|
||||||
qpsmtpd-forkserver
|
qpsmtpd-forkserver
|
||||||
qpsmtpd-server
|
|
||||||
qpsmtpd-prefork
|
qpsmtpd-prefork
|
||||||
README
|
README
|
||||||
README.authentication
|
README.authentication
|
||||||
@ -125,6 +126,7 @@ README.plugins
|
|||||||
run
|
run
|
||||||
STATUS
|
STATUS
|
||||||
t/addresses.t
|
t/addresses.t
|
||||||
|
t/config.t
|
||||||
t/helo.t
|
t/helo.t
|
||||||
t/plugin_tests.t
|
t/plugin_tests.t
|
||||||
t/plugin_tests/auth/auth_flat_file
|
t/plugin_tests/auth/auth_flat_file
|
||||||
|
Loading…
Reference in New Issue
Block a user