deltachat / chatmail

chatmail service deployment scripts and docs
https://delta.chat/en/2023-12-13-chatmail
MIT License
137 stars 14 forks source link

Problem with update file: `/chatmaild/src/chatmaild/ini/chatmail.ini.f` #391

Closed abixadamj closed 3 months ago

abixadamj commented 3 months ago

When I made git pull and cmdeploy run, the file /chatmaild/src/chatmaild/ini/chatmail.ini.f did not update those on server.

In new file I see some new options, like:

# if set to "True" IPv6 is disabled
disable_ipv6 = False

I see, that on server I don't have them, also timestamp of chatmail.ini is old - and in my opinion shuld be today....

hpk42 commented 3 months ago

The local chatmail.ini file that you are using when executing cmdeploy run will be copied to its remote location.

When you do cmdeploy init my.domain a new chatmail.ini file is generated with all options.

Typically new ini options have a default value if they don't exist, which is the same value as the one generated with init.

For now, it' might be best to add the missing options manually into your file -- or regenerate the chatmail.ini for your host, and adapt any settings you changed.

closing the issue because there is no actionable item.