We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74bfa8 commit 8df6207Copy full SHA for 8df6207
distros/debian9/install_webmail.sh
@@ -14,6 +14,7 @@ InstallWebmail() {
14
echo "roundcube-core roundcube/mysql/app-pass password $CFG_ROUNDCUBE_PWD" | debconf-set-selections
15
echo "roundcube-core roundcube/app-password-confirm password $CFG_ROUNDCUBE_PWD" | debconf-set-selections
16
echo "roundcube-core roundcube/hosts string localhost" | debconf-set-selections
17
+ apt-get -yqq install roundcube roundcube-core roundcube-mysql roundcube-plugins
18
sed -i "s/\$config\['default_host'\] = '';/\$config['default_host'] = 'localhost';/" /etc/roundcube/config.inc.php
19
if [ $CFG_WEBSERVER == "apache" ]; then
20
echo "Alias /webmail /var/lib/roundcube" >> /etc/apache2/conf-enabled/roundcube.conf
0 commit comments