#!/bin/bash
forward="$(invirt-getconf mail.forward)"
/usr/bin/formail -i "To: $forward" | /usr/sbin/sendmail -f "root@$(hostname -f)" "$forward"
