
Nahoo
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by Nahoo-
Delete old emails or just old junk emails for one or all users
I have created a nice script that deletes old emails for either a single user or all users. It can also handle junk/spam emails only - which will also help to keep the account space usage down. U...
-
Add and remove forwarding emails in shell
I've update an existing script to quickly add/remove forwarding emails for a particular domain #!/bin/sh ############################################################## # ...
-
Change the reseller for a user in shell
I've created a bash script to set a user's reseller owner. #!/bin/sh ################################################################ # ...
-
AutoSSL and HTTP Redirects
I use the following as the first redirection rule of the .htaccess: RewriteCond %{REQUEST_URI} ^/(?:[0-9]+\..+\.cpaneldcv|[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?|\.well-known/acme-challenge/[0-9a-zA-Z...
-
MySQL server reported that no user with this name exists
I've just upgraded MySQL from version 5.5 to 5.6.34. And now all the MySQL users are no longer present! The cPanel equivalent is there, but this isn't much use without the actual corresponding MyS...