Search found 6 matches
- Sat May 20, 2017 10:03 am
- Forum: Mail Server
- Topic: EMail SSL Certificate Installation
- Replies: 5
- Views: 20225
Re: EMail SSL Certificate Installation
Check if the following options exist in /etc/exim4/exim4.conf.template : tls_advertise_hosts = * tls_certificate = /usr/local/vesta/ssl/certificate.crt tls_privatekey = /usr/local/vesta/ssl/certificate.key You can do that like that: grep "tls_" /etc/exim4/exim4.conf.template Then go to /usr/local/ve...
- Sat Mar 12, 2016 11:38 am
- Forum: General Discussion
- Topic: New vestacp?
- Replies: 5
- Views: 7038
- Tue Mar 08, 2016 6:53 pm
- Forum: Modification & Patches
- Topic: Merging Github patches
- Replies: 7
- Views: 17187
Re: Merging Github patches
Nice to hear you're considering this!imperio wrote:We will think about it. Thank you for your suggestion.
I'm eager to test it when it's out. Good luck :)
- Thu Mar 03, 2016 11:41 am
- Forum: Modification & Patches
- Topic: Merging Github patches
- Replies: 7
- Views: 17187
Re: Merging Github patches
Yes, I understood that. However, I think developing "in the dark" is not the best idea for the future of VestaCP (after the rewrite). You can create an "alpha" or "beta" branch on github which differs from the master branch and is for rewriting existing code which doesn't land in production. This co...
- Tue Mar 01, 2016 6:54 pm
- Forum: Modification & Patches
- Topic: Merging Github patches
- Replies: 7
- Views: 17187
Re: Merging Github patches
Any ETA on the rewrite? Why is this not done via github branch? :)
- Mon Feb 29, 2016 12:34 pm
- Forum: Modification & Patches
- Topic: Merging Github patches
- Replies: 7
- Views: 17187
Merging Github patches
Hey guys, We have a discussion about maintainers of the github repo here: https://github.com/serghey-rodin/vesta/issues/641 It'd be very nice if Serghey could destine some github users for merging code into a dev branch of the software, since a lot of the PRs ( currently 53 and rising!) pile up and ...