> I've confirmed that Postfix is providing the correct RCPT TO to lmtpd, yet
> mail is
> still arriving in the incorrect mailbox. Browsing through the imapd.conf
> manpage,
> I found there are options in there for LDAP configuration which I hadn't
> noticed
> before (after all, everything's wor
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
...A continuation of my previous thread "odd incorrect delivery problem."
I've confirmed that Postfix is providing the correct RCPT TO to lmtpd, yet mail
is
still arriving in the incorrect mailbox. Browsing through the imapd.conf
manpage,
I found there are options in there for LDAP configuratio
On Thu, 12 Jan 2006, Cap wrote:
One more thing about this...
Is it possible to configure cyrus to contact SASL in a non
standard way, let's say through a domain socket specified
by an explicit path?
sasl_saslauthd_path
See $cyrus-sasl/doc/options.html
This works great so far, although
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
One more thing about this...
> >>> Is it possible to configure cyrus to contact SASL in a non
> >>> standard way, let's say through a domain socket specified
> by an explicit path?
> sasl_saslauthd_path
> See $cyrus-sasl/doc/options.html
This works great so far, although I do need two differe