Yes! One second after posting the previous message figured it out!
Brief howto moving passwords from Scalix to Zimbra:
(there may be a more efficient way!)
- Create Zimbra user accounts the usual way
- On Scalix server issue the following command: omsearch -d userlist -t h -e s=*
- This will create a list of all users + passwords (and more).
- Extract by hand or through script the username and password
e.g.: /INTERNET-ADDR="Secretariat" <secretariat@mycompany.com>/ -> make sure that there is a user
secretariat@mycompany.com in Zimbra; password is in: /UL-PWD=$1$K31Qg9QDvNJAw$rvJvscyDlhd30/
- On Zimbra server issue the following commands:
# su zimbra
# zmprov ma
secretariat@mycompany.com userPassword '{crypt}$1$K31Qg9QDvNJAw$rvJvscyDlhd30'
- (Make sure not to copy the trailing slash from Scalix!)
# zmcontrol stop && zmcontrol start
Now your Scalix user can login Zimbra using their Scalix password.
I do not have wiki access (yet); may post it there at some point.