From 0c2b0d36a769476c8e0e36b7ffdf141703d0c63d Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 27 Apr 2025 13:09:07 -0500 Subject: [PATCH] Fedora 42 moved postfix binaries to /usr/bin Signed-off-by: Jason Rothstein --- templates/Fedora/42/etc/postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Fedora/42/etc/postfix/main.cf b/templates/Fedora/42/etc/postfix/main.cf index e7c5ce2..81bcec7 100644 --- a/templates/Fedora/42/etc/postfix/main.cf +++ b/templates/Fedora/42/etc/postfix/main.cf @@ -56,7 +56,7 @@ queue_directory = /var/spool/postfix # The command_directory parameter specifies the location of all # postXXX commands. # -command_directory = /usr/sbin +command_directory = /usr/bin # The daemon_directory parameter specifies the location of all Postfix # daemon programs (i.e. programs listed in the master.cf file). This