Quote:
Originally Posted by Galiral i have a problem similar to yours, and i'm looking for a solution similar to imapsyc (which requires you to know all user password) and that works on network edition.
still found nothing |
Imapsync has a feature --authuser that sufficient to sync between mail server without know each account password.
Below is an example of imapsync command using --authuser :
Code:
imapsync --host1 192.168.10.1 --user1 $ACCOUNT --authuser1 admin --password1 passwordadminserver1 --authmech1 PLAIN --host2 192.168.10.2 --user2 $ACCOUNT --authuser2 admin --password2 passwordadminserver2
As you see, you must know the admin password (global admin) for each server for --authuser.