6 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Simple maildrop using...
FromSent OnAttachments
Jens E. Madsen Jr.Oct 15, 2006 11:49 am 
Sam VarshavchikOct 15, 2006 12:11 pm 
Jens E. Madsen Jr.Oct 16, 2006 6:33 pm 
Sam VarshavchikOct 16, 2006 7:54 pm 
Jens E. Madsen Jr.Oct 17, 2006 3:51 pm 
Sam VarshavchikOct 17, 2006 6:28 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Simple maildrop using authlib and userdb installationActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Oct 15, 2006 12:11:50 pm
List:net.sourceforge.lists.courier-maildrop

Jens E. Madsen Jr. writes:

As root: # authtest te@domain1.com Authentication succeeded.

Authenticated: te@domain1.com (uid 501, gid 501) Home Directory: /var/spool/vmail/domain1.com/test Maildir: (none) Quota: "500000"

This is not a valid quota setting.

Encrypted Password: (none) Cleartext Password: (none) Options: (none)

# maildrop -v9 -d te@domain1.com maildrop 2.0.2 Copyright 1998-2005 Double Precision, Inc. GDBM extensions enabled. Maildir quota extension enabled. This program is distributed under the terms of the GNU General Public License. See COPYING for additional information.

Yet when I send mail to this user $ mail te@domain1.com -s"Test b1" Hi.

It bounces: Oct 15 12:31:28 kira postfix/pipe[30538]: C0223FA9A: to=<te@domain1.com>, relay=maildrop, delay=1, status=bounced (user unknown. Command output: Invalid user specified. )

My /etc/postfix/master.cf entry is: maildrop unix - n n - - pipe flags=Ru user=vmail argv=/usr/bin/maildrop -d ${recipient} where vmail: uid=501, gid=501

Most likely the Postfix configuration is wrong, and ${recipient} is "test1" instead of "test1@domain".

See Postfix's documentation for more information.