On Wed, Apr 10, 2002 at 04:54:52PM +0200, Taymour A. El Erian wrote:
> Hi,
>    I was installing Qmail-ldap and I had the following problem:
> - control/ldapmessagestore is not available
> - ldapmessagestore in LDAP is empty
> The mail was accepted but not delivered anywhere and I get success in 
> qmail-send log
> 
Have a look at qmail-ldap.h there is defined what will happen if there is
no messagestore. Normaly it is piped to /dev/null.

If you just like to get a warning in the log add 
log(0, "user '%s' has no mailmessagestore set\n", info.user);
around line 525 in qmail-lspawn.c

-- 
:wq Claudio

Reply via email to