Switch user passwords to plain to make it more obvious to admins which passwords are secretary
Remove passwords for inactive accounts
Signed-off-by: Felix Bartels <felix@9wd.eu>
* add new option for kwmbridge dnat mode
* add local config for test of nat functionality
* use variable instead of real ip
* move turn configuration to the right place
* update kwmbridge
* remove trivy
* add kapps repo to base image to prevent from potentially updated components (for example kweb)
* kapps needs to be added to php image, not webapp image
* ignore unknown syntax for build time secrets
* update Konnect
* enhance example for installing plugins at build time
Relates to https://github.com/zokradonh/kopano-docker/issues/457
* do not always rebuild the webapp base when building the webapp plugins image
documentation
* update docker-mailserver to 7.0.0
* updated docker-mailserver image to 7.0.0
* added volume for mail logs
* use SPAMASSASSIN_SPAM_TO_INBOX to deliver spam to INBOX, upstreams new default is bouncing:
* https://github.com/tomav/docker-mailserver#spamassassin_spam_to_inbox
* migrate REPORT_RECIPIENT to the new PFLOGSUMM_TRIGGER=logrotate
* update docker-mailserver image version to 7.0.1
Signed-off-by: René Plötz <reneploetz@users.noreply.github.com>
* Allow to install extra packages
The string in line #20 is always zero, we should watch the return value of mkdir.
* fix more mkdir checks
Co-authored-by: peterfromthehill <peter@1qay.net>
* Added KAPPS_VERSION
The KAPPS_VERSION didin't match the CORE_VERSION execept for latest.
A new KAAPS_VERSION var in the .env, which defaults to latest, will fix this.
Co-authored-by: Anton Engelhardt <anton@neednow.de>
Co-authored-by: Felix Bartels <1257835+fbartels@users.noreply.github.com>
* implement new env variable to disable all automatic actions
fixes https://github.com/zokradonh/kopano-docker/issues/360
* wrap the remaining services in checks if autoconfigure/disable_checks is used
* move definition of AUTOCONFIGURE variable into base image
* add logic to kapps and kdav container
* add autoconfigure to konnect container
* update build stage to latest golang
* add autoconfig to remaining images
* delete obsolete apache config in z-push folder
* when specifying config paths use KOPANO_CONFIG_PATH
* also use env variable in helper scripts
* add message about removal of kopano-cli
* Add container for kopano-spamd
* Authenticate version requests if needed
* Fix building of z-push for 'supported' base image
* Install kopano-spamd package by default
* Smaller fixes for kopano-spamd
* Fix missing file header
* simplify netrc usage
* Skip downloading of packages if folder already exists
The base image is using onbuild instructions to reduce code duplication (in regards to fetching Kopano packages). Sadly the unbuild instructions are not only executed on the directly following container image, but in every image that is using the images from this project as a base.
Fixes https://github.com/zokradonh/kopano-docker/issues/430