OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
RE: Postfix installation problem

From: Brian Collins (listbcnewnanutilities.org)
Date: Mon Feb 02 2009 - 07:03:23 CST


> I am not sure if I am using SELinux, AppArmor. I didn't install any of
> these explicitly. I am not sure if they run by default.

If you're running a Red Hat based distro, it is on by default. Check it
with:
# getenforce

If it responds with "enforcing" then it is on. Turn it off with
# setenforce disabled

If those commands aren't on your system then you probably don't have SeLinux
installed.

--BC