Posts tagged Postfix
The location of Postfix's main config file in Linux
On Linux, Postfix’s main configuration file, main.cf
, is located at:
/etc/postfix/main.cf
How to get your Postfix version
postconf mail_version
You will see something like this: mail_version = 2.9.6
. In this case, your Postfix version is 2.9.6
.
How to restart postfix in Ubuntu Linux
sudo /etc/init.d/postfix restart
N.B. I am running Ubuntu 12.04 LTS and Postfix 2.9.6.