
Nahoo
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Nahoo-
Nahoo created a post,
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...
-
Nahoo commented,
I've +1'd the feature requests. I would really like a global approach to this.
-
Nahoo commented,
To make it a little more fool-proof, I've added an existence check for the domain... #!/bin/sh ############################################################## # ...
-
Nahoo created a post,
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 ############################################################## # ...
-
Nahoo created a post,
Change the reseller for a user in shell
I've created a bash script to set a user's reseller owner. #!/bin/sh ################################################################ # ...
-
Nahoo commented,
I've added this to the Email Filters: Body - Matches Regex: [Hh]ow\s+[Tt]o\s+[Bb]uy\s+[Bb]itcoin|[Aa]\s+fair\s+price\s+for\s+our\s+little\s+secret Then Discard Message. I would prefer to add so...
-
Nahoo commented,
This shut me out of SSH too... What a great morning I've had... Thanks cPanel!
-
Nahoo commented,
Just use this as the first rule in the .htaccess, then you don't need subsequent conditions.... RewriteCond %{REQUEST_URI} ^/(?:[0-9]+\..+\.cpaneldcv|[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?|\.well-kno...
-
Nahoo created a post,
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...
-
Nahoo commented,
I've gone through all the databases, checked their accounts and added the user listed in the config files with the relevant permissions. The WordPress config search really helped get the restoratio...