Search found 18 matches
- Tue Jan 15, 2019 1:41 am
- Forum: General Discussion
- Topic: How to move a let's encrypt website to another server ?
- Replies: 8
- Views: 1966
Re: How to move a let's encrypt website to another server ?
I just first move the domain I want to split from a pack to a new user on the original server. Then I back it up, and then restore. You'll have to do a couple of things around that, like change database names in any configs to reflect the new database name that is based on the user.
- Thu Dec 27, 2018 2:36 am
- Forum: 3rd Party Software
- Topic: Let's Encrypt for VestaCP System (8083) and exim4
- Replies: 54
- Views: 94877
Re: Let's Encrypt for VestaCP System (8083) and exim4
How can we certificate multiple domains. Imagine that you have domain1.com and domain2.com and want to use on mail configurations: mail.domain1.com mail.domain2.com There is any way to create a certificate that works for all domains? I see no reason why you can't put aliases in your web domain for ...
- Thu Dec 27, 2018 2:26 am
- Forum: General Discussion
- Topic: How to move a let's encrypt website to another server ?
- Replies: 8
- Views: 1966
Re: How to move a let's encrypt website to another server ?
I used the vesta cli and it moves the let's encrypt cert just fine. I can't imagine a reason you'd not want to use it. It works quickly and simply.
- Thu Dec 27, 2018 2:17 am
- Forum: Mail Server
- Topic: Why so complicated?
- Replies: 2
- Views: 717
Re: Why so complicated?
I've never had a problem setting up a mail server. I think the only extra thing I do is put in a cron to check and copy over the ssl cert I install for the web into the control panel and email. I guess they could have that happen automatically, but it's literally just a minute or two once at server ...
- Thu Dec 27, 2018 2:12 am
- Forum: General Discussion
- Topic: Cannot SSH to account after 3 failed attempts
- Replies: 1
- Views: 399
Re: Cannot SSH to account after 3 failed attempts
That's fail2ban working properly. It's a temporary block. Perhaps 10 minutes if memory serves. You can look up it's config right inside vestacp and adjust it if necessary, but I'd not. it's protecting you from people who would crack their way in.
- Thu Dec 27, 2018 2:08 am
- Forum: Mail Server
- Topic: Fresh Install Vesta cant connect to roundcube
- Replies: 16
- Views: 17202
Re: Fresh Install Vesta cant connect to roundcube
I wanted to mention I hit this on ubuntu 16.04 as it's deployed on ovh. imap wasn't connecting in an email client, and roundcube failed as well. I found this thread, removed 15-mailboxes.conf, restarted dovecot, and solved. Thanks for posting your information here.
- Mon Dec 17, 2018 6:31 pm
- Forum: Debian/Ubuntu
- Topic: restore from another server not including email forwardings
- Replies: 1
- Views: 509
Re: restore from another server not including email forwardings
OK. So I kept looking for a solution, and I do think I've found one. There is a rebuild mail option on the user. I was looking in the domains for that sort of thing. That fixes the email forwards. I still don't know if I should report the initial problem as a bug though. Seems like maybe I should. E...
- Mon Dec 17, 2018 6:18 pm
- Forum: Debian/Ubuntu
- Topic: restore from another server not including email forwardings
- Replies: 1
- Views: 509
restore from another server not including email forwardings
Hi all, I've run into something that could be a bug, but I never rule out the bug being me. :) I'm moving some sites from one VestaCP managed server to another. I used the standard CLI commands to v-backup-user and v-restore-user the .tar on the new server. I thought everything worked pretty well un...
- Fri Jun 02, 2017 4:50 pm
- Forum: Web Server
- Topic: NGINX proxy_cache does not cache if the end of the .html address
- Replies: 3
- Views: 2085
Re: NGINX proxy_cache does not cache if the end of the .html address
There is a list of extensions to include in the cacheing right where you turn the proxy on in the vestacp. I think the default one has html in it's list of things to proxy. If you've done something custom, you may need to add it back.
- Fri Jun 02, 2017 4:47 pm
- Forum: Web Server
- Topic: Let's encrypt Error code: 2.
- Replies: 1
- Views: 2031
Re: Let's encrypt Error code: 2.
If you get an error trying to set up ssl on a domain, I believe you'll get the first website in the nginx config that it has for a valid https site. (don't quote me, maybe I dreamed this.) Do you see the correct domain when you go there without the s? (http://domain2) Solve the SSL problem for domai...