mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Support for modifying Postfix' master.cf (#595)
* Support for modifying Postfix' master.cf, using the syntax, in postfix-master.cf
This commit is contained in:
parent
2e4e65b705
commit
3569aebcb6
4 changed files with 16 additions and 0 deletions
1
test/config/postfix-master.cf
Normal file
1
test/config/postfix-master.cf
Normal file
|
@ -0,0 +1 @@
|
|||
submission/inet/smtpd_sasl_security_options=noanonymous
|
|
@ -391,6 +391,11 @@ load 'test_helper/bats-assert/load'
|
|||
assert_success
|
||||
}
|
||||
|
||||
@test "checking postfix: master.cf overrides" {
|
||||
run docker exec mail grep -q 'submission/inet/smtpd_sasl_security_options=noanonymous' /tmp/docker-mailserver/postfix-master.cf
|
||||
assert_success
|
||||
}
|
||||
|
||||
#
|
||||
# dovecot
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue