rsday, January 12, 2006 4:42 PM
> To: info-cyrus@lists.andrew.cmu.edu
> Subject: Re: Unknown host "localhost" in cyradm
>
> On 1/12/06, Larry Rosenbaum <[EMAIL PROTECTED]> wrote:
> > I've done some debugging and come up with some odd information. The
problem
&
42 PM
> To: info-cyrus@lists.andrew.cmu.edu
> Subject: Re: Unknown host "localhost" in cyradm
>
> On 1/12/06, Larry Rosenbaum <[EMAIL PROTECTED]> wrote:
> > I've done some debugging and come up with some odd information. The problem
> > occurs in imclient.c in the imcl
On 1/12/06, Larry Rosenbaum <[EMAIL PROTECTED]> wrote:
> I've done some debugging and come up with some odd information. The problem
> occurs in imclient.c in the imclient_connect function. It is calling
> getaddrinfo() and getting a return value of 3, which is
>
> #define EAI_BADFLAGS3
I've done some debugging and come up with some odd information. The problem
occurs in imclient.c in the imclient_connect function. It is calling
getaddrinfo() and getting a return value of 3, which is
#define EAI_BADFLAGS3 /* invalid ai_flags */
The odd part is that if I write a test
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>
> Quoting "Rosenbaum, Larry M." <[EMAIL PROTECTED]>:
>
> > Running Cyrus 2.3.1 on Solaris 9.
> >
> > What would cause the following error?
> >
> >
> > # cyradm localhost
> > imclient_connect: unknown host "localho
Quoting "Rosenbaum, Larry M." <[EMAIL PROTECTED]>:
> Running Cyrus 2.3.1 on Solaris 9.
>
> What would cause the following error?
>
>
> # cyradm localhost
> imclient_connect: unknown host "localhost" at
> /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris/Cyrus/IMAP/Admin.pm
> line 72.
>
> It do