mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 22:04:01 -07:00
Roundcube SMTP auth
This commit is contained in:
parent
0fdc394de1
commit
95a8046e60
1 changed files with 3 additions and 0 deletions
|
@ -1305,6 +1305,8 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
|
||||||
chown root:www-data /etc/roundcube/debian-db-roundcube.php
|
chown root:www-data /etc/roundcube/debian-db-roundcube.php
|
||||||
chown root:www-data /etc/roundcube/config.inc.php
|
chown root:www-data /etc/roundcube/config.inc.php
|
||||||
fi
|
fi
|
||||||
|
sed -i "s#^\$config\['smtp_user'\].*#\$config\['smtp_user'\] = '%u';#g" /etc/roundcube/defaults.inc.php
|
||||||
|
sed -i "s#^\$config\['smtp_pass'\].*#\$config\['smtp_pass'\] = '%p';#g" /etc/roundcube/defaults.inc.php
|
||||||
if [ "$release" -eq 8 ]; then
|
if [ "$release" -eq 8 ]; then
|
||||||
# RoundCube tinyMCE fix
|
# RoundCube tinyMCE fix
|
||||||
tinymceFixArchiveURL=$vestacp/roundcube/roundcube-tinymce.tar.gz
|
tinymceFixArchiveURL=$vestacp/roundcube/roundcube-tinymce.tar.gz
|
||||||
|
@ -1625,6 +1627,7 @@ touch /usr/local/vesta/data/upgrades/fix_ssl_directive_in_templates
|
||||||
touch /usr/local/vesta/data/upgrades/clamav_block_exe_in_archives
|
touch /usr/local/vesta/data/upgrades/clamav_block_exe_in_archives
|
||||||
touch /usr/local/vesta/data/upgrades/clearing-letsencrypt-pipe
|
touch /usr/local/vesta/data/upgrades/clearing-letsencrypt-pipe
|
||||||
touch /usr/local/vesta/data/upgrades/limit_max_recipients
|
touch /usr/local/vesta/data/upgrades/limit_max_recipients
|
||||||
|
touch /usr/local/vesta/data/upgrades/roundcube_smtp_auth
|
||||||
|
|
||||||
# Secret URL
|
# Secret URL
|
||||||
secretquery=''
|
secretquery=''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue