Hi Mouss,
I ran Maildrop -V 9 -d .....
This is what I found in tmp.out
HOME=/home/data/sergio.ferreira/Maildir/,
MAILDIR=/home/data/sergio.ferreira/Maildir/
Thanks,
Sergio
>>>>>-----Original Message-----
>>>>>From: owner-postfix-users@...
>>>>>[mailto:owner-postfix-users@...] On Behalf Of mouss
>>>>>Sent: Tuesday, November 22, 2005 4:27 PM
>>>>>To: Sérgio Ferreira
>>>>>Cc: postfix-users@...
>>>>>Subject: Re: Postfix + MDA
>>>>>
>>>>>Sérgio Ferreira a écrit :
>>>>>> Hi Ralf,
>>>>>>
>>>>>> that is the problem... When:
>>>>>>
>>>>>> Nov 22 11:06:09 gaia postfix/pipe[9725]: 186E94C095:
>>>>>> to=<sergio.ferreira@...>, relay=maildrop, delay=0,
>>>>>> status=sent
>>>>>> (gaia.cultura.gov.br)
>>>>>>
>>>>>> is logged the message is send back to sender and Maildrop do not
>>>>>> delivery the nessage to Maildir. I checked my setup against the
>>>>>> informations available on Postfix site, but I didn´t
>>>>>find out any differences on It.
>>>>>> Working with maildrop in manual mode (maildrop -V 9 -d ...) the
>>>>>> message is delivered correctly. I belive there is some misplaced
>>>>>> configuration option on Postfix setup.
>>>>>>
>>>>>> I set Maildrop to verbose mode at master.cf. Maildrop
>>>>>sent out the
>>>>>> message which an acceptable action and It is why no
>>>>>error is encoutered.
>>>>>>
>>>>>>
>>>>>> Have you some directions?
>>>>>
>>>>>add this to your maildroprc:
>>>>>`echo HOME=$HOME, MAILDIR=$DEFAULT > /tmp/maildrop.out`
>>>>>and send a test message. then look at the value of MAILDIR
>>>>>in /tmp/maildrop.out.
>>>>>
>>>>>I've seen this today when using the official pkgsrc for
>>>>>maildrop but didn't have the time to check why that
>>>>>happens. probably ./configure options issue...