
How can I find out which Postfix version I’m running?
How can I find out which Postfix version I’m running?
This short guide shows you how to find the version number of your Postfix email server. Unlike many other applications, Postfix has no -v or –versions switch. But you can get the version information easily by using the postconf command as shown below:if(typeof __ez_fad_position != ‘undefined’){__ez_fad_position(‘div-gpt-ad-howtoforge_com-box-3-0’)};
Run this command as root user to get the Postfix version:if(typeof __ez_fad_position != ‘undefined’){__ez_fad_position(‘div-gpt-ad-howtoforge_com-medrectangle-3-0’)};
postconf mail_version
an alternative command is:
postconf -d | grep mail_version
The above command is compatible with all Linux operating systems incl. CentOS, Debian, Fedora, and Ubuntu.
(adsbygoogle = window.adsbygoogle || []).push({});