Is there an easy way to install a MTA on Ubuntu and forward all email to a different remote email box? Only want to forward local email and looking for something dead simple. Thank you!
Clarification:
I see that ssmtp and nullmailer are suggested, but I need something (just a) little more clever. I have one machine (machine.domain1.com) where I want local mail to be delivered at realuser@domain2.com and I want it delivered through direct connection to mx.domain2.com
So when I do mail root on machine1.com it should get forward to realuser@domain2.com. Issue with nullmailer and ssmtp is that forwarding is done to mx.domain2.com but mail is delivered with a RCPT TO set to root@domain1.com and I want the RCPT TO set to realuser@domain2.com
Possible with a simple solution or do I need to digg into postfix or exim for this?
nullmailer
is the winner, the installer is asking for the minimal information and it just works after this. – sorin May 24 '12 at 09:27