OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Help with LDAP
From: John Hensley (rollic.net)
Date: Wed May 03 2000 - 21:09:36 CDT


At 09:27 -0300 03 May 2000, Marcio Cesar Pompermayer <pomperintra.procergs.com.br> wrote:

> Hi everybody! I´m new in Postfix so, please be patient. We are using
> internally Postfix (version 19991231.06) with LDAP suport (OpenLDAP v 1.2.8
> - without kerberos) in a FreeBSD v 3.4. We are also using IMAP (Cyrus v
> 1.5.19) and I have troubles to send messages to a mail list, so I'm writing
> to call for help.
> When we send a mail to a person the Postfix deliver the mail to the IMAP
> box without problems. But when we send a message to a groupofnames (the
> name of the objectclass in LDAP) the Postfix returns the following message:
> "<focoqueen.procergs>: user unknown. Command output: foco: Mailbox does
> not exist _." But the field member is available.

I think the problem is that Postfix is not looking for
"focoqueen.procergs", but "foco" or "focointra.procergs.com.br". It
doesn't find either of those and hands the message off to Cyrus, which
also doesn't know what "focoqueen.procergs" is, and gives you the
"Mailbox does not exist" message.

Try making the group's mail attribute just the local part of the address
("foco"), or complete it ("focointra.procergs.com.br").

John