cyradm cannot connect to cyrus imap server

Riccardo Veraldi Riccardo.Veraldi at cnaf.infn.it
Thu Feb 20 17:17:14 EST 2014


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 at MyComputer:~$ imtest -m login -u username -a username -s localhost
>>
>> <It works>
>>
>> However, if I try to connect via cyradm, I cannot login.
>>
>> MyName at 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.
>



More information about the Info-cyrus mailing list