3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Where to get details ...
FromSent OnAttachments
Madhur K TanwaniMar 19, 2006 9:51 pm 
moussMar 20, 2006 3:07 am 
Sam VarshavchikMar 20, 2006 3:22 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:Re: [maildropl] Where to get details of error seen in log fileActions...
From:mouss (mou@netoyen.net)
Date:Mar 20, 2006 3:07:41 am
List:net.sourceforge.lists.courier-maildrop

Madhur K Tanwani a écrit :

Hi, I'm using maildrop 1.6.3 on Linux (kernel 2.6.11-1.1369_FC4). Recently I switched to using a script for delivery of my messages.The filter rules file is attached with this mail. However, I've been getting the following log file trace since then. The values of the variables and fields printed in the log message are all correct.The log message is something like :

Starting Maildrop Delivery LFROM = <sone from addr> mail sent to = <sone to addr> LOGNAME =<sone non-root username> recipient = hostname = <some hostname> Starting delivery_script Date: Thu Feb 16 15:59:07 2006 From: <some from address> Subj: This Week at HSN !Err: | /var/qmail/delivery_scripts/delivery_script.sh (66613)

I've double-checked the script and nothingseems to be wrong there. I even replaced the script's content with a simple "echo" and then "exit" with proper codes but the log message is the same.

Please could you educate me about any of these: 1.> Is there a method to find out what exactly is going wrong? I mean are there any LOG LEVEL in maildrop logging which could spit out more detailed failure logs.

2.> Is someone able to directly say what has gone wrong? I mean, has someone already experienced this kind of error?

run maildrop manually:

# maildrop -V 4 -d $user < message.eml

and see what it says. adjust the verbosity level (the -V arg).

also try running the script manually (as the same uid as maildrop would use).