198 lines
4.3 KiB
Plaintext
198 lines
4.3 KiB
Plaintext
.gitignore
|
|
.travis.yml
|
|
Changes
|
|
config.sample/badhelo
|
|
config.sample/badmailfrom
|
|
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/rhsbl_zones
|
|
config.sample/size_threshold
|
|
config.sample/smtpauth-checkpassword
|
|
config.sample/tls_before_auth
|
|
config.sample/tls_ciphers
|
|
CREDITS
|
|
docs/advanced.pod
|
|
docs/authentication.pod
|
|
docs/config.pod
|
|
docs/development.pod
|
|
docs/FAQ.pod
|
|
docs/hooks.pod
|
|
docs/logging.pod
|
|
docs/plugins.pod
|
|
docs/writing.pod
|
|
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/Plugin/Async/DNSBLBase.pm
|
|
lib/Qpsmtpd/PollServer.pm
|
|
lib/Qpsmtpd/Postfix.pm
|
|
lib/Qpsmtpd/Postfix/Constants.pm
|
|
lib/Qpsmtpd/Postfix/pf2qp.pl
|
|
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
|
|
log/run
|
|
Makefile.PL
|
|
MANIFEST This list of files
|
|
MANIFEST.SKIP
|
|
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/resolvable_fromhost
|
|
plugins/async/rhsbl
|
|
plugins/async/uribl
|
|
plugins/auth/auth_checkpassword
|
|
plugins/auth/auth_cvm_unix_local
|
|
plugins/auth/auth_flat_file
|
|
plugins/auth/auth_ldap_bind
|
|
plugins/auth/auth_vpopmail
|
|
plugins/auth/auth_vpopmail_sql
|
|
plugins/auth/auth_vpopmaild
|
|
plugins/auth/authdeny
|
|
plugins/badmailfrom
|
|
plugins/badmailfromto
|
|
plugins/badrcptto
|
|
plugins/check_bogus_bounce
|
|
plugins/check_earlytalker
|
|
plugins/check_loop
|
|
plugins/connection_time
|
|
plugins/content_log
|
|
plugins/count_unrecognized_commands
|
|
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
|
|
plugins/logging/devnull
|
|
plugins/logging/file
|
|
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
|
|
plugins/queue/maildir
|
|
plugins/queue/postfix-queue
|
|
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/resolvable_fromhost
|
|
plugins/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/clamav
|
|
plugins/virus/clamdscan
|
|
plugins/virus/hbedv
|
|
plugins/virus/kavscanner
|
|
plugins/virus/klez_filter
|
|
plugins/virus/sophie
|
|
plugins/virus/uvscan
|
|
qpsmtpd
|
|
qpsmtpd-async
|
|
qpsmtpd-forkserver
|
|
qpsmtpd-prefork
|
|
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/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/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
|