view examples/localnet.route @ 358:92340177150d

Eventually switched the default group from `trusted' to `mail' All systems I run have a group `mail' but no group `trusted'. Also changed the uid/gid to the common values 8/12.
author markus schnalke <meillo@marmaro.de>
date Sun, 04 Sep 2011 12:19:41 +0200
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"