213 lines
4.6 KiB
Plaintext
213 lines
4.6 KiB
Plaintext
.gitignore
|
|
.travis.yml
|
|
bin/geolite-mirror-simple.pl
|
|
bin/install_deps.pl
|
|
Changes
|
|
config.sample/badhelo
|
|
config.sample/badmailfrom
|
|
config.sample/badrcptto
|
|
config.sample/dkim/dkim_key_gen.sh
|
|
config.sample/dnsbl_allow
|
|
config.sample/dnsbl_zones
|
|
config.sample/flat_auth_pw
|
|
config.sample/invalid_resolvable_fromhost
|
|
config.sample/IP
|
|
config.sample/log2sql
|
|
config.sample/logging
|
|
config.sample/loglevel
|
|
config.sample/norelayclients
|
|
config.sample/plugins
|
|
config.sample/public_suffix_list
|
|
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.md
|
|
docs/authentication.md
|
|
docs/config.md
|
|
docs/development.md
|
|
docs/hooks.md
|
|
docs/logging.md
|
|
docs/writing.md
|
|
lib/Apache/Qpsmtpd.pm
|
|
lib/Qpsmtpd.pm
|
|
lib/Qpsmtpd/Address.pm
|
|
lib/Qpsmtpd/Auth.pm
|
|
lib/Qpsmtpd/Base.pm
|
|
lib/Qpsmtpd/Command.pm
|
|
lib/Qpsmtpd/Config.pm
|
|
lib/Qpsmtpd/ConfigServer.pm
|
|
lib/Qpsmtpd/Connection.pm
|
|
lib/Qpsmtpd/Constants.pm
|
|
lib/Qpsmtpd/DSN.pm
|
|
lib/Qpsmtpd/Plugin.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
|
|
LICENSE
|
|
log/log2sql
|
|
log/log2sql.sql
|
|
log/run
|
|
log/show_message
|
|
log/summarize
|
|
log/watch
|
|
Makefile.PL
|
|
MANIFEST This list of files
|
|
MANIFEST.SKIP
|
|
META.yml Module meta-data (added by MakeMaker)
|
|
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/bogus_bounce
|
|
plugins/connection_time
|
|
plugins/content_log
|
|
plugins/count_unrecognized_commands
|
|
plugins/dkim
|
|
plugins/dmarc
|
|
plugins/dns_whitelist_soft
|
|
plugins/dnsbl
|
|
plugins/domainkeys
|
|
plugins/dont_require_anglebrackets
|
|
plugins/dspam
|
|
plugins/earlytalker
|
|
plugins/fcrdns
|
|
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/loadcheck
|
|
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/loop
|
|
plugins/milter
|
|
plugins/naughty
|
|
plugins/noop_counter
|
|
plugins/parse_addr_withhelo
|
|
plugins/qmail_deliverable
|
|
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/registry.txt
|
|
plugins/relay
|
|
plugins/resolvable_fromhost
|
|
plugins/rhsbl
|
|
plugins/sender_permitted_from
|
|
plugins/spamassassin
|
|
plugins/stunnel
|
|
plugins/tls
|
|
plugins/tls_cert
|
|
plugins/uribl
|
|
plugins/user_config
|
|
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
|
|
plugins/whitelist
|
|
qpsmtpd
|
|
qpsmtpd-forkserver
|
|
qpsmtpd-prefork
|
|
README.md
|
|
README.plugins.md
|
|
run.forkserver
|
|
run.tcpserver
|
|
STATUS
|
|
t/addresses.t
|
|
t/auth.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/postgrey_whitelist_clients
|
|
t/config/public_suffix_list
|
|
t/config/rcpthosts
|
|
t/config/relayclients
|
|
t/config/size_threshold
|
|
t/config/test_config_file
|
|
t/config/users.cdb
|
|
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/badmailfromto
|
|
t/plugin_tests/badrcptto
|
|
t/plugin_tests/count_unrecognized_commands
|
|
t/plugin_tests/dmarc
|
|
t/plugin_tests/dnsbl
|
|
t/plugin_tests/dspam
|
|
t/plugin_tests/earlytalker
|
|
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/user_config
|
|
t/plugin_tests/virus/clamdscan
|
|
t/qpsmtpd-address.t
|
|
t/qpsmtpd-base.t
|
|
t/qpsmtpd-config.t
|
|
t/qpsmtpd-smtp.t
|
|
t/qpsmtpd.t
|
|
t/rset.t
|
|
t/Test/Qpsmtpd.pm
|
|
t/Test/Qpsmtpd/Plugin.pm
|
|
UPGRADING.md
|
|
xt/01-syntax.t
|
|
xt/02-pod.t
|