1 message in net.sourceforge.lists.courier-maildrop[maildropl] maildrop and /tmp
FromSent OnAttachments
buc...@free.frApr 3, 2007 1:18 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] maildrop and /tmpActions...
From:buc...@free.fr (buc@free.fr)
Date:Apr 3, 2007 1:18:50 am
List:net.sourceforge.lists.courier-maildrop

Hi,

I would like to change the working directory of maildrop, currently i saw that it write temporary files under /tmp and i don't see any information to change this to an other directories...

lsof | grep '/tmp' maildrop 6005 vmail 3u REG 253,0 4444749 6147 /tmp/tmpf8zoHGH (deleted) maildrop 6005 vmail 4u REG 253,0 2461696 6154 /tmp/tmpfkNaVDt (deleted) maildrop 6006 vmail 3u REG 253,0 4444749 6148 /tmp/tmpfRZT0EH (deleted) maildrop 6006 vmail 4u REG 253,0 3937278 6155 /tmp/tmpfYErLWz (deleted) maildrop 6007 vmail 3u REG 253,0 4444749 6149 /tmp/tmpfs1MrOH (deleted) maildrop 6007 vmail 4u REG 253,0 4048896 6153 /tmp/tmpfK6o9vt (deleted) maildrop 6008 vmail 3u REG 253,0 4444749 6150 /tmp/tmpfxuCJZH (deleted)

my maildroprc is ```````````````` cat /etc/courier/maildroprc

if ( /^X-Loop: $LOGNAME/:h ) { echo "This message is looping, it already has my 'X-Loop' Header!" EXITCODE = 1 exit }

# Add Delivered-To: header xfilter "reformail -A'X-Loop: $LOGNAME'"

my master.cf is ```````````````

maildrop unix - n n - - pipe flags=Rhu user=vmail argv=/usr/bin/maildrop -d ${recipient} -w 85

Thanks Romain