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.