Author: jpeacock Date: Tue Oct 7 06:56:03 2008 New Revision: 951 Modified: trunk/MANIFEST
Log: 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. Modified: trunk/MANIFEST ============================================================================== --- trunk/MANIFEST (original) +++ trunk/MANIFEST Tue Oct 7 06:56:03 2008 @@ -2,17 +2,17 @@ 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/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 @@ 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_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/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/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 @@ qpsmtpd qpsmtpd-async qpsmtpd-forkserver -qpsmtpd-server qpsmtpd-prefork README README.authentication @@ -125,6 +126,7 @@ run STATUS t/addresses.t +t/config.t t/helo.t t/plugin_tests.t t/plugin_tests/auth/auth_flat_file
