ModServ
- Total activity 182
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Comments
Recent activity by ModServ-
Sounds like overkill and added costs. Wouldn't it be easier to permit a few more failed logins, or some other tweak to your current cPHulk settings to suit your specific clients (having issues logg...
-
I'm glad you've fixed this issue. About cPHulk it didn't block your IP, It locked the account itself for a lot of login tries due to BFA from remote servers.
-
First of all you need to check the error logs then I guess (that's only a guess) your roundcube database crashed due to the outage. Try this command to fix database: mysqlcheck -r roundcube If it...
-
Change this option in Tweak Settings to On Require a username prefix on names of new databases and database users Then do the process again from beginning.
-
Please elaborate, To be honest I didn't know what you want to do.
-
Recipient not found Are you sure that you are sending the email to the right address?
-
Please attach images to your posts instead of linking to image hosting services. Thanks. Will do next time, thanks for letting me know that. Great point, thanks! You are most welcome.
-
He should work on his theme locally on his own computer to fix it while his live site runs a default WP style, get an updated theme from his theme vendor, or just change to some other theme. I don...
-
There's a workaround for this, Create separate php.ini for this user and in disable_functions add mail function and you can as well in the same php.ini change the path of sendmail (sendmail_path = ...
-
Fire this command to find the exact path that sends emails: grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n