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 »

Windows : magicJack “No Audio Found!” on Windows 10

If you are using the magicJack app on Windows 10, you probably had the following issue after installing the latest Windows Updates : No Audio Found! This is caused by a new Windows security feature that deny microphone access by default to any applications. To resolve this, search with Cortana the following : Microphone Privacy… Read More »

Category: PC

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 »

JunOS : logger: transfer-file failed to transfer /var/transfer/config/juniper.conf.gz

Having the following log error entry using the archival function to backup your configuration on your Juniper device? logger: transfer-file failed to transfer /var/transfer/config/re0.HostName_juniper.conf.gz_20181129_034459 I have experienced the following, where no further details provided, under the following conditions : – The backup server (ftp, sftp) is reachable and working properly – The credentials to the… Read More »