mailcow / mailcow-ansiblerole

The official ansible role to setup mailcow using Ansible
GNU General Public License v3.0
75 stars 49 forks source link

- Fixed generation of mailcow.conf file with accepting anything interactive shell suggests #6

Closed yavulan closed 3 years ago

yavulan commented 4 years ago

generate_config.sh might require user input (even with env variables set):

I modified task "Generate mailcow.conf file" to accept anything interactive shell suggests.

ntimo commented 4 years ago

That is a bit of a hacky solution. I think we should update the generate_config.sh as well as the update.sh to respect a env variable like debian_frontend=noninteractive .