I'm sure I must be doing something wrong ...

When I send mail to a domain that uses maildrop as a transport, I get this in my maillog:

Mar 21 21:19:37 peter postfix/pipe[9762]: E463A2113: to=<[EMAIL PROTECTED]>, relay=maildrop, delay=1, status=deferred (temporary failure. Command output: maildrop: signal 0x0B )

main.cf:

maildrop_destination_recipient_limit = 1
transport_maps = hash:/usr/local/etc/postfix/dbs/transport

transport:

dhpmail.net maildrop:

master.cf:

maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop
    -d [EMAIL PROTECTED] ${extension} ${recipient} ${user} ${nexthop}

maildropmysql.config (-rw------- 1 root wheel 3005 Mar 21 20:22 maildropmysql.config):

hostname        localhost
port            3306
socket          /tmp/mysql.sock
database        mail
dbuser          A_USER_NAME
dbpw            A_PASSWORD
dbtable         maildrop
default_uidnumber       5000
default_gidnumber       5000
uid_field               username
uidnumber_field         uid
gidnumber_field         gid
maildir_field           maildir
homedirectory_field     homedir
quota_field             quota
mailstatus_field        postfix
where_clause            "AND postfix = 'y'"

maildrop table entry for the user:

username = [EMAIL PROTECTED]
uid = 5000
gid = 5000
homedir = /opt/vmail/dhpmail.net/dhpotter
maildir = Maildir/
quota = [nothing - this field is empty]
postfix = Y

The mailbox exists, and virtual can deliver to it just fine, so this is almost certainly a problem with my configuration of maildrop.

-ste


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to