Remove obsolete ACME_CONTACT option and related comments from mailcow.conf

This commit is contained in:
FreddleSpl0it 2025-07-03 12:38:28 +02:00
parent ec6dbb099a
commit fc43c26c48
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -758,6 +758,7 @@ remove_obsolete_options() {
for option in "${OBSOLETE_OPTIONS[@]}"; do for option in "${OBSOLETE_OPTIONS[@]}"; do
if [[ "$option" == "ACME_CONTACT" ]]; then if [[ "$option" == "ACME_CONTACT" ]]; then
sed -i '/^# Lets Encrypt registration contact information/d' mailcow.conf sed -i '/^# Lets Encrypt registration contact information/d' mailcow.conf
sed -i "/^# Let's Encrypt registration contact information/d" mailcow.conf
sed -i '/^# Optional: Leave empty for none/d' mailcow.conf sed -i '/^# Optional: Leave empty for none/d' mailcow.conf
sed -i '/^# This value is only used on first order!/d' mailcow.conf sed -i '/^# This value is only used on first order!/d' mailcow.conf
sed -i '/^# Setting it at a later point will require the following steps:/d' mailcow.conf sed -i '/^# Setting it at a later point will require the following steps:/d' mailcow.conf