I reversed the order of the entries in the config:
auth_master_user_separator = *
auth default {
mechanisms = plain
passdb passwd-file {
args = /etc/passwd.masterusers
master = yes
pass = yes
}
passdb passwd {
}
userdb passwd {
}
userdb passwd {
}
user = root
}
- - -
And now it works:
myhost# telnet localhost 143
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK
1 login user1*masteruser masterpasswd
1 OK Logged in.
1 logout
* BYE Logging out
1 OK Logout completed.
---
Now I can actually begin the migration using imapsync.
Thanks for your help!


LinkBack URL
About LinkBacks



