I am fetching mail from a mail server located in the head office using internet. Mails are getting downloaded.

Now I want to forward this downloaded mails to exchange server 2003(used for SMTP), located in LAN.

I tried with the following configuration in .fetchmailrc

set daemon 300
poll 123.23.13.12
with protocol pop3 smtphost -S 192.168.0.55
username abc password ##### smtpname abc@mydom.com is xyz
username rai password ##### smtpname rai@mydom.com is xyz
username ram password ##### smtpname ram@mydom.com is xyz


Any other addition to this configuration or initial setup? I am a newbie to Linux

Please help me out.

Note: ip address 123.23.13.12 is just an example