Anti-spam • Re: Emails rejected due to SpamHaus blacklist (zen.spamhaus.org)
Update:We've released service update Version 0.9.9-0-12 [28-Feb-2025] and removed SpamHaus DNSBL from exim4Statistics: Posted by isscbta — Fri Feb 28, 2025 12:02 pm
View ArticleGeneral discussion • Re: can't to create backup
Code: tail /var/log/vesta/backup.logProbably, there is not enough disk space to create a backup.Statistics: Posted by myVesta — Mon Mar 03, 2025 11:19 pm
View ArticlePHP • Re: How to install multi PHP versions
Any ideas how to avoid installation of unnecessary latest PHP version binaries? Steps to reproduce Download multi-php-install.sh Set e.g. inst_74=1; inst_80=1; all other versions are set to 0....
View ArticleWeb • Increasing cookie size limit in nginx and apache
This guide explains how to increase the buffer size for URL + cookies accepted by the server in incoming http/https requests. This is done by modifying the relevant configurations in Nginx and Apache....
View ArticleThird-party software • How to Fix the "ENOSPC: System Limit for Number...
We encountered an issue when running the command `npm run dev` on our server. Here's a quick overview:Issue Description:1. The `npm run dev` command starts normally for a second or two.2. Then the...
View ArticleBash • How to release deleted files held by a running process
When you delete a file that is still being accessed by a process, the file may remain on the disk until that process releases it. This often happens if a Bash session is holding onto the file via an...
View ArticlePHP • How to Improve PHP-FPM Performance by Adjusting max_execution_time and...
If you’ve noticed performance issues or intermittent “stuttering” on your server, adjusting a few PHP-FPM settings might help. Below is a quick recap of our tweaks and how they helped resolve error...
View ArticleBackup • Re: New Backup Method with Backblaze Using RCLONE
Ensure Your Custom v-backup-users Still Exists if myVesta Updates Before Backup with a Cron JobI’ve set up a way to ensure my custom v-backup-users script remains active before backups, even if...
View ArticleLinux services • Re: How to install ElasticSearch 7 and 8 on Debian
Installing ElasticSearch 7 through DockerFirst, install Docker - viewtopic.php?f=35&t=772Secondly, check the latest version of ES 7 here - https://www.elastic.co/guide/en/elastic ... ocker.htmlAt...
View Articlenginx templates • How to Fix “Too Many Open Files” Error in Nginx
When hosting many websites on a myVesta server, Nginx may eventually hit the system-imposed limit on the number of simultaneously open files. This can cause the web server to fail with the following...
View ArticleWeb • nginx only for one user on a nginx+apache myVesta
Hi all,as said in subject, is there a way for only one user, on a nginx+apache myVesta server, to only use nginx (not as proxy but as web server) ? Is there templates for that that I can add ?Thanks...
View ArticleMail • Email not forwarding anymore
R=dnslookup T=remote_forwarded_smtp defer (-1): Failed to expand return path "${srs_encode {${readfile{/etc/exim4/srs.conf}}} {$return_path} {$original_domain}}": "${srs_encode" is not a known...
View ArticleMail • mail server attack
Checking the logs of my exim i see many lines like below from different ipadress and and fake emailadress with the registered domains on my server. FAIL2ban is blocking the different IP but the list...
View Article