Search found 67 matches

by webxtek
Tue Jun 03, 2025 10:30 pm
Forum: CLI
Topic: New CLI Tool 'v-system-report' for Comprehensive Server Health Check
Replies: 3
Views: 1987

Re: New CLI Tool 'v-system-report' for Comprehensive Server Health Check

Added it the same day you wrote this post. Works nice, but it keeps sending two different emails, one is html one, and one is plain txt. Also it's showing warning for AI API key missing. Hi mate, Thanks for the feedback! The plain text email is likely from the cron job. In the MyVesta panel, click ...
by webxtek
Wed May 28, 2025 1:27 am
Forum: CLI
Topic: New CLI Tool 'v-system-report' for Comprehensive Server Health Check
Replies: 3
Views: 1987

New CLI Tool 'v-system-report' for Comprehensive Server Health Check

Detailed report about your server's system resources, services, and configurations. It can be customized to enable or disable specific checks based on your needs. Understand What the Script Does The `v-system-report` script collects and displays information about your server's health and configurat...
by webxtek
Sun May 25, 2025 11:41 pm
Forum: Linux tutorials
Topic: How to add Login Alert Notification Debian 10/11
Replies: 4
Views: 13138

Re: How to add Login Alert Notification Debian 10/11

T4B wrote: Wed Sep 20, 2023 4:05 pm this is work in debian 12 new version of the panel ?
viewtopic.php?t=1087

viewtopic.php?t=1088
by webxtek
Thu May 22, 2025 10:20 pm
Forum: Linux tutorials
Topic: How to Add Boot Alert Notification on Debian 12
Replies: 0
Views: 828

How to Add Boot Alert Notification on Debian 12

This tutorial shows how to set up a **boot alert notification** script on a Debian 12 server with MyVesta, using `msmtp` to send email alerts. The script notifies you by email when the server successfully boots, including the hostname, public IP, and timestamp. --- Step 1: Install and Configure msmt...
by webxtek
Thu May 22, 2025 10:18 pm
Forum: Linux tutorials
Topic: How to Add SSH Login Alert Notification on Debian 12 with MyVesta
Replies: 0
Views: 815

How to Add SSH Login Alert Notification on Debian 12 with MyVesta

This tutorial shows how to set up an SSH login notification script on a Debian 12 server with MyVesta, using `msmtprc` to send email alerts. The script notifies you when someone logs into your server via SSH, including the username, remote IP, and timestamp. It uses a cache to avoid duplicate notifi...
by webxtek
Fri May 16, 2025 9:32 pm
Forum: Mail
Topic: Fixing HELO/rDNS Mismatch in MyVestaCP When Installed on Main Domain (Spamhaus Rejection)
Replies: 1
Views: 1365

Re: Fixing HELO/rDNS Mismatch in MyVestaCP When Installed on Main Domain (Spamhaus Rejection)

@myVesta, thanks for maintaining MyVestaCP! I had to manually set primary_hostname = mail.mydomain.com in /etc/exim4/exim4.conf.template to fix a HELO/rDNS mismatch (as in my post above). But I’m worried updates might overwrite this. Could we have a script that automatically detects the base domain ...
by webxtek
Fri May 16, 2025 7:56 pm
Forum: Mail
Topic: Fixing HELO/rDNS Mismatch in MyVestaCP When Installed on Main Domain (Spamhaus Rejection)
Replies: 1
Views: 1365

Fixing HELO/rDNS Mismatch in MyVestaCP When Installed on Main Domain (Spamhaus Rejection)

I had an issue where Spamhaus rejected emails because my HELO didn’t match my reverse DNS (rDNS). I installed MyVestaCP on my main domain example.com (not a subdomain like mail.example.com ), so Exim used example.com as the HELO, but my rDNS was mail.example.com . This mismatch caused rejections by ...
by webxtek
Thu May 15, 2025 8:04 pm
Forum: Mail
Topic: How I Fixed My IP Being Blacklisted by Spamhaus: DMARC and Exim4 Configuration Changes
Replies: 0
Views: 1735

How I Fixed My IP Being Blacklisted by Spamhaus: DMARC and Exim4 Configuration Changes

I wanted to share my experience with an issue I faced yesterday, as it might help others running MyVestaCP servers. My server's public IP was blacklisted by Spamhaus, causing email delivery issues. After investigating and following Spamhaus's recommendations, I made changes to my DMARC settings and ...
by webxtek
Tue Mar 18, 2025 12:24 am
Forum: Backup
Topic: New Backup Method with Backblaze Using RCLONE
Replies: 3
Views: 14037

Re: New Backup Method with Backblaze Using RCLONE

Ensure Your Custom v-backup-users Still Exists if myVesta Updates Before Backup with a Cron Job I’ve set up a way to ensure my custom v-backup-users script remains active before backups, even if myVesta updates overwrite it. This uses a cron job to restore the custom version 1 hour before the backu...
by webxtek
Tue Mar 18, 2025 12:06 am
Forum: Anti-spam
Topic: Emails rejected due to SpamHaus blacklist (zen.spamhaus.org)
Replies: 5
Views: 44220

Re: Emails rejected due to SpamHaus blacklist (zen.spamhaus.org)

isscbta wrote: Fri Feb 28, 2025 12:02 pm Update:

We've released myVesta update - Version 0.9.9-0-12 [28-Feb-2025].
The update will remove SpamHaus DNSBL from exim4.
awesome thanks