I've searched the archives and googled a bunch, but i still can't find a
solution to this.
Basically I have courier-auth, courier-imap, courier-maildrop, sasl2,
postfix and mysql running.
Everything runs ok, but when i try to send a test email i get:
postfix/pipe[28322]: 9771B27D84: to=<te...@test.com>, relay=maildrop,
delay=0, status=bounced (user unknown. Command output: Invalid user
specified. )
I compiled everything with the mysql option enabled, and if i look at
the mysql log, i can see postfix running queries to get user info, etc.
I'm sending to and from te...@test.com
the vmail user is uid:1005 gid:1005
everything under /home/vmail is uid:1005 gid:1005
in master.cf i have:
maildrop unix - n n - - pipe
flags=R user=vmail argv=/usr/local/courier/bin/maildrop -d ${recipient}
In the mysql tables, i have the following:
postfix_access
-------------
source access type
---------------------------------------
te...@test.com OK sender
te...@test.com OK recipient
postfix_transport
------------------
domain destination
-------------------------------
maildrop:
test.com maildrop:
postfix_users
-------------
email uid gid
homedir maildir
access postfix
------------------------------------------------------------------------------------------------------------
te...@test.com 1005 1005 /home/vmail
test.com/test/Maildir/ Y Y
Can anyone help me figure out why i can't send/receive mail????
Thanks!