# Routes file format:
#   domain %error-message       - invalid domain
#   domain [mailer]@            - send by SMTP (use MXes)
#   domain [mailer]@relay       - send by SMTP through relay (use MXes for relay)
#   domain [mailer]@r1:r2       - send by SMTP using MXes for all relays
#   domain [mailer]@[relay]     - send by SMTP directly - relay in brackets!
#   domain [mailer]@@relay      - [dk] same as previous
#   domain [mailer]@@           - [dk] send by SMTP directly to domain
#   domain [mailer]!            - send by UUCP with internet addressing
#   domain [mailer]!relay       - send by UUCP with internet addressing through relay
#   domain [mailer]!!           - send by UUCP with UUCP addressing
#   domain [mailer]!!relay      - send by UUCP with UUCP addressing through relay
#   domain :/dir/file           - pipe to program
#   domain /dir/file            - append to file
#   domain =domain              - readdress to domain
#   address user@domain         - global alias
#   address user@               - global alias to local domain
#
# If domain name begins with dot, it means 'wildcard' pattern
# and matches all subdmains of the domain.
#
# Domain "." (dot) designated the default route.
#
# Domains like kiae.uucp mean directrly connected UUCP sites.
# If mailer is not specified, it defaults to "tcp" for @,
# "uucp" for ! and "uucpb" for !!.
#
# trailing dot shouldn't be used on the domains.


# By default send all traffic by UUCP to our relay host.
.                                       !csoft

# other direct UUCP links
carrier.kiev.ua				!carrier
.carrier.kiev.ua			!carrier

# direct SMTP
pig.farm.org.				@[pig]

# write to file
#file					/tmp/file

# pipe to filter
#fido					:/usr/libexec/ifmail/ifmail

# FIDOnet routing
.fidonet.org				fido@

# Reject invalid domains.
cat.farm.org				%no cats here.

# Global aliases.
dk@hq.farm.org				dk@

