NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/60267: local mail via mail(1) fails to send
The following reply was made to PR misc/60267; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: misc/60267: local mail via mail(1) fails to send
Date: Sat, 16 May 2026 09:20:24 +0200
On Fri, May 15, 2026 at 09:05:00PM +0000, jmclists%jmcunx.com@localhost via gnats wrote:
> May 15 15:17:29 neutron postfix/postfix-script[991]: fatal: unable to create missing queue directories
I hope this is fixed with the postfix config change pulled up right after
RC4 to netbsd-11:
--- external/ibm-public/postfix/dist/conf/main.cf 9 May 2026 18:49:13 -0000 1.12
+++ external/ibm-public/postfix/dist/conf/main.cf 12 May 2026 20:08:38 -0000 1.13
@@ -1,4 +1,4 @@
-# $NetBSD: main.cf,v 1.12 2026/05/09 18:49:13 christos Exp $
+# $NetBSD: main.cf,v 1.13 2026/05/12 20:08:38 christos Exp $
#
# Global Postfix configuration file. This file lists only a subset
# of all parameters. For the syntax, and for a complete parameter
@@ -702,6 +702,6 @@ shlib_directory = /usr/lib/postfix
# meta_directory: The location of non-executable files that are shared
# between multiple Postfix instances.
-meta_directory = /etc/postfix
+meta_directory = /usr/libexec/postfix
-inet_protocols = ipv4
+#inet_protocols = ipv4
Martin
Home |
Main Index |
Thread Index |
Old Index