aadii786
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by aadii786-
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...
-
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 - 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...
-
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...
-
How we can disable it
-
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...
-
cat emaillist.txt | while read EMAIL;do uapi --user={cpanel username} Email delete_pop email=$EMAIL;done Now just problem left in cPanel usernames fetching that i have tried with 2 methods 1) ext...
-
I don't have a ready-made loop for this situation, but a "for" or "while" loop would work well for this. We have an example of this work here:
-
uapi --user={SPECEFIC USER NAME} Email delete_pop email='{SPECEFIC EMAIL ADDRESS}' yes it helped me to delete email when i specifically add user name and specific email address. uapi --user={ALL ...
-
Need help to on this issue i'm able delete emails directory but email not removed from email option find -path "*/mail/*" -type d -name "smtp" -exec rm -rf "{}" \;