Postfix Not starting
I have faced postfix: fatal: config variable inet_interfaces: host not found: localhost this issue when i try to start post fix. I have try to find the solution so many confusion I got. But I have found the issue just we need to chang main.cf file configrations.
vi /etc/postfix/main.cf
and find the below content and change.
inet_interfaces = localhost
to
inet_interfaces = 127.0.0.1
now save and start the postfix it's will work
systemctl start postfix.service
that's all
I have faced postfix: fatal: config variable inet_interfaces: host not found: localhost this issue when i try to start post fix. I have try to find the solution so many confusion I got. But I have found the issue just we need to chang main.cf file configrations.
vi /etc/postfix/main.cf
and find the below content and change.
inet_interfaces = localhost
to
inet_interfaces = 127.0.0.1
now save and start the postfix it's will work
systemctl start postfix.service
that's all
No comments:
Post a Comment