Search found 932 matches

by myVesta
Tue Aug 25, 2020 4:04 pm
Forum: myVesta
Topic: Error: myVesta update failed
Replies: 8
Views: 9143

Re: Error update failed

You obviously have some 'apt' proccess that get locked in background.

What will happen if you run in SSH, as root, this:

Code: Select all

apt update
apt install vesta vesta-nginx vesta-php
?
by myVesta
Tue Aug 25, 2020 3:39 pm
Forum: myVesta
Topic: Error: myVesta update failed
Replies: 8
Views: 9143

Re: Error update failed

What is the content of these files:
/usr/local/vesta/log/update-vesta.log
/usr/local/vesta/log/update-vesta-nginx.log
/usr/local/vesta/log/update-vesta-php.log
by myVesta
Fri Aug 21, 2020 5:12 pm
Forum: General discussion
Topic: Panel URL problem
Replies: 2
Views: 1721

Re: Panel URL problem

Yes, ? is mandatory :)
by myVesta
Mon Aug 17, 2020 6:23 pm
Forum: General discussion
Topic: Additional IP and SMTP server
Replies: 11
Views: 5963

Re: Additional IP and SMTP server

oceanox wrote: Sun Aug 16, 2020 4:10 pm You have to write this beforehand:
source / etc / profile
PATH = $ PATH: / usr / local / vesta / bin && export PATH
why?
viewtopic.php?f=17&t=49
by myVesta
Mon Aug 17, 2020 2:00 pm
Forum: General discussion
Topic: How to change server
Replies: 2
Views: 1644

Re: How to change server

See viewtopic.php?f=14&t=50

After that simply change IP in CloudFlare DNS.
by myVesta
Sun Aug 16, 2020 11:57 pm
Forum: PHP
Topic: How to install multi PHP versions
Replies: 42
Views: 164024

Re: How to install multi PHP versions

As it said, you probably installed nginx+php-fpm variant of myVesta (without Apache), and in that case we don't have multi-PHP support.
by myVesta
Sun Aug 16, 2020 2:14 pm
Forum: General discussion
Topic: Additional IP and SMTP server
Replies: 11
Views: 5963

Re: Additional IP and SMTP server

PTR should be some hostname that resolves back that IP.
It could be domain that you are trying to bind on that IP.
If PTR is not set correctly, my script will warning you too.

Check /etc/exim4/virtual/helo_data to see what hostname you binded to that IP.
Then set that hostname to be PTR on that IP.
by myVesta
Sat Aug 15, 2020 11:55 pm
Forum: Mail
Topic: How to set some domain to send emails from another IP
Replies: 0
Views: 5336

How to set some domain to send emails from another IP

In SSH, as root, run:

Code: Select all

v-make-separated-ip-for-email-domain "your-domain.com" "YOUR-IP"
(where YOUR-IP is something like 123.123.123.123)

Of course, first you need to assign that IP to your server.