LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Fetchmail with Exim (https://www.linuxquestions.org/questions/linux-server-73/fetchmail-with-exim-579183/)

gkpruthi 08-23-2007 05:30 AM

Fetchmail with Exim
 
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

gkpruthi 08-24-2007 01:25 AM

Problem at Exim End
 
Sorry Friends,

Problem was at my MTA end. There was nothing wrong with Fetchmail.

Thanks,
Gaurav Pruthi


All times are GMT -5. The time now is 07:49 PM.