email - Lightweight outgoing SMTP server - Unix & Linux Stack Exchange
IMHO, the easiest way to do this is with postfix. You can configure it as a light outgoing relay with these commands: postconf -e relayhost=other.mailserver.com postconf -e myorigin=my.domainname.com As long as the SMTP server specified in relayhost doesn...