Wednesday, 21 September 2016

Postfix Not starting

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

No comments:

Post a Comment

Helm installation on rhel 9

 You can do install with 2 commands  first one is curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-hel...