Devon Harding - GTHLA wrote:
> How do I get Sendmail to Relay/Forward all mail to a particular IP
> address in my network? 
> 

use sendmail's mailertable feature. i.e.

# cd /etc/mail
# cat mailertable
mydomain.com    esmtp:[ip or fqdn of internal mail server]

# make

Obviously, you need to substitute mydomain.com with your domain name. The
left and right brackets following the : ARE NEEDED to stop MX lookups.

Steve Cowles


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to