Explorar el Código

postfix_additional: allow connecting to dovecot

Helmut Pozimski hace 3 años
padre
commit
b9c9695eb4
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      postfix_additional.te

+ 3 - 1
postfix_additional.te

@@ -1,11 +1,13 @@
-policy_module(postfix_additional, 0.0.2)
+policy_module(postfix_additional, 0.0.3)
 
 require {
   type postfix_master_t;
   type porticron_t;
   type postfix_postdrop_t;
+  type dovecot_deliver_t;
 }
 
 allow postfix_postdrop_t porticron_t:unix_stream_socket { getattr read write };
+allow postfix_postdrop_t dovecot_deliver_t:unix_stream_socket { getattr read write };
 
 corenet_tcp_bind_all_unreserved_ports(postfix_master_t)