If you want to fetch mail from several accounts and relay them to another SMTP host and user, you can use fetchmail. Define a .fetchmailrc like this:
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 user@domain.org # more accounts to poll...

No Comments ( Add comment / trackback )