Solved: unable to send mail after upgrading to Roundcube 1.3.4

Apparently the smtp user and password were missing from the config.inc.php file in Roundcube 1.3.4, resulting in a [code]Relay access denied[/code] when trying to send mail from Roundcube. Adding [code] $config[‘smtp_user’] = ‘%u’; $config[‘smtp_pass’] = ‘%p’; [/code] to config/config.inc.php solved the problem.

Null States (Centenal Cycle #2), door Malka Older

Roz werkt voor Information, een soort hybride internet-Google-organisatie on steroids. “Information knows everything,” luidt het gezegde. Overal zijn camera’s en iedereen heeft altijd toegang tot alle mogelijke informatie. Dat is ook wel nodig, want autonome staten bestaan bijna niet meer. In plaats daarvan is de wereld opgedeeld in centenals: gebieden …

Getting Shared Folders working properly in Debian 9 in VirtualBox

Running Debian 9 in VirtualBox is easy but figuring out how to get Shared Folders working properly can be a hassle. Here’s how to do it. Assumptions: – You have a VirtualBox VM set up with Debian 9.3 and nothing more. – The user who’s running the X sessions is …

How to set up a VirtualBox server in Debian 9: web interface, autostart, backup

This article describes how to set up a VirtualBox server in Debian 9 (Stretch): Installing VirtualBox VirtualBox web interface: phpVirtualBox Set up and use VMs Automatically start PhpVirtualBox on boot Automatically pause VMs on reboot/shutdown and resume them on boot Set up a backup system Troubleshooting If this article has …

Back to Top