General discussion • Can’t Receive Gmail Emails....
Hello, I can send and receive all emails except that I can’t receive emails from gmails. I’m getting the following error about email delivery failure from sent email to server.The response was:TLS...
View ArticleGeneral discussion • Re: Can’t Receive Gmail Emails....
Hi, found the solution here:viewtopic.php?t=416It works now.... Statistics: Posted by jmart — Fri Apr 25, 2025 5:06 pm
View ArticleGeneral discussion • How to block some IP if the website is behind CloudFlare
hey i did block a ip address from firewallbut the ip still connect the sitethen i block it using cloudflare then stops trafficserver firewall ignore if i have enabled cloudflare for the website...
View ArticleGeneral discussion • Re: Cloudflare enabled sites traffic
Use the following commands to block ip:Code: touch /etc/nginx/conf.d/block.confecho "deny 111.222.111.222;" >> /etc/nginx/conf.d/block.conf# just put IP you want to ban instead of...
View ArticleMail • Best DMARC record example and explanation
Here is an example of a strong DMARC (Domain-based Message Authentication, Reporting, and Conformance) record:Code: "v=DMARC1; p=reject; sp=none; pct=100; ri=86400;...
View ArticleMail • How I Fixed My IP Being Blacklisted by Spamhaus: DMARC and Exim4...
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....
View ArticleBug report • Fresh installation Bad credentials
Upon making a fresh install of myvesta cp, in the end the admin password is presented.The password is invalid.trying to change it with/usr/local/vesta/bin/v-change-user-password admin newpassworddoes...
View ArticleBug report • Re: Fresh installation Bad credentials
Run:Code: cat /etc/pam.d/common-passwordand paste here the output.Statistics: Posted by myVesta — Fri May 16, 2025 4:35 pm
View ArticleMail • Fixing HELO/rDNS Mismatch in MyVestaCP When Installed on Main Domain...
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...
View ArticleMail • Re: Fixing HELO/rDNS Mismatch in MyVestaCP When Installed on Main...
@myVesta, thanks for maintaining MyVestaCP! I had to manually set Code: primary_hostname = mail.mydomain.com in Code: /etc/exim4/exim4.conf.template to fix a HELO/rDNS mismatch (as in my post above)....
View ArticleBug report • Webalizer is not working
Webalizer is not workingI have enabled webalizer for my domain.I have opened stat http://mydomain.com/vstats/I got 403Here mydomain.com.error.log[Mon May 19 23:43:21.699821 2025] [autoindex:error]...
View ArticleGeneral discussion • Exploring DNS Configurations for Multilingual Domains,...
How can we effectively configure DNS settings to support multilingual domains, specifically for Hindi language characters? Are there any specific considerations for internationalized domain names...
View ArticleFirewall • How to block some IP if the website is behind CloudFlare
hey i did block a ip address from firewallbut the ip still connect the sitethen i block it using cloudflare then stops trafficserver firewall ignore if i have enabled cloudflare for the website...
View ArticleFirewall • Re: Cloudflare enabled sites traffic
Use the following commands to block ip:Code: touch /etc/nginx/conf.d/block.confecho "deny 111.222.111.222;" >> /etc/nginx/conf.d/block.conf# just put IP you want to ban instead of...
View ArticleLinux tutorials • How to Add SSH Login Alert Notification on Debian 12 with...
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...
View ArticleLinux tutorials • 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...
View ArticleDNS • How to set up a multilingual email server with support for Hindi.
I am looking to set up an email server that supports multiple languages, specifically Hindi, for my organization based in India. Can anyone provide guidance on how to configure cPanel or myVesta to...
View ArticleGeneral discussion • DNS Cluster Support
Howdy,I am new to MyVesta. We have been using cPanel for over 15 years and have finally gotten to the point with their most recent announcement of a price hike has finally just gone to far, so we are...
View ArticleLinux tutorials • Re: How to add Login Alert Notification Debian 10/11
this is work in debian 12 new version of the panel ?viewtopic.php?t=1087viewtopic.php?t=1088Statistics: Posted by webxtek — Sun May 25, 2025 11:41 pm
View ArticleCLI • New CLI Tool 'v-system-report' for Comprehensive Server Health Check
New CLI Tool 'v-system-report' for Comprehensive Server Health Check with MyVestaCPThe script `v-system-report` generates a detailed report about your server's system resources, services, and...
View Article