[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] [raq4r] procmail



i wanna use procmail to deliver email to mysql
this my configuration for procmail
:0
 * $RECIP ?? ^^.*@$DOMAIN
 {
         :0 fwhc
         | formail -I "X-P3Mail-To: $RECIP"

         :0W
         | /home/mail/www/cgi-bin/p3mail.pl
 }

but i dont know where i should put the .procmailrc
can anybody help me
thank you