Hi,
I am facing a issue related to Fetchmail. I am using Exim as MTA. Below is my .fetchmailrc file
poll localhost with proto POP3
user
abc@xyz.org
pass bill123
is
yyy@gmail.com here
poll localhost with proto POP3
user
def@xyz.org
pass def!@#
is
zzz@yahoo.co.in here
I am running fetchmail daemon using the following command.
/usr/bin/fetchmail -k -d 60
When a mail is sent to
abc@xyz.org, acc. to rule its copy should be forwarded to
yyy@gmail.com. But the problem is that mail copy is forwarded to
yyy@gmail.com and
zzz@yahoo.co.in by the MTA. There is nothing wrong with Exim. Same is happening in the case when the mail is sent to
def@xyz.org. Mail copy forwards to
yyy@gmail.com &
zzz@yahoo.co.in.
I am not sure why fetchmail is behaving in this manner.
Need Help!!!!!
Thanks,
Gaurav Pruthi