aadii786
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by aadii786-
aadii786 commented,
dig defualt.domainkey.domain.com ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.5 <<>> defualt.domainkey.two.com.pk ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NX...
-
aadii786 commented,
for i in $(find /var/cpanel/users -type f | egrep -o '[a-zA-Z0-9]+$' | grep -v system);do whmapi1 list_pops_for user=$i;done this will work to get all email accounts
-
aadii786 commented,
Thanks, Great Avice! also i would like to know how we can disable it using any specific command, I can't see Panopta: Centralized IT Operations Management Platform any documentation on it for disab...
-
aadii786 commented,
@aadii786 - since this isn't part of the cPanel software as it is handled by the host, you'd have to speak with the host to see if that is something they can disable in your environment. thanks f...
-
aadii786 created a post,
Spam email Accounts Auto Created
I'm using a VPS server hosted over 100+ Domain on. The problem I'm facing is that it creating auto-new email accounts name smtp****@mydomain.com and smtpfox***mydomain.com these emails sending 100...
-
aadii786 commented,
Hello, This isn't something that's related to cPanel & WHM a quick google search indicates it's a monitoring software. I'd suggest checking with your provider or system administrator on whether...
-
aadii786 commented,
How we can disable it
-
aadii786 commented,
Just add a User in Wheel group on that you want to run su command.
-
aadii786 commented,
Hi, I"m trying to install the Let"s Encrypt AutoSSL plugin on my dedicated server via SSH (Putty) and I get this error: [root@esm1581 ~]# /usr/local/cpanel/scripts/install_lets_encrypt_autossl_p...
-
aadii786 commented,
This worked to me ::) RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}