if cyrus is your user admin just do cyradm --user cyrus --server localhost and it will work depending on your password backend you may need to add user cyrus with sasldb2 or if you use local unix account with saslauthd you just need to set a password for user cyrus with passwd On 2/20/14 11:12 PM, Scott Lambert wrote: > On Thu, Feb 20, 2014 at 10:35:42AM +0100, Willy Offermans wrote: >> Dear Cyrus Friends, >> >> I need your help to solve the following: >> >> I'm setting up cyrus on my new FreeBSD 10.0 server. I have used the following >> package: cyrus-imapd24-2.4.17_4 >> >> If I test my setup with imtest, I get connection to the imap server. >> >> MyName@MyComputer:~$ imtest -m login -u username -a username -s localhost >> >> <It works> >> >> However, if I try to connect via cyradm, I cannot login. >> >> MyName@MyComputer:~$ cyradm --user username localhost >> Password: >> verify error:num=19:self signed certificate in certificate chain >> cyradm: cannot authenticate to server with as username >> > You specified your authentication mechanism to be "login" with imtest. > > You did not specify an authentication mechanism with cyradm. > > Perhaps it would work if you try : > > cyradm --auth login --user username localhost > > That is only a guess. > ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus