We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c809b4 commit d41a1c4Copy full SHA for d41a1c4
bin/v-change-sys-hostname
@@ -51,6 +51,11 @@ else
51
# Debian/Ubuntu
52
hostnamectl set-hostname $domain
53
echo "$domain" > /etc/hostname
54
+
55
+ # Update Roundcube password plugin configuration
56
+ if [ -d /etc/roundcube/ ]; then
57
+ sed -i "/password_hestia_host/c\$rcmail_config['password_hestia_host'] = '$domain';" /etc/roundcube/plugins/password/config.inc.php
58
+ fi
59
fi
60
61
# Update ip helo for exim
0 commit comments