Search found 932 matches

by myVesta
Wed Nov 04, 2020 12:38 pm
Forum: General discussion
Topic: I cant send e-mails but I can receive them. SMTP problems
Replies: 8
Views: 6372

Re: I cant send e-mails but I can receive them. SMTP problems

Try to stop fail22ban service, and see if it gonna work?
by myVesta
Fri Oct 30, 2020 11:00 pm
Forum: General discussion
Topic: Cannot start iptables service
Replies: 2
Views: 2791

Re: Cannot start iptables service

I have no idea.
I never tried to run myVesta/Vesta in Docker.

Maybe some Docker expert can help.

Maybe:

Code: Select all

apt install iptables
?
by myVesta
Fri Oct 30, 2020 10:54 pm
Forum: phpMyAdmin
Topic: How do I set SUPER privilege for a user? phpmyadmin error "1044 - Access denied for user"
Replies: 2
Views: 4048

Re: How do I set SUPER privilege for a user?

I think your SQL dump file contains CREATE DATABASE ... which is of course unacceptable. Edit your SQL file, delete CREATE DATABASE ... and also delete USE ... statements. Your SQL file maybe also contains dump od 'mysql' database (at the end or at the top of file), you should also delete it from yo...
by myVesta
Thu Oct 29, 2020 11:43 pm
Forum: General discussion
Topic: mail score
Replies: 3
Views: 2052

Re: mail score

I can tell you what caused lower score only if you have a link of that first test :D
Maybe you wrote something that looks like spammy words :D
by myVesta
Thu Oct 29, 2020 9:53 am
Forum: General discussion
Topic: mail score
Replies: 3
Views: 2052

Re: mail score

Send me test result link via private message.

I'm pretty sure it's not related with php version.
by myVesta
Wed Oct 28, 2020 7:10 pm
Forum: General discussion
Topic: Migration from Vesta to myVesta
Replies: 6
Views: 3794

Re: Migration from Vesta to myVesta

I think not.
But you can manually copy /var/log/apache2/domains/your-domain.com.bytes from old server to new.

Also, you can edit /usr/local/vesta/data/users/SOMEUSER/web.conf and manually change U_BANDWIDTH='XXXX' value (get value from old server)
by myVesta
Tue Oct 27, 2020 1:14 pm
Forum: General discussion
Topic: Switch PHP to 7.4 for MyVesta updates, is it possible?
Replies: 1
Views: 2764

Re: Switch PHP to 7.4 for MyVesta updates, is it possible?

This is happening because none of domains/subdomains are using php 7.3

The easiest fix is: create random subdomain and put in to be on 7.3

Or:
Total disable php7.3:

Code: Select all

systemctl stop php7.3-fpm
systemctl disable php7.3-fpm
by myVesta
Sun Oct 25, 2020 2:42 pm
Forum: ClamAV
Topic: How to install ClamAV on MyVesta
Replies: 1
Views: 4392

Re: How to install ClamAV on MyVesta

apt-get update apt-get install clamav-daemon wget https://raw.githubusercontent.com/myvesta/vesta/master/install/debian/10/clamav/clamd.conf -O /etc/clamav/clamd.conf gpasswd -a clamav mail gpasswd -a clamav Debian-exim freshclam update-rc.d clamav-daemon defaults service clamav-daemon restart sed ...
by myVesta
Thu Oct 22, 2020 7:15 pm
Forum: General discussion
Topic: PATH public folder CSS/JS/JPG
Replies: 2
Views: 1615

Re: PATH public folder CSS/JS/JPG

:arrow: viewtopic.php?f=20&t=82
hosting-public template - the same as hosting template, but docroot will be public_html/public/ instead of public_html/ (mostly used in Laravel projects)
by myVesta
Wed Oct 21, 2020 4:43 pm
Forum: myVesta
Topic: Can not login to admin [blank page]
Replies: 2
Views: 5845

Re: Can not login to admin [blank page]

It' means that you are trying to access myVesta without secret URL.

If you can't remember your secret URL, see viewtopic.php?f=23&t=62