diff --git a/MANIFEST b/MANIFEST index e48fc9ff..f645dc90 100644 --- a/MANIFEST +++ b/MANIFEST @@ -51,6 +51,7 @@ lib/Qpsmtpd/Postfix.pm lib/Qpsmtpd/Postfix/Constants.pm lib/Qpsmtpd/Postfix/pf2qp.pl lib/Qpsmtpd/SMTP.pm +lib/Qpsmtpd/TcpServer.pm lib/Qpsmtpd/Transaction.pm LICENSE log/log2sql @@ -144,10 +145,9 @@ plugins/virus/sophie plugins/virus/uvscan plugins/whitelist qpsmtpd -qpsmtpd-forkserver README.md README.plugins.md -run.forkserver +run STATUS t/addresses.t t/auth.t diff --git a/META.yml b/META.yml index 69d9edd2..6439470e 100644 --- a/META.yml +++ b/META.yml @@ -30,4 +30,6 @@ requires: Net::IP: 0 Time::HiRes: 0 Time::TAI64: 0 -version: 0.91 + Mail::SPF: 0 + Geo::IP: 0 +version: 1.00 diff --git a/Makefile.PL b/Makefile.PL index 40502983..1ae11356 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,6 @@ WriteMakefile( # 'DBI' => 0, # auth_vpopmail_sql and # 'DBD::mysql' => 0, # log2sql # 'DBIx::Simple' => 0, # log2sql -# modules that cause Travis build tests to fail 'Mail::SpamAssassin' => 0, 'GeoIP2' => 2, 'Geo::IP' => 1,