The Sampsons wrote:
> I just found this in /var/log/messages. I'm coming to the conclusion 
> that this is an SELinux problem. I'll try to figure out how to disable 
> it later and report back.
> 
> Oct 20 16:02:28 server kernel: audit(1161356548.037:8): avc:  denied  { 
> execute } for  pid=24990 comm="local" name="tmda-filter" dev=dm-0 
> ino=1668732 scontext=system_u:system_r:postfix_local_t:s0 
> tcontext=root:object_r:usr_t:s0 tclass=file

Sounds like it. You want to edit /etc/sysconfig/selinux

and set this entry:

SELINUX=permissive

*or*

SELINUX=disabled

Then reboot.

The former will still detect SELinux permission "failures", but let the
action occur (a log entry will be made, and you can edit your policy as
required to fix the problem, then set SELINUX=enabled again).

The second entry will just turn SELinux off, which is often simpler,
although obviously, you don't get its benefit!
_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to