Hi,
I thought you all might like my notes on the bugs when I:
1) Did a single-file server backup to ftp.
--------
2) Setup Virtualmin Pro on it's new server, and imported the virtual servers onto the new system via ftp backup (different ips, host, ssl sites, etc)
--------
It went totally awesome, very smooth and impressive with all the failsafes etc, but a few decent-sized bugs existed for me on sending and receiving mail, as far as automated warnings with automated solutions not occurring for them...I had to do the following by hand after much investigation...FYI, I had previously turned on spam AND virus filtering via virtualmin:
1) /etc/postfix/main.cf needed the following added by hand:
virtual_alias_maps = hash:/etc/postfix/virtual
mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
-----
2) Procmail needed this setup:
Set variable ORGMAIL to $HOME/Maildir/ (was /var/mail/$LOGNAME)
Set variable DEFAULT to $HOME/Maildir/ (was /var/mail/$LOGNAME)
-----