GNU bug report logs

#71613 [PATCH] Enable the enqueuing of offline messages by OpenSMTPd.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#71613; Package guix-patches. (Mon, 17 Jun 2024 16:17:02 GMT) (full text, mbox, link).


Acknowledgement sent to Felix Lechner <felix.lechner@lease-up.com>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Mon, 17 Jun 2024 16:17:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Felix Lechner <felix.lechner@lease-up.com>
To: guix-patches@gnu.org
Cc: Felix Lechner <felix.lechner@lease-up.com>
Subject: [PATCH] Enable the enqueuing of offline messages by OpenSMTPd.
Date: Mon, 17 Jun 2024 09:15:48 -0700
Change-Id: I6da8c3650be66f7e2297ea6174a66b7f0b1bc0c0
---
 gnu/packages/mail.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d853fab4d3..29b727eaaa 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3293,6 +3293,10 @@ (define-public opensmtpd
          ;; Fix some incorrectly hard-coded external tool file names.
          (add-after 'unpack 'patch-FHS-file-names
            (lambda _
+             ;; avoids warning smtpd: couldn't enqueue offline message
+             ;; smtpctl exited abnormally
+             (substitute* "usr.sbin/smtpd/smtpd.h"
+               (("/usr/bin/smtpctl") "/run/setuid-programs/smtpctl"))
              (substitute* "usr.sbin/smtpd/smtpctl.c"
                ;; ‘gzcat’ is auto-detected at compile time, but ‘cat’ isn't.
                (("/bin/cat") (which "cat")))

base-commit: 71c678a16aae416298a0e3fa322b425315bb7b00
-- 
2.41.0





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sat Jul 6 23:56:55 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.