jmct:
> Hi Wietse,
>
> Apologies - I have VERY little Linux experience - all learned using Google
> trying to get this mail server spun up. I've figured out the hard way that a
> lot of my problems on getting this thing set up were permission related in
> some form..
>
> I have ran the command you requested. Here is the output:
>
> [root new]# ls -ld / /var /var/spool /var/spool/postfix
> dr-xr-xr-x. 25 root root 4096 Mar 10 20:38 /
> drwxr-xr-x. 20 root root 4096 Jan 20 08:37 /var
> drwxr-xr-x. 13 root root 4096 Jan 20 08:35 /var/spool
> drwxr-xr-x. 16 root root 4096 Jan 22 02:50 /var/spool/postfix
Now, look for SELINUX warnings.
Or see if the warning goes away with:
/etc/selinux/config: SELINUX=disabled
and
$service selinux restart
Wietse