hi,

qmail isn't able to deliver email to a local user.
the user exists and has a home dir with with a maildir within.
i have installed qmail according to life with qmail.
does any one know what i am doing wrong.

the contents of the send log is as follows,

@400000003b89864438c9970c status: local 0/10 remote 0/20
@400000003b8989ad0601123c new msg 216051
@400000003b8989ad06016ffc info msg 216051: bytes 1287 from
<[EMAIL PROTECTED]> qp 1648 uid 501
@400000003b8989ad06a9e4fc starting delivery 1: msg 216051 to local
[EMAIL PROTECTED]
@400000003b8989ad06aa4a8c status: local 1/10 remote 0/20
@400000003b8989ad10b2509c new msg 216052
@400000003b8989ad10b2a2a4 info msg 216052: bytes 1405 from
<[EMAIL PROTECTED]> qp 1650 uid 507
@400000003b8989ad114a6a1c starting delivery 2: msg 216052 to local
'cat_/var/qmail/control/defaultdelivery'@email.nyandashs.qld.edu.au
@400000003b8989ad114aeeec status: local 2/10 remote 0/20
@400000003b8989ad114b15fc delivery 1: success: did_0+1+0/qp_1650/
@400000003b8989ad114b3d0c status: local 1/10 remote 0/20
@400000003b8989ad14467bac end msg 216051
@400000003b8989ad15e73b2c delivery 2: failure:
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
@400000003b8989ad15e7b444 status: local 0/10 remote 0/20
@400000003b8989ad169cfe6c bounce msg 216052 qp 1653
@400000003b8989ad16a124ec end msg 216052
@400000003b8989ad1a38ab5c new msg 216053
@400000003b8989ad1a3df2ec info msg 216053: bytes 2018 from <> qp 1653 uid 506
@400000003b8989ad1ad88d0c starting delivery 3: msg 216053 to remote
[EMAIL PROTECTED]
@400000003b8989ad1adc7124 status: local 0/10 remote 1/20
@400000003b8989b1011f9324 delivery 3: failure:
Sorry._Although_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_is
n't_in_my_control/locals_file,_so_I_don't_treat_it_as_local._(#5.4.6)/
@400000003b8989b1012bfed4 status: local 0/10 remote 0/20
@400000003b8989b10233e56c bounce msg 216053 qp 1661
@400000003b8989b102381b8c end msg 216053
@400000003b8989b102435a74 new msg 216052
@400000003b8989b10248b974 info msg 216052: bytes 2611 from <#@[]> qp 1661
uid 506
@400000003b8989b10292b2f4 starting delivery 4: msg 216052 to local
[EMAIL PROTECTED]
@400000003b8989b10296c204 status: local 1/10 remote 0/20
@400000003b8989b107dbb224 new msg 216051
@400000003b8989b107e18654 info msg 216051: bytes 2731 from <#@[]> qp 1664
uid 500
@400000003b8989b1082f5834 starting delivery 5: msg 216051 to local
[EMAIL PROTECTED]
@400000003b8989b108337acc status: local 2/10 remote 0/20
@400000003b8989b10838b2bc delivery 4: success: did_0+1+0/qp_1664/
@400000003b8989b1083d8904 status: local 1/10 remote 0/20
@400000003b8989b108446ea4 end msg 216052
@400000003b8989b1127c3b2c new msg 216052
@400000003b8989b112822e9c info msg 216052: bytes 2845 from <#@[]> qp 1667
uid 500
@400000003b8989b112c8307c starting delivery 6: msg 216052 to local
[EMAIL PROTECTED]
@400000003b8989b112cc5ecc status: local 2/10 remote 0/20
@400000003b8989b112e0f454 delivery 5: success: did_0+1+0/qp_1667/
@400000003b8989b112e68dec status: local 1/10 remote 0/20
@400000003b8989b112ed4894 end msg 216051
@400000003b8989b113cea7e4 delivery 6: failure:
This_message_is_looping:_it_already_has_my_Delivered-To_line._(#5.4.6)/
@400000003b8989b113d8b234 status: local 0/10 remote 0/20
@400000003b8989b113df6cdc triple bounce: discarding bounce/216052
@400000003b8989b113e210a4 end msg 216052

the qmail rc script is as follows,

#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "'cat /var/qmail/control/defaultdelivery'"

the qmail smtpd run script is as follows,

#!/bin/sh
exec /usr/local/bin/softlimit -m 3000000 \
/usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c 20 \
-u 501 -g 500 0 25 /var/qmail/bin/qmail-smtpd 2>&1

the contents of /var/qmail/control/locals is,
email.nyandashs.qld.edu.au

the contents of /var/qmail/control/defaultdelivery is,
./Maildir/

the contents of /var/qmail/defaultdomain is,
nyandashs.qld.edu.au

the contents of /var/qmail/control/me is,
email.nyandashs.qld.edu.au

regards,
eric.

Reply via email to