2 messages in net.sourceforge.lists.courier-maildrop[maildropl] not able to deliver mails...
FromSent OnAttachments
Sumit KumarDec 29, 2006 3:54 am 
Sam VarshavchikDec 29, 2006 3:57 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:[maildropl] not able to deliver mails in spam folderActions...
From:Sumit Kumar (sumi@gmail.com)
Date:Dec 29, 2006 3:54:10 am
List:net.sourceforge.lists.courier-maildrop

hi,

I am using postfix for virtual mail delivery. Now i want to use maildrop do deliver spam mails to a different IMAP folder. I am on gentoo linux using postgresql,courier-imap,courier-authlib Maildrop is able delivered mails but in the INBOX. my maildir is something like /home/vmail/vaakya.com/sumitk/Maildir/ I want the spams mails to be delivered in /home/vmail/vaakya.com/sumitk/Maildir/.Spam but it is not happening

/etc/postfix/main.cf

transport_maps = pgsql:/etc/postfix/pgsql/pgsql-transport.cf

####################for maildrop ##################### virtual_transport = $transport_maps maildrop_destination_recipient_limit = 1

/etc/postfix/master.cf maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}

/home/vmail/.mailfilter

xfilter "/usr/bin/spamc" # Check for user defined filter file exception { include "$HOME/mailfilters/$LOGNAME" }

/home/vmail/mailfilter/sum@vaakya.com

if (/^X-Spam-Flag:.*YES/) { exception { to $DEFAULT/.spam/ } }