cookbook 'mx', '= 0.3.4'
mx (11) Versions 0.3.4 Follow0
Install and configure a mail server
cookbook 'mx', '= 0.3.4', :supermarket
knife supermarket install mx
knife supermarket download mx
Dependent cookbooks
ngx ~> 2.2 |
tls ~> 4.1 |
postgresql >= 7.1 |
php >= 4.0 |
ark ~> 5.1 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.3.4] - 2021-04-30
Added
- Enable dovecot's
old_stats
plugin (seemx_dovecot
new resopurce properties:old_stats_enabled
,old_stats_host
,old_stats_port
,old_stats_refresh
andold_stats_track_cmds
).
[0.3.3] - 2021-04-27
Changed
- Enable extra addresses for SMTP From.
[0.3.2] - 2021-04-19
Changed
- Less strict
postgresql
andphp
dependencies.
[0.3.1] - 2021-04-16
Changed
- Remove
reject_unknown_client_hostname
fromsmtpd_client_restrictions
in postfix.
[0.3.0] - 2021-03-22
Added
- Support pop3.
- Specify imap login options.
- Support IPv6 for MTA STS hosts.
- Rspamd multimap rule to whitelist messages from postmaster.
[0.2.0] - 2021-03-02
Added
- Implemented
mx_mta_sts_vhost
resource.
Changed
- Harden SSL settings (Ciphers & Perfect forward secrecy).
- pflogsumm will now parse
/var/log/mail.log.0
(which should be created by logrotate).
[0.1.0] - 2021-02-20
Draft version.
Added
- Upload the cookbook to Chef Supermarket.