From 8eeda6f2a7f5822ad87918bacf09803371929d10 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Fri, 22 Jan 2016 18:47:43 +0100 Subject: [PATCH] Fixed tests --- Makefile | 4 ++++ postfix/main.cf | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a019057e..3e97440a 100644 --- a/Makefile +++ b/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 diff --git a/postfix/main.cf b/postfix/main.cf index 68eca62a..38b4bedc 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -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