Displaying 2 results from an estimated 2 matches for "postfix_spool_t".
2008 Aug 26
3
Amavisd Howto
...Linux
Also, SELinux with respect to the amavisd guide was recently discussed
on the mailing list here:
http://lists.centos.org/pipermail/centos/2008-August/062296.html
Quoting from that post:
module local 1.0;
require {
type traceroute_port_t;
type amavis_t;
type postfix_spool_t;
type clamd_t;
type amavis_var_lib_t;
type sysctl_kernel_t;
type var_t;
type postfix_smtpd_t;
type initrc_t;
type proc_t;
class unix_stream_socket connectto;
class file { read getattr };
class sock_f...
2014 Dec 09
1
CentOS-6.6 - Selinux and Postfix-2.11.1
...5ad0bbf2a4c7
SELinux is preventing /usr/libexec/postfix/smtp from lock access on the file
/var/spool/postfix/active/9934A60C7D.
***** Plugin restorecon (99.5 confidence) suggests *************************
If you want to fix the label.
/var/spool/postfix/active/9934A60C7D default label should be postfix_spool_t.
Then you can run restorecon.
Do
# /sbin/restorecon -v /var/spool/postfix/active/9934A60C7D
***** Plugin catchall (1.49 confidence) suggests ***************************
If you believe that smtp should be allowed lock access on the 9934A60C7D file
by default.
Then you should report this as a bug...