mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 14:24:07 -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/config.inc.php
|
||||
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
|
||||
# RoundCube tinyMCE fix
|
||||
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/clearing-letsencrypt-pipe
|
||||
touch /usr/local/vesta/data/upgrades/limit_max_recipients
|
||||
touch /usr/local/vesta/data/upgrades/roundcube_smtp_auth
|
||||
|
||||
# Secret URL
|
||||
secretquery=''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue