You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
Fixed tests
This commit is contained in:
4
Makefile
4
Makefile
@@ -32,3 +32,7 @@ fixtures:
|
|||||||
tests:
|
tests:
|
||||||
# Start tests
|
# Start tests
|
||||||
/bin/bash ./test/test.sh
|
/bin/bash ./test/test.sh
|
||||||
|
|
||||||
|
clean:
|
||||||
|
# Get default files back
|
||||||
|
git checkout postfix/accounts.cf postfix/virtual
|
||||||
|
@@ -39,9 +39,6 @@ smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
|
|||||||
smtpd_tls_exclude_ciphers = aNULL, LOW, EXP, MEDIUM, ADH, AECDH, MD5, DSS, ECDSA, CAMELLIA128, 3DES, CAMELLIA256, RSA+AES, eNULL
|
smtpd_tls_exclude_ciphers = aNULL, LOW, EXP, MEDIUM, ADH, AECDH, MD5, DSS, ECDSA, CAMELLIA128, 3DES, CAMELLIA256, RSA+AES, eNULL
|
||||||
|
|
||||||
# SASL
|
# SASL
|
||||||
smtp_sasl_auth_enable = yes
|
|
||||||
smtp_sasl_type = cyrus
|
|
||||||
smtp_sasl_security_options = noanonymous
|
|
||||||
smtpd_sasl_auth_enable = yes
|
smtpd_sasl_auth_enable = yes
|
||||||
smtpd_sasl_path = smtpd
|
smtpd_sasl_path = smtpd
|
||||||
smtpd_sasl_type = cyrus
|
smtpd_sasl_type = cyrus
|
||||||
|
Reference in New Issue
Block a user