Jules Agee wrote:
> How strange. if I remember correctly, the IMAP::Admin module does 
> everything through an IMAP connection using standard RFC IMAP 
> commands, just like cyradm does. So if you're using the same login and 
> password with cyradm as you're using with your perl script, and cyradm 
> works, the problem would have to be in your script or in IMAP::Admin.
> 
Maybe it's the authentication mechanism being selected incorrectly. Try
  cyradm localhost -u admin --auth <MECH>
replacing <MECH> with the mechanism you use.


Reply via email to