Skip to content

Commit de21935

Browse files
author
Marius Burkard
committed
Merge branch '6249-confidential-issue' into 'develop'
Prevent unprivileged users from accessing or flushing the postfix mail queue See merge request ispconfig-confidential/ispconfig3!6
2 parents 1c9e419 + d427917 commit de21935

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

install/tpl/debian_postfix.conf.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ smtp_sender_dependent_authentication = yes
5959
smtp_sasl_auth_enable = yes
6060
smtp_sasl_security_options = noanonymous, noplaintext
6161
smtp_sasl_tls_security_options = noanonymous
62+
authorized_flush_users =
63+
authorized_mailq_users = nagios, icinga

install/tpl/fedora_postfix.conf.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ smtp_sender_dependent_authentication = yes
5555
smtp_sasl_auth_enable = yes
5656
smtp_sasl_security_options = noanonymous, noplaintext
5757
smtp_sasl_tls_security_options = noanonymous
58+
authorized_flush_users =
59+
authorized_mailq_users = nagios, icinga

install/tpl/gentoo_postfix.conf.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ smtp_sender_dependent_authentication = yes
5454
smtp_sasl_auth_enable = yes
5555
smtp_sasl_security_options = noanonymous, noplaintext
5656
smtp_sasl_tls_security_options = noanonymous
57+
authorized_flush_users =
58+
authorized_mailq_users = nagios, icinga

install/tpl/opensuse_postfix.conf.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ smtp_sender_dependent_authentication = yes
5757
smtp_sasl_auth_enable = yes
5858
smtp_sasl_security_options = noanonymous, noplaintext
5959
smtp_sasl_tls_security_options = noanonymous
60+
authorized_flush_users =
61+
authorized_mailq_users = nagios, icinga

0 commit comments

Comments
 (0)