When you restore a vm image, then it does not matter which other operating systems your host offers as the operating system of the VM is used. So if you host supports vmware based images, then you should be able to run every vmware image independantly of the used operating system.
Regarding your email issue, do you use a email alias or a email domain alias. If you used a email domain alias, then its a known problem in courier setups which has been fixed in svn. You can apply that fix by editing the /var/vmail/.mailfilter file and change the line:
Code:
`echo $SIZE >> {dist_postfix_vmail_mailbox_base}/$HOST/$USER/ispconfig_mailsize`
to:
Code:
`test -e {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
if ( $RETURNCODE == 0 )
{
`echo $SIZE >> {dist_postfix_vmail_mailbox_base}/$HOST/$USER/ispconfig_mailsize`
}
If you used a email alias, then it might be a problem with your setup.
Recent comments
2 days 9 hours ago
2 days 18 hours ago
2 days 21 hours ago
2 days 22 hours ago
2 days 23 hours ago
3 days 1 hour ago
3 days 2 hours ago
3 days 4 hours ago
3 days 19 hours ago
3 days 20 hours ago