mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 10:35:41 +02:00
feat: Postfix permit DSN (Delivery Status Notification) only on authenticated ports (465 + 587) (#3572)
* add POSTFIX_DSN
* add tests for POSTFIX_DSN
* Revert "add POSTFIX_DSN"
This reverts commit d5bd0e9117
.
* discard DSN requests on unauthenticated ports
* make tests work with overrides instead of ENV
* Apply suggestions from code review
* fix test inconsistencies
---------
Co-authored-by: allddd <allddd@proton.me>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
811a769845
commit
eacc379cf1
8 changed files with 138 additions and 0 deletions
1
test/config/dsn/postfix-main.cf
Normal file
1
test/config/dsn/postfix-main.cf
Normal file
|
@ -0,0 +1 @@
|
|||
smtpd_discard_ehlo_keywords =
|
2
test/config/dsn/postfix-master.cf
Normal file
2
test/config/dsn/postfix-master.cf
Normal file
|
@ -0,0 +1,2 @@
|
|||
submission/inet/smtpd_discard_ehlo_keywords=silent-discard,dsn
|
||||
submissions/inet/smtpd_discard_ehlo_keywords=silent-discard,dsn
|
Loading…
Add table
Add a link
Reference in a new issue