Thunderbird Error in IMAP command UID FETCH: Invalid uidset
If Thunderbird returns the following error while syncing IMAP folders on a dovecot server, although you subscribed to the folders:
Error in IMAP command UID FETCH: Invalid uidset
This is most likely caused...
How to clear Exim Cache
In order to clear Exim's cache, the following command must be executed:
rm -fv /var/spool/exim/db/*
After this an Exim restart is needed for the flush to take effect:
/etc/init.d/exim restart
[Solution]How to remove all messages from exim queue
If you wish to remove all messages stuck in the Exim queue, this command will do the trick:
exim -bp | exiqgrep -i | xargs exim -Mrm
WHM Terminate an account logs
If you ever wonder if an account has been terminated from your WHM list and and can't remember why and when this happened, you could check these two log files:
grep...
[RVSiteBuilder] Cannot connect using curl_init
This error comes up when the domain validation is incorrect. That means, you have chosen a domain to publish your website in step 7 which differs from the domain name you...
[Solution] How to Copy MySQL Database from another server
In order to copy a database from another server, using ssh, you can follow these instructions:
Add your new server's IP address to the old server's remote MySQL configuration, like this:
- If...