mail/postfix: ACL for log file #1191

This commit is contained in:
Franco Fichtner
2019-02-13 17:02:47 +01:00
parent 48db37c699
commit 8e1e7008af
2 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= postfix
PLUGIN_VERSION= 1.8
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= SMTP mail relay
PLUGIN_DEPENDS= postfix-sasl
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -1,9 +1,15 @@
<acl>
<page-services-postfix>
<name>Services: Postfix</name>
<patterns>
<pattern>ui/postfix/*</pattern>
<pattern>api/postfix/*</pattern>
</patterns>
</page-services-postfix>
<page-services-postfix>
<name>Services: Postfix</name>
<patterns>
<pattern>ui/postfix/*</pattern>
<pattern>api/postfix/*</pattern>
</patterns>
</page-services-postfix>
<page-services-postfix-log>
<name>Services: Postfix: Log File</name>
<patterns>
<pattern>diag_logs_postfix.php</pattern>
</patterns>
</page-services-postfix-log>
</acl>