Skip to content

Conversation

@ipsec
Copy link

@ipsec ipsec commented Dec 21, 2022

Using the information from #20

This PR add XGWTRUSTEDAPP auth method to use with groupwise

The command I have used is:

perl imapsync --host1 IP_ADDR1 --port1 993 --ssl1 --nosslcheck --authmech1 XGWTRUSTEDAPP --password1 BASE64_HERE --user1 myaccount --host2 IP_ADDR2 --port2 993 --ssl2 --nosslcheck --user2 another_account --password2 another_password

the BASE64_HERE is created using this command:

echo -n -e "APP_NAME\x00APP_KEY\x00"|base64

APP_NAME and APP_KEY are the groupwise application name and key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant