July 20, 2017, admin, 0
You can make use of the Archive plugin in Roundcube to archive old emails. If Roundcube has the Archive plugin installed, a button labelled Archive will appear in the toolbar. This button moves the selected message(s) to the archive folder with one single click. You can configure how the archive folder is organized and divided More
Like this:
Like Loading...
January 4, 2017, admin, 0
If iptables DROP rule is not working in server, use a REJECT rule instead. Even if the rule was added, the incoming traffic was not stopped, I used a REJECT rule instead and it stopped all incoming traffic. $ iptables -I INPUT -s IP_ADDRESS -j REJECT $ service iptables save $ service iptables restart After More
Like this:
Like Loading...
September 28, 2016, admin, 0
In Postfix, enter the following command to flush the email queue: $ postfix flush Or you can use: $ postfix -f To see the mail queue, enter: $ mailq Or $ postqueue -p To remove all mail from the queue: $ postsuper -d ALL To remove all deferred emails in queue: $ postsuper -d ALL More
Like this:
Like Loading...
September 23, 2016, admin, 0
There are many IDMs available for Ubuntu like Gwget, Axel, Steadyflow, Jdownloader, Aria2, etc. uGet for Linux is a real alternative for Internet Download Manager. uGet is a multi-platform GTK3 download manager that supports resuming downloads, comes with categories support, can download torrent and metalink files through aria2, a powerful command line download tool that’s More
Like this:
Like Loading...
June 23, 2016, admin, 1
When right-clicked on any icon in the top panel in GNOME fallback mode, it will show only “Launch” and “properties” options. To add or remove application launchers / icon in the gnome-panel you need to do the following. Press Windows key (one with the windows symbol) + Alt key simultaneously and right-click the top menu More
Like this:
Like Loading...