Fixed tests

This commit is contained in:
Thomas VIAL 2016-01-22 18:47:43 +01:00
parent e97ce868eb
commit 8eeda6f2a7
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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