Re: [maildropl] Maildrop command output error
Brought to you by:
mrsam
|
From: mouss <us...@fr...> - 2005-06-23 19:11:08
|
S=E9rgio A P Ferreira wrote: > Maildrop show me this: >=20 > *//**//**/ Jun 22 17:31:46 gaia postfix/pipe[3301]: 40C044C0E0:=20 > to=3D<se...@cu...>, relay=3Dmaildrop, delay=3D0, status=3Ddef= erred=20 > (temporary failure. Command output: /usr/bin/maildrop: Unable to open=20 > mailbox. )/**//**//* >=20 leave postfix for a moment, and try to make maildrop work using the=20 command line. something like: maildrop -V 6 -d fo...@do... < msg.eml run this both as root and as the user you configured in master.cf. It is probable that your mysql lookup doesn't return the right maildir.=20 put DEBUG_LOGIN=3D2 in your authdaemonrc and restart authdaemon. you=20 should then have lookup infos in your logs. > I belive it=B4s a permission problem. I check permissions on=20 > maildropmysql.config, maildroprc, .mailfilter and Mailbox home=20 > directory. Every thing seems to be fine, but itsn=B4t. Most of the time, the wrong maildir is being used, and until you know=20 which one is used, you can't fix it and we can't help you. first find where it is trying to write. things like (added in your=20 maildroprc) `echo $DEFAULT > /tmp/md.out` should tell you where it needs to write, and things like `echo blahblah > $DEFAULT/foo 2> /tmp/md.err` should tell you why it can't. >=20 > I have made some permissions changes... sometimes neither erros logs=20 > come out. >=20 > Somebody know how to fix it??? >=20 > Thanks for while, =20 >=20 > ***S=E9rgio Ferreira***** >=20 > / / >=20 |