Search found 5 matches

by mylastore
Sat Apr 06, 2024 5:46 am
Forum: General discussion
Topic: Cannot receive emails
Replies: 3
Views: 1214

Re: Cannot receive emails

Why port 468?

On vesta I see the following ports are needed for smtp 25,465,587,2525

My emails were working and suddenly email are not coming in.
by mylastore
Mon Oct 24, 2022 4:30 pm
Forum: nginx templates
Topic: How to make SSL cert file readable for NodeJS
Replies: 2
Views: 1588

How to make SSL cert file readable for NodeJS

I am trying run https on a nodejs application so when I try to read for example

Code: Select all

/home/admin/conf/web/ssl.papaslive.crt'
I get the following permissions error:

Code: Select all

Error: EACCES: permission denied, open '/home/admin/conf/web/ssl.papaslive.com.key'
by mylastore
Wed Jun 09, 2021 6:18 am
Forum: General discussion
Topic: Setup a temporay domain name before pointing the actual domain name
Replies: 5
Views: 2685

Re: Setup a temporay domain name before pointing the actual domain name

I did this
Yes, you can do it by adding alias dev.mydomain.com in WEB -> domain -> Edit -> "Alias" field, but then you must make 'dev' A record in client domain DNS, pointing to your myVesta server.

but did not work
by mylastore
Tue Jun 08, 2021 4:40 pm
Forum: General discussion
Topic: Setup a temporay domain name before pointing the actual domain name
Replies: 5
Views: 2685

Re: Setup a temporay domain name before pointing the actual domain name

Thank you fro your reply but this is so our users can see their website before pointing their domain name, with this answer they will have no clue on how to set up their OS. I was more of myvesta CP side where when I add a domain name to myvesta CP an alias is generated for that domain automatically...
by mylastore
Tue Jun 08, 2021 8:07 am
Forum: General discussion
Topic: Setup a temporay domain name before pointing the actual domain name
Replies: 5
Views: 2685

Setup a temporay domain name before pointing the actual domain name

Ho to setup a temporary dev-domain-name before pointing the actual domain name? During development we don't want to point the actual domain name so we need for example Current domain name mydomain.com current live site hosted somewhere else. Dev domain name dev.mydomain.com to show users the current...