Commit Graph

463 Commits

Author SHA1 Message Date
Thomas VIAL 184d6062e9
Added default ENV 2017-01-03 14:19:04 +01:00
Thomas VIAL d6925f0c2d
Fixed variables 2017-01-02 10:17:20 +01:00
Thomas VIAL e28b5b0e1b
Fixed Makefile 2017-01-02 09:22:44 +01:00
Thomas VIAL 46268e870f
Removed quotes 2017-01-02 00:09:47 +01:00
Thomas VIAL 1f0a470097
Fixing export 2017-01-01 23:37:53 +01:00
Thomas VIAL e5e8b71d6c
Fixed spam/virus check 2017-01-01 21:23:07 +01:00
Thomas VIAL d3da3b1a0d
Back to = instead of - 2017-01-01 21:01:01 +01:00
Thomas VIAL 54394d1ae9
Moved printenv and changed default var export 2017-01-01 20:54:53 +01:00
Thomas VIAL 412ce1681c
Added printenv in travis 2017-01-01 20:47:08 +01:00
Thomas VIAL 7a6f8c34c4
Changed variable assignment 2017-01-01 20:44:51 +01:00
Thomas VIAL f0cf862cec
Fixed assert_failure / assert_success 2017-01-01 19:38:08 +01:00
Thomas VIAL d9e6ca8321
Increased build time, and dependencies 2017-01-01 19:17:21 +01:00
Thomas VIAL bb9dcdb5c4
Fixed config 2017-01-01 18:01:12 +01:00
Thomas VIAL b5029500f6 Merge branch 'master' into travis-parallel-tests 2017-01-01 17:54:39 +01:00
Thomas VIAL a0f7f08b94
MOved bats to dependency and added bats-assert, also updated most test cases to have an ouput of expected/actual values in log (easier to debug) 2017-01-01 17:44:32 +01:00
Wolfgang Ocker 461c88e6ae Fix mailuser tools (#441)
* Add some checks for user name matching in mail user scripts
* Fix user matching problems in mail user scripts
** fix matching problems at several places:
    "delmailuser a@example.com" deletes also user "aa@example.com"
    "delmailuser a@sub.example.com" deletes also user "a@sub-example.com"
** similar problems when inserting
** refactor and clean up
2016-12-30 20:06:44 +01:00
Thomas VIAL 01e0ed8eca
Fixed operators 2016-12-28 17:50:34 +01:00
Thomas VIAL ee621fa589
Removed quotes 2016-12-28 16:44:38 +01:00
Thomas VIAL da4d713a56
Testing LDAP config and CLAMAV variant 2016-12-28 16:23:06 +01:00
Thomas VIAL c5f7e92f95
Fixed spaces 2016-12-27 23:30:56 +01:00
Thomas VIAL 53432d0c3c
Quotes 2016-12-27 23:14:08 +01:00
Thomas VIAL 94772e06ba
Fixing line endings 2016-12-27 23:05:13 +01:00
Thomas VIAL 4660acbb7e
Fixing comment.. I'm tired :-) 2016-12-27 22:56:00 +01:00
Thomas VIAL 2b6eb75edd
Fixed ldap condition in makefile 2016-12-27 22:48:00 +01:00
Thomas VIAL 1de97123d9
Fixing ldap condition 2016-12-27 22:41:05 +01:00
Thomas VIAL 6de1cfb372
Enabled LDAP/SaslAuthd tests 2016-12-27 21:56:43 +01:00
Thomas VIAL 40e51b382c
Added missing SMTP_ONLY 2016-12-27 21:17:41 +01:00
Thomas VIAL 71a81bca8d
Added missing env in Makefile 2016-12-27 21:09:11 +01:00
Thomas VIAL ef22c070fc
Fixed typos 2016-12-27 20:37:45 +01:00
Thomas VIAL b01e6b285f
Changed string to int 2016-12-27 17:40:57 +01:00
Thomas VIAL b217ae2983
Fixed ONE_DIR 2016-12-27 17:27:23 +01:00
Thomas VIAL 378dcb7dcf
Fixed config 2016-12-27 17:09:36 +01:00
Thomas VIAL a83f8388c1
WIP 2016-12-27 16:41:02 +01:00
Thomas VIAL de70a155f2 Fixed Issue #437 (#439)
* Also fixed SMTP_ONLY
2016-12-27 16:09:16 +01:00
Thomas VIAL 40ae75112b Fixed #437 setting ENABLE_POP3 to 0 by default (#438) 2016-12-27 15:55:41 +01:00
Thomas VIAL 03a0c92e6f Fixed docker version from "v2.1" to "2.1" 2016-12-25 23:10:06 +01:00
Thomas VIAL df752280e0 BREAKING CHANGES: (#432)
* Removed DISABLE_AMAVIS
* Renamed DISABLE_* to ENABLE_* with 0 as default value. (this must be explicit)
* Added missing tests for ENABLE_*
* Improved readme and docker-compose example

Should fix #256 and #386
2016-12-25 22:54:37 +01:00
Thomas VIAL ae9eaae68e Empty /etc/aliases to avoid error in log regarding format (we use virtual aliases in this image). (#429)
Fixes #425
2016-12-25 15:56:35 +01:00
Thomas VIAL 63cf0f9965 Disables clamav config in amavis when DISABLE_CLAMAV=1. Fixes #378 (#431) 2016-12-25 15:41:02 +01:00
Thomas VIAL 49b62aa1be Fixes #423 (#428) 2016-12-24 14:52:00 +01:00
Thomas VIAL 3286612831 Should fix #426 (#427) 2016-12-24 14:24:29 +01:00
Thomas VIAL ccad91c23d Improved start-mailserver output (#420)
* Improved start-mailserver output
* Fixed rework to make tests work again
* Improved output and updated SSL certs for LE
2016-12-23 23:56:39 +01:00
Daniele Bellavista 2a15ac619e Secure TLS protocols (#418) 2016-12-23 19:14:02 +01:00
Influencer 83c0095e00 Script to update users password, made test and updated setup.sh (#413)
* Added script to update users password, made test and updated setup.sh

* Moved update password test to tests.bat

* Fixed test for update password
2016-12-21 20:12:05 +01:00
Thomas VIAL 68e7e46308 Merge pull request #416 from tomav/issue-414
Refactored travis config
2016-12-21 12:53:50 +01:00
Thomas VIAL b71a48c33f
Refactored config 2016-12-21 12:39:28 +01:00
Thomas VIAL f9e663b25a Merge pull request #415 from tomav/issue-414
Added travis_wait in config to increase build time to 20min
2016-12-21 12:03:43 +01:00
Thomas VIAL c5af8d32a9
Changed configuration in 2 different lines 2016-12-21 11:52:51 +01:00
Thomas VIAL 5d77837532
Added travis_wait in config to increase build time to 20min 2016-12-21 11:34:29 +01:00
Thomas VIAL c4f434b28e Merge pull request #408 from alinmear/master
Fix Problem with Saslauthd and Postfix master.cf
2016-12-20 08:36:33 +01:00