Save shared mailbox sent items to shared mailbox’s own Sent Items folder in Exchange Online

User issue: I have a shared mailbox sales@vorkbaard.eu connected in Outlook from my primary account. If I send mail from the sales box, sent items are stored in my own account, not sales’. My colleages also using the sales mailbox cannot see the mail I send from Sales. How do …

Installing Ubuntu 22.04 LTS (Jammy Jellyfish) daily on KVM on a Raspberry Pi 4

Following my previous article, I wanted to check out Ubuntu 22.04 LTS. Unfortunately Ubuntu 22.04 is not released yet, but we can grab a daily build. Keep in mind daily builds are not meant for production purposes. Download the daily iso from https://cdimage.ubuntu.com/ubuntu-server/daily-live/, e.g. https://cdimage.ubuntu.com/ubuntu-server/daily-live/20220320/jammy-live-server-arm64.iso – this link will not …

Windows Server 2019/Windows 10 VM on QEMU/KVM on Ubuntu 18.04

This page documents how to set up Windows Server 2019 under QEMU/KVM on Ubuntu 18.04. I suspect the procedure is identical for Windows 10 and somewhat newer Ubuntu versions. What you will need: An Ubuntu 18.04 server QEMU/KVM installed on it. This is good documentation: https://help.ubuntu.com/community/KVM/Installation A Windows Server 2019 …

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.

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