I am trying to pull mail from my pop acount and deliver it to multiple local users
here is my .procmailrc file
:0
* ^TO_b.jayakrishnan@gmail.com
{
:0 c
!
krishnan@ubcindia.org
:0
!
backup@ubcindia.org
}
my .fetchmailrc file
set bouncemail
set no spambounce
set properties ""
#set daemon 5000
poll pop.gmail.com with proto POP3
user 'b.jayakrishnan' there with password '******' is 'krishnan' here ssl
mda '/usr/bin/procmail -d %T'
the user backup is not getting the mails, is there anything wrong in my .procmailrc file?
regards
jayakrishnan