Hi all,
Im running a MS Exchange server within a VM on Ubuntu server.
Ive read some posts on the net that you can use "Fetchmail" to grab POP3 emails and then forward them to an STMP server exchange for example.
Is it as simple as editing the .fetchmailrc script to something like below adding a section for each pop box.?
-----------------------
defaults proto POP3 no keep fetchall smtphost smtp.example.net ssl
set no bouncemail
set no spambounce
set logfile /home/mailchecker/.fetchmail.log
poll mail.initfour.nl user "test" pass "test" smtpname [email protected]
----------------
Thanks in advance for any pointers.
Im running a MS Exchange server within a VM on Ubuntu server.
Ive read some posts on the net that you can use "Fetchmail" to grab POP3 emails and then forward them to an STMP server exchange for example.
Is it as simple as editing the .fetchmailrc script to something like below adding a section for each pop box.?
-----------------------
defaults proto POP3 no keep fetchall smtphost smtp.example.net ssl
set no bouncemail
set no spambounce
set logfile /home/mailchecker/.fetchmail.log
poll mail.initfour.nl user "test" pass "test" smtpname [email protected]
----------------
Thanks in advance for any pointers.