From 2b2605c3fb34c937dcc159b84791b3d668ec4d26 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 7 Feb 2025 12:00:55 +0100 Subject: [PATCH] fear: enable lmtp queue plugin --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index c9d6328..ba0e469 100644 --- a/Containerfile +++ b/Containerfile @@ -30,7 +30,10 @@ 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/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 RUN chown smtpd:smtpd /var/spool/qpsmtpd