How to configure dovecot with master users/password on OS X Server 10.6.8 ?
Hello,
I've tried to sync all our users emails from OS X 10.6.8 to OS X 10.9.2 via imapsync:
Since I don't know the users passwords I've tried to setup dovecot (the IMAP-server for both server versions) to run in Master/Users mode so that the master user can transfer all the users mail to the new IMAP server (OS X 10.6.8 runs a dovecot 1.x version):
http://wiki1.dovecot.org/Authentication/MasterUsers
However I've tried everything possible and it doesn't seem to work.
E.g. when logging in, I always get a "a NO Authentication failed." message although dovecot.conf is configured to have "PLAIN" login.
Here's a test:
telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Dovecot ready.
a login user*master PASSWORD
a NO Authentication failed.
* BYE Disconnected for inactivity.
Connection closed by foreign host.
My guess is that dovecot on OS X Server 10.6.8 doesn't seem to be configured for "passdb shadow" or "userdb shadow" but only "passdb od" and "userdb od" (od = OpenDirectory ?)
Here's what I get when doing command dovecotd --build-options
[root@localhost /]>dovecotd --build-options
Build options: ioloop=kqueue notify=kqueue ipv6 openssl
Mail storages: maildir mbox dbox cydir raw
SQL drivers:
Passdb: checkpassword od pam passwd passwd-file
Userdb: od passwd passwd-file prefetch static
Was someone succesful to have a master password on OS X Server Snow Leopard ?
Any help is greatly appreciated.
Cheers,
Gilles