NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/60263: NetBSD 11.0_RC4: Potential postfix regression after pull-up ticket #283



>Number:         60263
>Category:       misc
>Synopsis:       NetBSD 11.0_RC4: Potential postfix regression after pull-up ticket #283
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    misc-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 14 21:25:00 +0000 2026
>Originator:     Matthias Petermann
>Release:        11.0_RC4
>Organization:
>Environment:
n00191# uname -a
NetBSD n00191.lan 11.0_RC4 NetBSD 11.0_RC4 (GENERIC.neobsd-26.10) #0: Thu May 14 15:16:34 CEST 2026  mpeterma%n00101.lan@localhost:/build/obj/neobsd-11/26.10/amd64-x86_64/sys/arch/amd64/compile/GENERIC amd64

>Description:
Right after a fresh install, at the first boot into the installed system postfix prints out some warnings / errors:

postfix: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
/usr/sbin/postconf: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
/usr/sbin/postconf: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
/usr/sbin/postconf: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
/usr/libexec/postfix/post-install: Error: /etc/postfix/postfix-files is not a file.
postfix/postlog: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
postfix/postfix-script: fatal: unable to create missing queue directories

>How-To-Repeat:
n00191# postfix check
postfix: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
/usr/sbin/postconf: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
/usr/sbin/postconf: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
/usr/sbin/postconf: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
/usr/libexec/postfix/post-install: Error: /etc/postfix/postfix-files is not a file.
postfix/postlog: warning: /etc/postfix/main.cf, line 707: overriding earlier entry: inet_protocols=all
postfix/postfix-script: fatal: unable to create missing queue directories

>Fix:
comment out the following lines at the bottom of the /etc/postfix/main.cf in the installed system:

```
#meta_directory = /etc/postfix
#inet_protocols = ipv4
```

This should be fixed until the final release - even when it is likely not a major issue it might scare new users to be welcomed with a error message.




Home | Main Index | Thread Index | Old Index