On 02/12/2013 12:54, Chris Maness wrote: > I have a FreeBSD box running sendmail that can see the whole internet. > I have another mail server that hosts mail for an intranet. It does > not have access to the i-net. I think I remember reading that it is > possible for the i-net attached sendmail to relay mail for a domain to > another host. Is there an easy answer and configuration for this? If > not, no biggy since this exercise is more academic than a necessity. > > Thanks, > Chris Maness > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[email protected]" > >
in sendmail.cf on the host to be your relay, check for "DS" and use it like this: DS relayhost.domain.com in sendmail.cf on the hosts which will be relaying, use the DS command but point them to your new relay host. hope this helps. Dave -- Dave Robison Sales Solution Architect II FIS Banking Solutions 510/621-2089 (w) 530/518-5194 (c) 510/621-2020 (f) [email protected] [email protected] _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
