From 312cfc8430425cb524df1061b501341a73fea39d Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 7 Feb 2025 15:47:51 +0100 Subject: [PATCH] feat: use own provided Net::LMTP --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ba0e469..7615528 100644 --- a/Containerfile +++ b/Containerfile @@ -30,9 +30,9 @@ COPY --from=qpsmtpd-setup /tmp/qpsmtpd/plugins /usr/share/qpsmtpd/plugins COPY --from=qpsmtpd-setup /tmp/qpsmtpd/lib /usr/share/perl5/ COPY --from=qpsmtpd-setup /tmp/QPSMTPD-MailserverInterface/federationhq_rcpt /usr/share/qpsmtpd/plugins/federationhq_rcpt COPY --from=qpsmtpd-setup /tmp/QPSMTPD-MailserverInterface/clamdscan /usr/share/qpsmtpd/plugins/virus/clamdscan +COPY --from=qpsmtpd-setup /tmp/QPSMTPD-MailserverInterface/Net/LMTP.pm /usr/share/perl5/Net/LMTP.pm COPY --from=qpsmtpd-setup /tmp/QPSMTPD-MailserverInterface/queue/lmtp /usr/share/qpsmtpd/plugins/queue/lmtp RUN cpanm Net::ClamAV::Client -RUN cpanm Net::LMTP # create spool directory RUN mkdir -p /var/spool/qpsmtpd