Hi,
in the cyrus-imapd-2.2.8/lib/imclient.c
comment out the line 238
/* hints.ai_flags = AI_CANONNAME; */
and rebuild your imapd
Nigel Cass wrote:
Hello All.
I've installed the latest version of cyrus and cyrus SASL and everything
seems to be working Ok with regard to the server.
Imtest allows me t
"Leonardo Alves (VetorialNet)" wrote:
>
> Hi,
>
> I'm just start to deal with cyrus and I'm having problems to use
> cyradm. When it was called the message showed was:
>
> [cyrus@mobile2 /]$ cyradm
> Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains:
> /usr/lib/perl5/5.00503/i386-
I had something similar and it worked when I followed the instructions in
/cyrus src/perl/imap/README
Olivier
-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Leonardo
Alves (VetorialNet)
Envoye : lundi 19 mars 2001 14:50
A : [EMAIL PROTECTED]
Objet : pr
This seems to be a problem with config not including the correct location
of where Cyrus/IMAP/Shell.pm is located.
do a which on cyradm (to find where cyradm shell script is located)
and modify it where it calls Shell.pm to add:
-I/usr/local/lib/perl5/site_perl/5.005/i386-linux
to the
exec perl