MANIFEST details added (so building a package is easier)
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@303 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
b26b79c6ca
commit
527bb21ffd
71
MANIFEST
Normal file
71
MANIFEST
Normal file
@ -0,0 +1,71 @@
|
||||
Changes
|
||||
config/badhelo
|
||||
config/dnsbl_zones
|
||||
config/IP
|
||||
config/loglevel
|
||||
config/plugins
|
||||
config/relayclients
|
||||
config/require_resolvable_fromhost
|
||||
config/rhsbl_zones
|
||||
CREDITS
|
||||
lib/Danga/Socket.pm
|
||||
lib/Qpsmtpd.pm
|
||||
lib/Qpsmtpd/Address.pm
|
||||
lib/Qpsmtpd/Auth.pm
|
||||
lib/Qpsmtpd/Connection.pm
|
||||
lib/Qpsmtpd/Constants.pm
|
||||
lib/Qpsmtpd/DNS.pm
|
||||
lib/Qpsmtpd/Plugin.pm
|
||||
lib/Qpsmtpd/Postfix.pm
|
||||
lib/Qpsmtpd/SelectServer.pm
|
||||
lib/Qpsmtpd/SMTP.pm
|
||||
lib/Qpsmtpd/TcpServer.pm
|
||||
lib/Qpsmtpd/Transaction.pm
|
||||
lib/Qpsmtpd/Utils.pm
|
||||
LICENSE
|
||||
log/run
|
||||
Makefile.PL
|
||||
MANIFEST This list of files
|
||||
MANIFEST.SKIP
|
||||
plugins/auth/auth_vpopmail_sql
|
||||
plugins/auth/authdeny
|
||||
plugins/auth/authnull
|
||||
plugins/check_badmailfrom
|
||||
plugins/check_badrcptto
|
||||
plugins/check_earlytalker
|
||||
plugins/check_relay
|
||||
plugins/check_spamhelo
|
||||
plugins/content_log
|
||||
plugins/count_unrecognized_commands
|
||||
plugins/dnsbl
|
||||
plugins/fprot_scan
|
||||
plugins/http_config
|
||||
plugins/ident/geoip
|
||||
plugins/ident/p0f
|
||||
plugins/milter
|
||||
plugins/queue/maildir
|
||||
plugins/queue/postfix-queue
|
||||
plugins/queue/qmail-queue
|
||||
plugins/queue/smtp-forward
|
||||
plugins/quit_fortune
|
||||
plugins/require_resolvable_fromhost
|
||||
plugins/rhsbl
|
||||
plugins/sender_permitted_from
|
||||
plugins/spamassassin
|
||||
plugins/virus/aveclient
|
||||
plugins/virus/check_for_hi_virus
|
||||
plugins/virus/clamav
|
||||
plugins/virus/kavscanner
|
||||
plugins/virus/klez_filter
|
||||
plugins/virus/uvscan
|
||||
qpsmtpd
|
||||
qpsmtpd-forkserver
|
||||
qpsmtpd-server
|
||||
README
|
||||
README.plugins
|
||||
run
|
||||
STATUS
|
||||
t/addresses.t
|
||||
t/helo.t
|
||||
t/qpsmtpd-address.t
|
||||
t/Test/Qpsmtpd.pm
|
27
MANIFEST.SKIP
Normal file
27
MANIFEST.SKIP
Normal file
@ -0,0 +1,27 @@
|
||||
CVS/.*
|
||||
\.cvsignore$
|
||||
\.bak$
|
||||
\.sw[a-z]$
|
||||
\.tar$
|
||||
\.tgz$
|
||||
\.tar\.gz$
|
||||
\.o$
|
||||
\.xsi$
|
||||
\.bs$
|
||||
output/.*
|
||||
\.#
|
||||
^mess/
|
||||
^sqlite/
|
||||
^output/
|
||||
^tmp/
|
||||
^blib/
|
||||
^blibdirs$
|
||||
^Makefile$
|
||||
^Makefile\.[a-z]+$
|
||||
^pm_to_blib$
|
||||
~$
|
||||
^MANIFEST\.bak
|
||||
^tv\.log$
|
||||
^MakeMaker-\d
|
||||
\#$
|
||||
\B\.svn\b
|
Loading…
Reference in New Issue
Block a user