Hello,
We recently moved a domain to another server but some new emails were not moved
so I am looking for a sample scp or rsync command that I could use to move the
emails from the old server. The idea is something like this:
Source: IP1 /home/account/mail/domain.com/*/new
Destination: IP2 /home/account/mail/domain.com/*/new
I did something like this for one account but I need to repeat the process for
all the email accounts: scp * root@IP:/home/account/mail/domain.com/username/new
Any suggestion?
We recently moved a domain to another server but some new emails were not moved
so I am looking for a sample scp or rsync command that I could use to move the
emails from the old server. The idea is something like this:
Source: IP1 /home/account/mail/domain.com/*/new
Destination: IP2 /home/account/mail/domain.com/*/new
I did something like this for one account but I need to repeat the process for
all the email accounts: scp * root@IP:/home/account/mail/domain.com/username/new
Any suggestion?