mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Fixed tests
This commit is contained in:
parent
e97ce868eb
commit
8eeda6f2a7
4
Makefile
4
Makefile
|
@ -32,3 +32,7 @@ fixtures:
|
|||
tests:
|
||||
# Start tests
|
||||
/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
|
||||
|
||||
# SASL
|
||||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_type = cyrus
|
||||
smtp_sasl_security_options = noanonymous
|
||||
smtpd_sasl_auth_enable = yes
|
||||
smtpd_sasl_path = smtpd
|
||||
smtpd_sasl_type = cyrus
|
||||
|
|
Loading…
Reference in a new issue