소스 검색

postfix_additional: allow connecting to dovecot

Helmut Pozimski 3 년 전
부모
커밋
b9c9695eb4
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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)