Jeff Peng wrote:
When I run cyradm I got these errors:
# cyradm
Can't load
'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/IMAP.so'
for module Cyrus::IMAP:
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/IMAP.so:
undefined symbol: db_version at
Thank you, that's got it. I had a feeling this was the answer but I was
hesitating because it contradicts the requirement that admin users NOT
receive email.
Robert
On Wed, February 8, 2006 02:57, Hendrik Koch wrote:
> Robert Schmid wrote:
>
>>I am also having a problem logging in to cyradm. I
Robert Schmid wrote:
>I am also having a problem logging in to cyradm. I can not login using
>
>cyradm --user cyrusimap localhost (cyrusimap is the OSX cyrus user)
>
>
the user needs to have e-mail enabled in apple's workgroup manager.
without this it cannot find an authentication method. i ad
Robert,
you will have to assign the cyrus imap server a password using the
passwd command.
To prevent logons to the imap account, you will have to
put deny user in the sshd_config file
with the line
DenyUsers cyrus
next make sure you are using atleast one instance of imap.
SERVICES {
# add o
On Wed, 2005-11-23 at 10:38 -0600, Saltmarsh, Evan M wrote:
> I seen to be having issues with the cyradm command. I’m using sasl to
> talk to the ldap server and for regular users logging in to their
> mailboxes, things work fine. When I try to use the cyradm command I
> get
> cyradm: cannot aut
On Fri, 17 Aug 2001, Jeremy Howard spewed into the ether:
> Devdas Bhagat wrote:
> > This one is wierd. I compiled cyrus-sasl 1.5.27 today, and overwrote my
> > default RPM libraries.
> > Now I cannot authenticate with cyradm.
>
> Have you tried:
> cyradm -u admin --auth PLAIN localhost
> ie: s
Devdas Bhagat wrote:
> This one is wierd. I compiled cyrus-sasl 1.5.27 today, and overwrote my
> default RPM libraries.
> Now I cannot authenticate with cyradm.
Have you tried:
cyradm -u admin --auth PLAIN localhost
ie: specify an explicit mechanism on the command line.