view examples/localnet.route @ 434:f2a7271746d1 default tip

Removes Freshmeat.net from the docs The site, which was later renamed to freecode.com, is no longer maintained (contains only a static copy).
author markus schnalke <meillo@marmaro.de>
date Sat, 07 Feb 2015 11:45:07 +0100
parents 08932c629849
children
line wrap: on
line source

# Example route for a local network
# see also: man 5 masqmail.route
#
# Include this route with
#     permanent_routes = "/etc/masqmail/localnet.route"
# in masqmail.conf

# adjust this to the machines on the local net
allowed_recipients = "*@*mydomain.invalid;*@also.onlocal.net"

# We expect the target hosts to be online. If not, fail.
# Use this setting if you are sure the target hosts are online.
connect_error_fail = true

# If you don't want to query the DNS, uncomment:
#resolve_list = "byname"