43 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Help with /etc/maildr...
FromSent OnAttachments
CourierDec 29, 2005 5:46 pm 
Sam VarshavchikDec 29, 2005 6:25 pm 
Truong Tan SonDec 29, 2005 7:03 pm 
CourierDec 29, 2005 8:07 pm 
Truong Tan SonDec 29, 2005 8:18 pm 
CourierDec 29, 2005 8:50 pm 
Thorsten HaudeDec 30, 2005 1:28 am 
CourierDec 30, 2005 9:08 am 
Thorsten HaudeDec 30, 2005 9:34 am 
CourierDec 30, 2005 2:35 pm 
Todd LyonsDec 30, 2005 2:56 pm 
CourierDec 30, 2005 3:38 pm 
Todd LyonsJan 2, 2006 1:21 pm 
CourierJan 3, 2006 2:40 pm 
Devin RubiaJan 4, 2006 7:03 am 
Todd LyonsJan 4, 2006 8:07 am 
CourierJan 4, 2006 1:56 pm 
Todd LyonsJan 4, 2006 2:54 pm 
CourierJan 4, 2006 6:28 pm 
Devin RubiaJan 5, 2006 6:11 am 
CourierJan 5, 2006 11:28 am 
Devin RubiaJan 5, 2006 11:46 am 
CourierJan 5, 2006 1:01 pm 
Todd LyonsJan 5, 2006 1:20 pm 
Devin RubiaJan 5, 2006 1:21 pm 
CourierJan 5, 2006 3:06 pm 
Devin RubiaJan 6, 2006 6:23 am 
CourierJan 6, 2006 1:29 pm 
Devin RubiaJan 9, 2006 7:13 am 
CourierJan 9, 2006 2:08 pm 
Todd LyonsJan 9, 2006 3:54 pm 
CourierJan 9, 2006 4:32 pm 
Devin RubiaJan 10, 2006 9:02 am 
CourierJan 10, 2006 10:36 am 
Devin RubiaJan 10, 2006 11:46 am 
CourierJan 10, 2006 12:10 pm 
Devin RubiaJan 10, 2006 1:01 pm 
CourierJan 10, 2006 1:11 pm 
Devin RubiaJan 10, 2006 1:29 pm 
CourierJan 10, 2006 1:56 pm 
Devin RubiaJan 11, 2006 6:52 am 
CourierJan 11, 2006 7:29 am 
Devin RubiaJan 11, 2006 7:52 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] Help with /etc/maildroprc fileActions...
From:Courier (Cour@light-hall.com)
Date:Jan 3, 2006 2:40:42 pm
List:net.sourceforge.lists.courier-maildrop

#vdir /var/spool/mail/vhosts/domain-name/user-name/Maildir/.Spam total 0 # But question - Why would they even go to: /var/spool/mail/vhosts/domain-name/user-name/Maildir/new if they were not in maildir format?

new/ tmp/ and cur/ are the maildir format. If those directories are not there, then your MDA doesn't want to automatically make them. I think you'll find that things will start working once you run these three commands:

rmdir /var/spool/mail/vhosts/domain-name/user-name/Maildir/.Spam maildirmake /var/spool/mail/vhosts/domain-name/user-name/Maildir/.Spam chown -R vmail:vgroup /var/spool/mail/vhosts/domain-name/user-name/Maildir/.Spam

The chown is superfluous if you are running the commands as user vmail. On our particular webmail system, the webmail creates and subscribes to the Spam folder when the user first signs in. It sounds like your provisioning system needs to do something similar.

====================================

Thanks, Todd, I missed your reply yesterday - Same Results:

(temporary failure. Command output: /etc/maildroprc(32): Syntax error. )

Those two commands now show:

# vdir -d /var/spool/mail/vhosts/domain-name/user-name/Maildir/.Spam drwx------ 5 vmail vgroup 4096 Jan 3 14:18 /var/spool/mail/vhosts/domain-name/user-name/Maildir/.Spam #

# vdir /var/spool/mail/vhosts/domain-name/user-name/Maildir/.Spam total 12 drwx------ 2 vmail vgroup 4096 Jan 3 14:18 cur drwx------ 2 vmail vgroup 4096 Jan 3 14:18 new drwx------ 2 vmail vgroup 4096 Jan 3 14:18 tmp #

What would my "provisioning system" be ? I'm not familiar with a specific (sub)system I have that would be called as such...

Also - I have NO .mailfilter file anywhere I can find, but I am using amavisd-new with spamassassin, so it wasn't obvious (to me) if I needed that file or not, and what it would look like.