Category Archives: Servers

Linux : How to manage Exim mail queue

Here are some useful commands to manage the Exim mail server queue. Show the mail queue content : exim -bp Show the amount of mail in the queue : exim -bpc Delete a specific message in the queue, with the help of the first command in this example (exim -bp) to get the message ID… Read More »

Linux : Export Roundcube webmail contact from SQL to CSV

Here is a procedure how to export the saved address book contacts from Roundcube webmail directly from the MySQL database to a CSV file (please note that Roundcube natively support exporting contacts from the Webmail itself to CSV – this method is only in case you want to pull out old contacts from a database).… Read More »

Linux : How to reset cPanel max defers for a specific account

If one of your hosted user (or account) have accidentally reached the max deferred message that can be sent over an hour (and the issue have been identified and fixed), you can unsuspend the mail delivery by deleting the following file : /var/cpanel/email_send_limits/max_deferfail_domain.tld For example, if the domain name is “itechlounge.net“, the command to execute… Read More »

Windows : Install Ubiquiti Unifi SDN Controller as a service

If you are operating Ubiquiti wireless gear compatible with the Unifi controller, and running it on a Windows machine, you may have noticed that you need to start the application manually every time you restart the computer. Fortunately, there is a way of adding it “as a service”, just like any OS/system services. Follow the… Read More »

Linux : There is no screen to be resumed matching …

Using “screen” on Linux to perform your important work? Way to go, SysAdmin 🙂 Then you might at some point encountered the following behavior – while attempting to resume a session using “screen -r”, the following message occurred : There is a screen on: 1610.pts-0.host (25/08/18 08:25:36 PM) (Attached) There is no screen to be… Read More »