On Fri, 02 May 2003 20:11:46 +0200
Kilian Huber <kh...@nxtwb.net> wrote:
Hello all,
My Setup: Debian GNU/Linxu 3.0, Postfix 1.1.11-0.woody, Courier-imap
1.4.3-2.3, Maildrop 1.5.3. I have compiled maildrop by myself with
--enable-maildropmysql. maildropmysql.config is in place. Still when I
call maildrop from postfix's master.cf with "pipe flags=Ru user=amavis
argv=/usr/local/bin/maildrop -d ${user}", I get the error "temporary
failure. Command output: /usr/local/bin/maildrop: Invalid user
specified.". I also tried to replace ${user} with ${recipient} which
doesn't help either. I suppose maildrop does not really look up the user
in the MySQL database. Do I need to configure that in maildroprc? If
yes, how is this done? I found no documentation about that, so if
someone can give me some hints, I'd be very thankful!
What does maildrop -v say? something like:
gp@doom:~> maildrop -v | grep SQL
Virtual user database via MySQL extension enabled.
And are you sure your maildropmysql.config is in /etc ?
Otherwise I would check what MySQL logs are saying..
HTH,
Bernhard