Tiberiu
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Tiberiu-
Tiberiu commented,
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...
-
Tiberiu commented,
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...
-
Tiberiu commented,
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...
-
Tiberiu commented,
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.
-
Tiberiu commented,
Add xmlrpc deny in Apache Configuration - Pre VirtualHost Include - All versions. It should block all xmlrpc attacks. Order Allow,Deny deny from all