8 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Problems with autocre...
FromSent OnAttachments
Saulo Calixto BonfimMar 5, 2004 2:24 pm 
Bernhard SchmidtMar 6, 2004 6:33 am 
cue...@saulo.eti.brMar 6, 2004 2:48 pm 
Bernhard SchmidtMar 7, 2004 2:29 am 
Saulo Calixto BonfimMar 8, 2004 12:48 pm 
Bernhard SchmidtMar 9, 2004 4:28 am 
Saulo Calixto BonfimMar 9, 2004 5:50 am 
Bernhard SchmidtMar 9, 2004 6:09 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] Problems with autocreation of maildirActions...
From:Bernhard Schmidt (bs@netsrc.de)
Date:Mar 6, 2004 6:33:40 am
List:net.sourceforge.lists.courier-maildrop

Saulo Calixto Bonfim wrote:

[..]

cat /etc/maildroprc ############################################### # make sure Maildir exists `test -d $HOME/Maildir/` if( $RETURNCODE == 1 ) { `mkdir -p $HOME` `maildirmake $HOME/Maildir/` } ###############################################

You tried using $DEFAULT? for example:

# cat /usr/local/etc/maildroprc `test -d $DEFAULT || maildirmake $DEFAULT` to $DEFAULT #

Just a question, is the HOME variable in your setup '/var/spool/mail/domain.tld' or just '/var/spool/mail' ?