]> git.proxmox.com Git - pmg-api.git/commitdiff
install PMG::MailQueue class
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 14 Feb 2017 09:56:52 +0000 (10:56 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 14 Feb 2017 09:56:52 +0000 (10:56 +0100)
Makefile
bin/pmg-smtp-filter

index c6b7a5b16236c7163f66ffa1dfb8edbb3b5ddf27..4d7dfe568f6e59ce13e2180bf05f5d4bb188e793 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ LIBSOURCES =                          \
        PMG/Ticket.pm                   \
        PMG/AccessControl.pm            \
        PMG/AtomicFile.pm               \
+       PMG/MailQueue.pm                \
        PMG/RuleCache.pm                \
        PMG/LDAPSet.pm                  \
        PMG/LDAPCache.pm                \
index 0a8ebe5bba6a80f72b256a64ec75d6683229b13c..6b391ec0f48ff64e8852ef4b0ce2f62aa22627c1 100755 (executable)
@@ -34,9 +34,9 @@ use PMG::ModGroup;
 use PMG::AtomicFile;
 use PMG::LDAPSet;
 use PMG::Config;
+use PMG::MailQueue;
 
 use Proxmox::SMTP;
-use Proxmox::MailQueue;
 use Proxmox::Unpack;
 
 use base qw(Net::Server::PreFork);