Zum Inhalt

CHANGELOG

Unreleased

v3.0.0 (2025-06-05)

  • Update all components from source and update/extend configuration

v2.2.0 (2024-12-19)

  • Update e4a-system for unix listen paths support
  • Update e4a-service for unix listen paths support

v2.1.0 (2024-12-06)

  • Add oidc config for http service

v2.0.0 (2024-10-02)

  • Update all components from source and update/extend configuration

v1.9.0 (2024-06-18)

  • Update e4a-webapp from source

v1.8.1 (2024-04-29)

  • Generate 3rd-party licenses on dist
  • Add minimal project description to README

v1.8.0 (2024-04-19)

  • Update e4a-system for metrics listener configs

v1.7.0 (2024-04-11)

  • Update e4a-system add add eas

v1.6.1 (2024-03-21)

  • Update import config

v1.6.0 (2024-02-29)

  • Add importer

v1.5.0 (2023-11-17)

  • Enable apointment body link support by default

v1.4.1 (2023-10-17)

  • Increase IMAP midb agent default connection settings

v1.4.0 (2023-09-20)

  • Introduce new common.flag section
  • Add ad_connect
  • Update e4a-system
  • Update e4a-service

v1.3.0 (2023-09-15)

  • Update e4a-webapp from source
  • Update CI to Ubuntu 22.04

v1.2.0 (2023-06-16)

  • Update e4a-system with dedicated amidb and timer conf files
  • Add policyd

v1.1.0 (2023-06-02)

  • Update e4a-system an e4a-service and incorporate their changes

v1.0.0 (2023-05-11)

  • Fix spelling of organization

v0.13.0 (2023-04-27)

  • Update e4a-service and add missing redis config
  • Add servicerpc
  • Fix linter issues
  • Bump delivery auto response interval default to 1 day

v0.12.0 (2023-02-28)

  • Add adsredird
  • Update e4a-system config from source
  • Update e4a-webapp from source

v0.11.1 (2023-02-07)

  • Make path to submit.php absolute

v0.11.0 (2023-02-03)

  • Update to Go 1.19
  • Implement branding signature validation

v0.10.0 (2022-12-22)

  • Remove freebusy and cnvtabkt tools config values

v0.9.0 (2022-11-24)

  • Implement branding generator
  • Use dedicated run directory
  • Expose version as Go module
  • Expose additional branding related webapp settings via configuration
  • Fix accidential filtering of serviced logo configuration
  • Add oidc config for imap and pop3

v0.8.1 (2022-11-04)

  • Increase the default value for max items in a mailbox
  • Change default vale of midb_table_size to allow large move operations
  • Disable http user_filter audit functionality by default

v0.8.0 (2022-10-18)

  • Update e4a-system config from source
  • Add fcgi and login script configs to zcore
  • Add configuration for trusted proxies for http service
  • Add support for trusted proxies

v0.7.2 (2022-08-23)

  • Update e4a-system config from source
  • Update webapp config from source

v0.7.1 (2022-07-14)

  • Define config options for domain validation

v0.7.0 (2022-04-14)

  • Bump Go version to Go 1.18
  • Update default value of PLUGIN_WEBAPPMANUAL_URL

v0.6.0 (2022-03-31)

  • Add manage-ui URL configuration to webapp and service configs
  • Add logo key for mailgen
  • Use oktal config values as string to avoid base 10
  • Update all config files from source and add serviced and indexerd
  • Define supported languages

v0.5.0 (2022-02-28)

  • Increase imap.context_map_mem to 2M to match the other services
  • Remove all indexer related configuration
  • Set enabled webapp locale to en_GB.UTF-8 only
  • Sync latest webapp changes and use default lang and timezone
  • Sync latest push changes
  • Support more complex replacements in php files
  • Move X.500 out of default configuration
  • Remove optional example config
  • Switch default locale to en-gb
  • Increase default concurren midb thread limit to 500
  • Increase default concurrent session limit to 50000
  • Use correct maximum of midb.table_size
  • Increase default concurrent session limit to 3000
  • Remove alias for typo in variable

v0.4.1 (2021-12-30)

  • Set default editor in confi-all-v1.yaml instead of user facing config.yaml

v0.4.0 (2021-12-20)

  • Update for config changes from system, service and webapp
  • Change user_cache_interval name
  • Remove log_plugin configuration

v0.3.0 (2021-11-12)

  • Add support to configure OIDC iss
  • Sync latest push changes
  • Add support for getv default values
  • Sync templates after spelling error change in exmbd_provider
  • Use user_table_size 100 in zcore to avoid large memory usage

v0.2.0 (2021-10-29)

  • Increse default memory table sizes by factor 100
  • Update templates from sources
  • Sync value of FASTCGI_MAX_SIZE with upstream
  • Set jodit as the default editor

v0.1.0 (2021-09-08)

  • Ensure to use localhost only as mysql host when standard port
  • Fix wrong service config selector for mysql.dbname
  • Use en-us as default user language
  • Generate system templates from installed config files
  • Remove spurious config container folder for webapp config location
  • Add configuration option webapp/default_editor
  • Retain symbolic links in default CONFDROOT value
  • Add templates for system, service, push and webapp configuration
  • Use configuration template first, so the config.yaml actuall can set things
  • Add automatic config.yaml file merging with defaults
  • Add yq utility for easy YAML processing
  • Also create var/run folder on install
  • We don't have any conf.d or templates yet, so don't try to install any
  • Add config, template support and templates folder
  • Add CI with dist and install scripts
  • Add bin script
  • Add generator for srv_password.txt
  • Add runparts command
  • Add confd command
  • Add .editconfig and .gitignore

v0.0.1 (2021-08-27)

  • Initial commit