Search found 932 matches

by myVesta
Sat Aug 15, 2020 11:09 pm
Forum: General discussion
Topic: Additional IP and SMTP server
Replies: 11
Views: 5966

Re: Additional IP and SMTP server

Let's try.
First update myVesta to latest version:

Code: Select all

rm /var/cache/apt/archives/vesta_0.9.*
apt update && apt install --reinstall vesta
Now type:

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)
by myVesta
Sat Aug 15, 2020 8:18 pm
Forum: myVesta
Topic: Why myVesta supports only Debian
Replies: 1
Views: 6997

Why myVesta supports only Debian

Compatibility with all three Linux distributions was always wasting a time for me. I remember one moment, long time ago, when I fixed one bug in VestaCP, I had to install all three distributions, then to install VestaCP on all three distributions, just to check if one small bugfix is correctly fixed...
by myVesta
Sat Aug 15, 2020 2:19 pm
Forum: myVesta
Topic: Why I made myVesta and not joined HestiaCP
Replies: 9
Views: 11156

Why I made myVesta and not joined HestiaCP

People asked me many times why I didn't joined HestiaCP. First of all, at the moment when Hestia was born, I already had many servers with my own "quite a lot modified VestaCP" (at that moment fork didn't have a name). So, it was not easy to port all those features (that I already had) to ...
by myVesta
Sat Aug 15, 2020 1:53 pm
Forum: General discussion
Topic: Additional IP and SMTP server
Replies: 11
Views: 5966

Re: Additional IP and SMTP server

To be honest, I think we can do something with changing few lines in exim4.conf.template , i mean, i already did that 'trick' on one server. Give me some time today, i will see. Command v-make-separated-ip-for-email can be good base for upgrading on it. Hestia... sorry to hear that... That was my fe...
by myVesta
Fri Aug 14, 2020 11:11 am
Forum: General discussion
Topic: myvesta cp SitePad Website Builder error 500
Replies: 6
Views: 5081

Re: myvesta cp SitePad Website Builder error 500

Well, I can't help you here, I don't know why it is installed there.
by myVesta
Fri Aug 14, 2020 11:08 am
Forum: General discussion
Topic: Additional IP and SMTP server
Replies: 11
Views: 5966

Re: Additional IP and SMTP server

oceanox wrote: Fri Aug 14, 2020 10:47 am With that script would it allow me to send via SMTP to each domain its own IP?
As I said, nope.
All accounts will be switched to desired IP.

I think that www.hestiacp.com have support for this what you need.
by myVesta
Fri Aug 14, 2020 12:07 am
Forum: General discussion
Topic: myvesta cp SitePad Website Builder error 500
Replies: 6
Views: 5081

Re: myvesta cp SitePad Website Builder error 500

Why you put site in folder /home/user/sitepad-editor/ ? I think it should be in /home/user/web/your-domain.com/public_html/ Another thing, edit /etc/php/7.3/fpm/pool.d/yoursite.com.conf Find line with open_basedir add :/var/softaculous/sitepad at the end of that line. Then restart php-fpm: service p...
by myVesta
Thu Aug 13, 2020 10:08 pm
Forum: General discussion
Topic: myvesta cp SitePad Website Builder error 500
Replies: 6
Views: 5081

Re: myvesta cp SitePad Website Builder error 500

Greeting, The next problem, when installing SitePad Website Builder under a domain in a user account, we experience the following problem. we tried all php versions and proxy config. The error is the following error 500 error log: AH00124: Request exceeded the limit of 10 internal redirects due to ...
by myVesta
Thu Aug 13, 2020 9:59 pm
Forum: General discussion
Topic: Additional IP and SMTP server
Replies: 11
Views: 5966

Re: Additional IP and SMTP server

Currently it's possible only to make outgoing email to be sent from another IP, but it will be only for SMTP-authorized users (PHP will still send email from main IP), and it will be for all accounts. Command is v-make-separated-ip-for-email - https://github.com/myvesta/vesta/blob/master/bin/v-make-...