Razva
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Comments
Recent activity by Razva-
I'm having the same error when trying to migrate. Almost half of the migrated accounts have reported "The MySQL restore process died from the "SEGV" signal". Opened a ticket as well (#8343381). Ar...
-
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 I know wha...
-
If you're going to be using CloudLinux the following goes over the most Optimal base EasyApache profiles for CloudLinux As specified before I don't want to use CloudLinux, hence the questions about...
-
but you'd probably be just as well off if you're using worker unless you need prefork for compatibility reasons What "compatibility reasons" should I consider? Is there some user script/cms that mi...
-
Will cPanel complain when adding firewall rules that restrict it? Is there any other way to secure this? Thank you!
-
it's possible if you create this you won't be able to create or use email accounts. Since you're planning on doing this strictly for email I don't believe this solution would work for you. Yeah tha...
-
cPanel doesn't support NFS mounts for /home and you will encounter issues creating or using the email accounts if this is implemented. I'm fully aware that cPanel doesn't supports NFS mounts, but ...