# Copyright (c) 1997-1999 SuSE GmbH Nuernberg, Germany.
# Author: Florian La Roche
#
# sendmail will look for all non-local email into this file to determine
# the transport way to the next host. the destination hostname is used
# to find an entry in this file.
#
# all uucp examples will use normal domain addressing for email.
# this should be used by nearly everyone today.
#
# this will send all email via uucp to an attached uucp host.
# a uucp server should have an entry for each attached uucp host.
#uuhost.domain.com	uucp-dom:uuhost
#
# to configure one uucp host that needs to send all non-local mail
# to a uucp-server called "uuserver", we just configure a smarthost entry:
#.			uucp-dom:uuserver
#
# hosts sending email should be running all the day. if other hosts
# are down, they can try in regular intervals to deliver email.
# if you want to work on a machine that is not turned on all the time,
# you can fetch email from the main email hub and send all outgoing
# email directly to your local email hub for further delivery.
# that is called a smarthost-entry:
#.			smtp:mailhub.domain.com
#
# send all email for a special host to another host or to a specific IP:
#host.sub.org		smtp:host.domain.com
#host.sub.org		smtp:[192.168.0.1]
#
# send email for all hosts below .sub.org to another host:
#.sub.org		smtp:host.domain.com
#
# send all email for a specific host to one local user called "foo":
#host.sub.org		local:foo
#
