docker-mailserver/test
17Halbe c2f4220016 fail2ban handling integrated in setup.sh (#797)
* fail2ban handling integrated in setup.sh

- calling \"./setup debug fail2ban\" lists all iptable chains whith blocked IPs (like: Banned in dovecot: 91.200.12.164
										       Banned in postfix-sasl: 91.200.12.164)
- calling \"./setup debug fail2ban unban xxx.xxx.xxx.xxx [yyy.yyy.yyy.yyy ...]\" unbans/removes those IPs from all jails.
- calling \"./setup debug fail2ban unban\" (without an IP) gives an descriptive error: (You need to specify an IP address. Run "./setup.sh debug fail2ban" to get a list of banned IP addresses.)

* disable_vrfy_command: (#798)

Prevents Spammers from collecting existing mail-addresses by probing the mailserver for them.

* Added support for Dovecot and Postfix LDAP TLS (#800)

* Allow setup of LDAP STARTTLS for Dovecot and Postfix

* Added tests for TLS config override

* Add missing Postfix TLS options

* Added missing new line at the end of the file

* Added STARTTLS tests for Postfix config

* tests added
and made the script output look more shiny.

* setup.sh enhancements
2018-01-31 22:25:29 +01:00
..
auth Check for account changes and reload (Closes: #552) 2017-10-10 08:15:18 +02:00
bats@03608115df Add bats asserts (#463) 2017-01-10 14:15:41 +01:00
config Added support for Dovecot and Postfix LDAP TLS (#800) 2018-01-25 22:38:41 +01:00
docker-openldap Also search on the domain name for the virtual domain name in the ldap (Solves: #638) (#642) 2017-08-19 10:32:00 +02:00
email-templates debian stretch slim (#784) 2017-12-31 12:33:48 +01:00
nc_templates Include whitelist_clients.local in postgrey setup from config folder (#564) 2017-04-12 17:59:04 +02:00
test_helper Add bats asserts (#463) 2017-01-10 14:15:41 +01:00
tests.bats fail2ban handling integrated in setup.sh (#797) 2018-01-31 22:25:29 +01:00