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

[cobalt-users] procmail



can anybody help me currently i am configuring web email but using mysql

i want forwading email to mysql using procamail but where i should put
the procmailrc because cobalt doesn have it,  i mean not only in the
user folder but all email forwading to mysql database

this my procmail configuration
DOMAIN=(kampungcyber.com)
}
 :0
 * $RECIP ?? ^^.*@$DOMAIN
 {
         :0 fwhc
         | formail -I "X-P3Mail-To: $RECIP"

         :0W
         | /home/sites/site8/web/pro/perl/p3mail.pl

 }