MANIFEST: long overdue update
This commit is contained in:
parent
b245d30e9e
commit
cc58769cbf
58
MANIFEST
58
MANIFEST
@ -1,20 +1,24 @@
|
||||
.gitignore
|
||||
.travis.yml
|
||||
Changes
|
||||
config.sample/badhelo
|
||||
config.sample/badmailfrom
|
||||
config.sample/badrcptto_patterns
|
||||
config.sample/badrcptto
|
||||
config.sample/dnsbl_allow
|
||||
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/norelayclients
|
||||
config.sample/plugins
|
||||
config.sample/rcpthosts
|
||||
config.sample/relayclients
|
||||
config.sample/require_resolvable_fromhost
|
||||
config.sample/rhsbl_zones
|
||||
config.sample/size_threshold
|
||||
config.sample/smtpauth-checkpassword
|
||||
config.sample/tls_before_auth
|
||||
config.sample/tls_ciphers
|
||||
CREDITS
|
||||
@ -22,6 +26,7 @@ docs/advanced.pod
|
||||
docs/authentication.pod
|
||||
docs/config.pod
|
||||
docs/development.pod
|
||||
docs/FAQ.pod
|
||||
docs/hooks.pod
|
||||
docs/logging.pod
|
||||
docs/plugins.pod
|
||||
@ -70,16 +75,12 @@ plugins/auth/auth_vpopmail
|
||||
plugins/auth/auth_vpopmail_sql
|
||||
plugins/auth/auth_vpopmaild
|
||||
plugins/auth/authdeny
|
||||
plugins/check_badmailfrom
|
||||
plugins/check_badmailfromto
|
||||
plugins/check_badrcptto
|
||||
plugins/check_badrcptto_patterns
|
||||
plugins/badmailfrom
|
||||
plugins/badmailfromto
|
||||
plugins/badrcptto
|
||||
plugins/check_bogus_bounce
|
||||
plugins/check_basicheaders
|
||||
plugins/check_earlytalker
|
||||
plugins/check_loop
|
||||
plugins/relay
|
||||
plugins/check_spamhelo
|
||||
plugins/connection_time
|
||||
plugins/content_log
|
||||
plugins/count_unrecognized_commands
|
||||
@ -87,12 +88,17 @@ plugins/dns_whitelist_soft
|
||||
plugins/dnsbl
|
||||
plugins/domainkeys
|
||||
plugins/dont_require_anglebrackets
|
||||
plugins/dspam
|
||||
plugins/greylisting
|
||||
plugins/headers
|
||||
plugins/helo
|
||||
plugins/help
|
||||
plugins/hosts_allow
|
||||
plugins/http_config
|
||||
plugins/ident/geoip
|
||||
plugins/ident/p0f
|
||||
plugins/karma
|
||||
plugins/karma_tool
|
||||
plugins/logging/adaptive
|
||||
plugins/logging/apache
|
||||
plugins/logging/connection_id
|
||||
@ -102,6 +108,7 @@ plugins/logging/syslog
|
||||
plugins/logging/transaction_id
|
||||
plugins/logging/warn
|
||||
plugins/milter
|
||||
plugins/naughty
|
||||
plugins/noop_counter
|
||||
plugins/parse_addr_withhelo
|
||||
plugins/queue/exim-bsmtp
|
||||
@ -111,9 +118,12 @@ plugins/queue/qmail-queue
|
||||
plugins/queue/smtp-forward
|
||||
plugins/quit_fortune
|
||||
plugins/random_error
|
||||
plugins/rcpt_map
|
||||
plugins/rcpt_ok
|
||||
plugins/rcpt_regexp
|
||||
plugins/relay
|
||||
plugins/require_resolvable_fromhost
|
||||
plugins/resolvable_fromhost
|
||||
plugins/rhsbl
|
||||
plugins/sender_permitted_from
|
||||
plugins/spamassassin
|
||||
@ -137,24 +147,52 @@ README
|
||||
README.plugins
|
||||
run
|
||||
STATUS
|
||||
t/01-syntax.t
|
||||
t/02-pod.t
|
||||
t/addresses.t
|
||||
t/auth.t
|
||||
t/config.t
|
||||
t/config/badhelo
|
||||
t/config/badrcptto
|
||||
t/config/dnsbl_allow
|
||||
t/config/dnsbl_zones
|
||||
t/config/flat_auth_pw
|
||||
t/config/invalid_resolvable_fromhost
|
||||
t/config/norelayclients
|
||||
t/config/plugins
|
||||
t/config/rcpthosts
|
||||
t/config/relayclients
|
||||
t/helo.t
|
||||
t/misc.t
|
||||
t/plugin_tests.t
|
||||
t/plugin_tests/auth/auth_checkpassword
|
||||
t/plugin_tests/auth/auth_flat_file
|
||||
t/plugin_tests/auth/auth_vpopmail
|
||||
t/plugin_tests/auth/auth_vpopmail_sql
|
||||
t/plugin_tests/auth/auth_vpopmaild
|
||||
t/plugin_tests/auth/authdeny
|
||||
t/plugin_tests/auth/authnull
|
||||
t/plugin_tests/check_badrcptto
|
||||
t/plugin_tests/greylisting
|
||||
t/plugin_tests/badmailfrom
|
||||
t/plugin_tests/check_badmailfromto
|
||||
t/plugin_tests/badrcptto
|
||||
t/plugin_tests/check_earlytalker
|
||||
t/plugin_tests/count_unrecognized_commands
|
||||
t/plugin_tests/dnsbl
|
||||
t/plugin_tests/dspam
|
||||
t/plugin_tests/greylisting
|
||||
t/plugin_tests/headers
|
||||
t/plugin_tests/helo
|
||||
t/plugin_tests/ident/geoip
|
||||
t/plugin_tests/ident/p0f
|
||||
t/plugin_tests/rcpt_ok
|
||||
t/plugin_tests/relay
|
||||
t/plugin_tests/require_resolvable_fromhost
|
||||
t/plugin_tests/sender_permitted_from
|
||||
t/plugin_tests/spamassassin
|
||||
t/plugin_tests/virus/clamdscan
|
||||
t/qpsmtpd-address.t
|
||||
t/rset.t
|
||||
t/tempstuff.t
|
||||
t/Test/Qpsmtpd.pm
|
||||
t/Test/Qpsmtpd/Plugin.pm
|
||||
UPGRADING
|
||||
|
Loading…
Reference in New Issue
Block a user