ModServ
- Total activity 182
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Comments
Recent activity by ModServ-
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
-
Did you check the logs for anything weird in cron? /var/log/cron Did you check the logs for unauthorized access? /var/log/secure AND last
-
Although XFS is performing better but I highly recommend using EXT4 for important data and XFS for backups or so. XFS corruption is much more difficult to resolve without losing data.
-
Did you check the log in the previous reply? and please open a new thread with your issue.
-
After switching to MariaDB, did you perform an EasyApache?