mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
mail/postfix: ACL for log file #1191
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user