7 messages in net.sourceforge.lists.courier-maildrop[maildropl] maildroprc variables
FromSent OnAttachments
Dylan MarkowNov 27, 2006 4:06 pm 
Sam VarshavchikNov 27, 2006 4:56 pm 
Dylan MarkowNov 27, 2006 9:54 pm 
Sam VarshavchikNov 28, 2006 4:05 am 
Dylan MarkowNov 28, 2006 9:37 am 
Tony EarnshawNov 28, 2006 9:45 am 
Sam VarshavchikNov 28, 2006 3:14 pm 
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] maildroprc variablesActions...
From:Dylan Markow (dmar@gmail.com)
Date:Nov 27, 2006 4:06:47 pm
List:net.sourceforge.lists.courier-maildrop

I'm having trouble pulling the MYSQL_MAILDIR_FIELD value into my maildroprc file.

When I call maildrop using the command line, this is the output:

root@local:/var/spool/mail/virtual# maildrop -V10 -d dm@example.com < test.msg maildrop: authlib: groupid=5000 maildrop: authlib: userid=5000 maildrop: authlib: logname=dm@example.com, home=/var/spool/mail/virtual, mail=/var/spool/mail/virtual/example.com/dm/ maildrop: Changing to /var/spool/mail/virtual

I have my maildroprc set to log variables, and it is showing that $DEFAULT is set to /var/spool/mail/virtual/example.com/dm/

However, when Postfix calls maildroprc, $DEFAULT is set to "./Maildir" instead?

My master.cf lines are:

maildrop unix - n n - - pipe flags=DRhu user=virtual argv=/usr/bin/maildrop -d ${recipient}

Why would this happen?