Subject: Re: pkg/32369: maildrop assumes HAVE_COURIER and thus does not get
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Johnny Lam <jlam@pkgsrc.org>
List: pkgsrc-bugs
Date: 12/23/2005 23:25:01
The following reply was made to PR pkg/32369; it has been noted by GNATS.

From: Johnny Lam <jlam@pkgsrc.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/32369: maildrop assumes HAVE_COURIER and thus does not get
 maildir from mysql
Date: Fri, 23 Dec 2005 18:26:14 -0500

 usebsd@free.fr wrote:
 > 
 > When maildrop is built from pkgsrc, the patch-ab modified the
 > configure script so that it does not check for ../courier. As a
 > consequence, this builds maildrop with HAVE_COURIER. the result of
 > this is that maildrop will use the DEFAULT_DEF, which is "./Maildir".
 > so the maildir configured in a backend (mysql here) is not used.
 > 
 >> How-To-Repeat:
 > 
 > cd /usr/pkgsrc/maildrop
  > make update
 > 
 > then configure authdaemon to use a mysql db, where the maildir is
 > configured, and run
 > 
 > # su vmail
  > $ maildrop -d root@domain.example ... < message.eml
 > 
 > maildrop will put the message in $HOME/Maildir/ where $HOME is the
 > home dir of vmail (the user running the command)
 
 Can you give real examples and error messages?  This is not helpful data 
 to debug the problem.  Can you also give the result of "authtest root" 
 when run as the "vmail" user, so we can verify that authlib and MySQL 
 are configured correctly?
 
 	Thanks,
 
 	-- Johnny Lam <jlam@pkgsrc.org>