Tiberiu
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by Tiberiu-
Best way to migrate a database is to make a dump from mysql and imported to the new server but you dont have enough space. You can try to add a new disk and mount it and export the database on that...
-
Yes there is, its called Send mail from the account"s IP address and you can find it in Exim Configuration in WHM. You can also look under option Reference /etc/mailips for custom IP on outgoing S...
-
Dont stop Cpanel services by running service xxx stop, instead you should run /scripts/restartsrv_service --stop. Dont forget do disable mysql from tailwatch from WHM > service manager otherwise it...
-
Check /usr/local/cpanel/logs/error_log for errors when you login to roundcube, it should give you an indication of whats wrong. Maybe paste the error here.
-
Add xmlrpc deny in Apache Configuration - Pre VirtualHost Include - All versions. It should block all xmlrpc attacks. Order Allow,Deny deny from all