Comments on: How to Find Out Postfix Mail Server Version in Linux https://www.tecmint.com/find-postfix-mail-server-version-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 24 Feb 2023 19:13:23 +0000 hourly 1 By: Joe Wulf https://www.tecmint.com/find-postfix-mail-server-version-in-linux/comment-page-1/#comment-1972093 Fri, 24 Feb 2023 19:13:23 +0000 https://www.tecmint.com/?p=27836#comment-1972093 Note that “postconf -d mail_version” will only return a legitimate result when postfix is running. Bizarrely, you apparently cannot get the version number without the postfix service executing.

Alternatively, you could do: “rpm -qa | grep -i postfix“, to at least have the RPM version number.

Good luck.

]]>
By: Sparc https://www.tecmint.com/find-postfix-mail-server-version-in-linux/comment-page-1/#comment-1007059 Thu, 28 Jun 2018 00:09:23 +0000 https://www.tecmint.com/?p=27836#comment-1007059 Why don’t they just use --version.

]]>