Skip to content

Commit d9c7c69

Browse files
committed
Merge branch 'master' of github.com:serghey-rodin/vesta
2 parents 3587976 + 3b60ab2 commit d9c7c69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

func/rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ rebuild_mail_domain_conf() {
455455
U_MAIL_DKMI=$((U_MAIL_DKMI + 1))
456456
pem="$USER_DATA/mail/$domain.pem"
457457
pub="$USER_DATA/mail/$domain.pub"
458-
openssl genrsa -out $pem 512 &>/dev/null
458+
openssl genrsa -out $pem 1024 &>/dev/null
459459
openssl rsa -pubout -in $pem -out $pub &>/dev/null
460460
cp $pem $HOMEDIR/$user/conf/mail/$domain/dkim.pem
461461

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ wget $CHOST/$VERSION/apache2-pma.conf -O /etc/phpmyadmin/apache.conf
618618
wget $CHOST/$VERSION/pma.conf -O /etc/phpmyadmin/config.inc.php
619619
ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
620620
mv -f /etc/phpmyadmin/config-db.php /etc/phpmyadmin/config-db.php_
621+
chmod 777 /var/lib/phpmyadmin/tmp
621622

622623
# Roundcube configuration
623624
wget $CHOST/$VERSION/apache2-webmail.conf -O /etc/roundcube/apache.conf

0 commit comments

Comments
 (0)