Re: [courier-users] maildrop and maildir variable

2008-08-26 Thread Juan Miscaro
2008/8/25 Sam Varshavchik [EMAIL PROTECTED]: Juan Miscaro writes: Hi, running courier pop and imap running on some boxes with postfix. I want my maildroprc file to send spam to a spam folder: if (/^X-Spam-Status: Yes/) { to $MAILDIR/.Spam/ That should be to $MAILDIR/.Spam You need to

Re: [courier-users] maildrop and maildir variable

2008-08-26 Thread Sam Varshavchik
Juan Miscaro writes: But how does maildrop become aware of the MAILDIR variable? I'm using authdaemon with mysql backend (authmysql) and it's working well. You answered your own question, below: MAILDIR=/var/spool/virtual_mailboxes/$DOMAIN/$USER/Maildir That's how. Read your own

Re: [courier-users] maildrop and maildir variable

2008-08-26 Thread Juan Miscaro
2008/8/26 Sam Varshavchik [EMAIL PROTECTED]: Juan Miscaro writes: But how does maildrop become aware of the MAILDIR variable? I'm using authdaemon with mysql backend (authmysql) and it's working well. You answered your own question, below:

Re: [courier-users] maildrop and maildir variable

2008-08-26 Thread Sam Varshavchik
Juan Miscaro writes: 2008/8/26 Sam Varshavchik [EMAIL PROTECTED]: Juan Miscaro writes: But how does maildrop become aware of the MAILDIR variable? I'm using authdaemon with mysql backend (authmysql) and it's working well. You answered your own question, below:

[courier-users] maildrop and maildir variable

2008-08-25 Thread Juan Miscaro
Hi, running courier pop and imap running on some boxes with postfix. I want my maildroprc file to send spam to a spam folder: if (/^X-Spam-Status: Yes/) { to $MAILDIR/.Spam/ } But how does maildrop become aware of the MAILDIR variable? I'm using authdaemon with mysql backend (authmysql) and

Re: [courier-users] maildrop and maildir variable

2008-08-25 Thread Sam Varshavchik
Juan Miscaro writes: Hi, running courier pop and imap running on some boxes with postfix. I want my maildroprc file to send spam to a spam folder: if (/^X-Spam-Status: Yes/) { to $MAILDIR/.Spam/ That should be to $MAILDIR/.Spam You need to quote the pathname. } But how does maildrop