aadii786
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by aadii786-
Just add a User in Wheel group on that you want to run su command.
-
This worked to me ::) RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}
-
Hey there! The first thing to check would be to confirm that your server isn't sending out spam that would be causing it to get added to the blacklist. You can use the tools mentioned here to ta...
-
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